ARDUINO BASED THERMOMETER WITH LCD DISPLAY

Jul 23, 2020

Thumbnail Actual Image

In this video, I'll show you how to build a digital thermometer using an Arduino UNO, an LM35 temperature sensor, and an LCD display. This simple yet effective project lets you measure temperature accurately and display the readings in real time.

Components Required

  1. 1 x Arduino UNO
  2. 1 x LM35 Temperature Sensor
  3. 1 x LCD Display
  4. 1 x I2C Module (Optional for easier LCD wiring)
  5. Connecting Wires

Understanding the LM35 Temperature Sensor

  1. LM35 is a precision centigrade temperature sensor that provides a linear output.
  2. It operates within a temperature range of -55℃ to +150℃ with an accuracy of ±0.75℃.
  3. The output voltage changes at 10mV per °C, meaning for every 1°C increase, the voltage rises by 10mV.

LM35 Pinout

Circuit diagram Actual Image

Normal LCD Connections

ARDUINO PINS LCD DISPLAY PINS
GND VSS
+5V VDD
Center of Pot VO
D2 RS
GND RW
D3 E
NC D0
NC D1
NC D2
NC D3
D4 D4
D5 D5
D6 D6
D7 D7
+5V via Resistor A
GND K

Circuit Diagram

Circuit diagram Actual Image

I²C LCD Connections

ARDUINO PINS I²C LCD MODULE PINS
D4 SCL
D5 SDA
+5V VCC
GND GND

Circuit Diagram

Circuit diagram Actual Image

Code for this can be found by clicking here

If you like this video hit the SUBSCRIBE button and give a LIKE.

Leave a comment

captcha

Comments (0)

No Comments Yet

Subscribers

423