一、硬件选择 使用AMG8833自制热成像仪需要选择一块具有足够SRAM的Arduino板,因为SRAM的大小将决定你能处理的像素数量。例如,Arduino Uno和Nano的SRAM只有2k,可能无法处理超过11*11=121点的像素。而Arduino Due具有96k的SRAM,可以处理更大的像素数组。此外,Adafruit HUZZAH32 ESP32 Feather板也是一个好选择,它拥有520...
Program to interface the AMG8833 Thermal Camera Sensor with an Arduino UNO, capturing and displaying temperature data on the Arduino IDE's Serial Monitor. arduino-idearduino-unoamg8833 UpdatedJun 28, 2024 C++ My take on AMG8833. I took the simplistic code using only a subset of the accessible...
amg8833 8831参考手册热感摄像头传感器由贾创建后于2018年1月17日.pdf,Guide Contents Guide Contents 2 Overview 3 Pinouts 6 Power P ns: 6 Log c p ns: 6 Assembly 8 Prepare the header str ps: 8 Add the breakout board: 9 And So der! 10 Arduino Wiring Test 12 I2C
The thermal camera has been successfully built using the AMG8833 thermal sensor, Arduino UNO Microcontroller, and a 2.4-inch TFT LCD touch screen. Based on the test results, the maximum effective distance of the AMG8833 thermal sensor to the object being measured is about 50 centimeters.Franky ...
12 Wiring Test 1 I2C Wiring 1 Download Adafruit_AMG88xx library 15 Load Thermistor Test 16 Pixel Array Output 17 Library Reference 18 Arduino Thermal Camera 19 Adafruit 1. Color TFT LCD Display with MicroSD Card breakout 19 Raspberry Pi Thermal Camera 22 Raspberry Pi 3 - Model B - ARMv8 ...
使用AMG8833自制热成像仪需要选择一块具有足够SRAM的Arduino板,因为SRAM的大小将决定你能处理的像素数量。例如,Arduino Uno和Nano的SRAM只有2k,可能无法处理超过11*11=121点的像素。而Arduino Due具有96k的SRAM,可以处理更大的像素数组。此外,Adafruit HUZZAH32 ESP32 Feather板也...