In this project, we have designed a Digital Thermometer Using Arduino & LM35 Temperature sensors. The temperature will be directly displayed on LCD. The LM35 temperature sensor can read the temperature in Centigrade and it is used to measure temperature from -55 °C to +150 °C range. The output voltage directly displays temperature in centigrade. So Digital Thermometer Using Arduino & LM35 Temperature Sensor detail is given below in full detail.
Following Components are required to design this temperature thermometer.
Arduino is an open-source hardware platform for project development purposes. We have used Arduino as a microcontroller to control the process of this thermometer project. There are many types of Arduino boards like Arduino UNO, Arduino pro mini, Arduino mega Lily pad, etc available in the market or you can also build one by yourself.
The circuit diagram of the whole project is given below with full pin detail.
Connect all pins in the given below detail
Source codes or programming for Digital Thermometer Using Arduino & LM35 Temperature Sensor is as. Copy this code and write on Arduino IDE according to the method you know already.
#include<LiquidCrystal.h> #define sensor A0 byte degree[8] = void setup() void loop() |
---|