- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 7 days ago
- Understanding the Mechanics of 3D PrintingPosted 2 months ago
- SDS011 the Air Quality SensorPosted 3 months ago
- NIXIE STYLE LED DISPLAYPosted 6 months ago
- TOTEM: learning by experimentingPosted 6 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 7 months ago
- Water Softener Salt Level MonitorPosted 7 months ago
- Sparkly Air SensorPosted 7 months ago
- Ultra sonic distance finder with live statusPosted 7 months ago
- Windows interface to have total control over lampsPosted 7 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.