/MLX90640-Thermocam

A simple Thermal camera using the MLX90640 Sensor, an ESP32, a ILI9341 TFT, a 18650 battery in a 3D printed case.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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 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

Wemos D1 Mini Pins

SENSOR_SDA D2
SENSOR_SCL D1
TFT_MISO (D6)
TFT_MOSI/DIN D7
TFT_SCLK/CLK D5
TFT_CS   D8
TFT_DC    D3
TFT_RST   D4