- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 5 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 5 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 7 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 8 months ago
- Building a 3D Digital Clock with ArduinoPosted 1 year ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Make a non-contact infrared thermometer
When you test a new electronic circuit or new hardware design it’s useful to check if the components on the board are overheating abnormally. If something goes wrong (which can happen on the first try) these components could reach a temperature of up to 80 ° C and touching with your finger is not a great idea.
In this project we will build a thermal gun using Arduino and an MLX90614 infrared temperature sensor which can also be used to measure, for example, body temperature.
The MLX90614 sensor has two built-in devices, a sensing unit and a DSP signal conditioning device (computing unit). The detection unit in the sensor measures the amount of IR energy emitted by a targeted object and the calculation unit converts it into a temperature value using a 17-bit in-built ADC and outputs the data through I2C communication protocol.