Skip to content

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

License

Notifications You must be signed in to change notification settings

dansmrcka/MLX90640-Thermocam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
!!TFT_LED   3.3V 

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.8%
  • C 28.2%