Close

Initial Testing

A project log for Affordable Intelligent Contactless IR thermometer

An affordable, DIY constructable contactless Infrared thermometer which can automatically detect, alert temperature with safety

oakkar7oakkar7 08/31/2020 at 14:040 Comments

The first step is to test MLX90614 sensor with ESP32 dev (Node MCU) board. Test is straignt forward. By using Adafruit Adafruit-MLX90614-Library, sensor was simply tested by UART output.

Lib Link: https://github.com/adafruit/Adafruit-MLX90614-Library

Connection :

VIN -> ESP32 3.3v
GND -> ESP32 GND
SCL -> ESP32 22
SDA -> ESP32 21

Discussions