sir, can someone help me writing a code for arduino to display thermal camera data from amg 8833 thremal sensor to 4d systems 160g2 display via arduino uno ..plz
Announcement
Collapse
No announcement yet.
Display Thermal Camera Data to 160G2
Collapse
X
-
good year sep ,
can you help me in getting a code that addresses the following statement
To display AMG8833 thermal 8x8 thermal sensor data to 4d 160-g2 display through arduino
i have linked some relevent solutions but using other displays which are cheap and of bad resolution.
https://learn.adafruit.com/adafruit-...ensor?view=all
https://learn.adafruit.com/adafruit-...thermal-camera
https://create.arduino.cc/projecthub...otector-d515a5
so i want to see those thermal data on yours 4d systems oled displays.
plz help
Comment
-
Hello There,
Have you begun this project? If you don't mind would you be able to send what you have via .ino file attachment.
If you have not yet started, You can first connect your camera to the Arduino using the method outlined in the tutorials on the product page. As for communication between the Arduino and 4D Display, I would recommend using the Goldelox-Arduino-Serial Library. Program your Arduino to read the pixel information sent from the camera (also outlined on the product page), then use the draw filled rectangle function or blit com to display the pixels on the screen. You should know that since the camera is 8x8, no matter what you will not get a high quality reading.
Let me know if you need more information,
Adem
Comment
Comment