TEMPERATURE SENSOR WITH LM35 AND ARDUINO UNO

Sensing any physical parameter in real-time is always a fascinating job. In this project we have made a temperature sensing device capable of detecting temperature in real time using LM35 as the sensor and Arduino UNO development board.
The voltage output of the LM35 sensor is directly proportional to the ambient temperature around it.
Relevant programming can convert this voltage into equivalent temperature in Celcius scale as we have demonstrated in our project.
We have programmed our device to display the output both on serial monitor of Arduino IDE and on a 16x2 LCD screen which we have interfaced with our Arduino UNO.

VIDEO LINK:- https://youtu.be/Ul9EfyGk4B4 
                                    

PROGRAM/SKETCH

Comments

Popular Posts