Using MLX90640 and ESP32, read an IR image of 32x24 pixels
- ESP32
- MLX90640
- Mac, Linux or Windows for programming
- ESP-IDF v4.0 (Probably works with other versions too)
This assumes command-line and ESP-IDF knowledge.
-
Install ESP-IDF on your system and set it up properly (source the environment & provide path to your USB device)
-
Wire the MLX sensor to ESP32 power and ESP32 I2C bus
-
SDA_PIN 21 & SCL_PIN 22 are defaults in this code
-
Clone this repo
-
Within this repo: make flash & make monitor
- redar.c in main folder
Right now it only reads out cyclically the temperature array properly