- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 weeks ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 weeks ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 3 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 4 months ago
- Building a 3D Digital Clock with ArduinoPosted 9 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 10 months ago
- Snowflake with ArduinoPosted 10 months ago
- Holographic Christmas TreePosted 10 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 11 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 12 months 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.