Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.23 KB

MLX90640-Thermocam

We built a simple Thermal camera using the MLX90640 Sensor, an ESP32, a ILI9341 TFT, a 18650 battery in a 3D printed case. It was featured in Netzbasteln #111: http://www.netzbasteln.de/#111 and still lacks interpolation.

Code Based on:

Hardware:

ESP32 Pins (GND/VCC is obvious ;)

SENSOR_SDA 21
SENSOR_SCL 22
TFT_MISO 19
TFT_MOSI 23
TFT_SCLK 18
TFT_CS   15
TFT_DC    2
TFT_RST   4