This is a simple temperature measurement project. In this project we build up a system that can read the current temperature in degree Celsius and convert it to the Fahrenheit scale.
Equipment- Arduino UNO
- Breadboard
- Resistor - 220 Ohm (1)
- Potentiometer - 10 kOhm (1)
- LM35 (Temperature Sensor)
- 16*2 LCD Display
- Jumper Wires
Arduino to LCD Display
A) GND to LED
B) LED to Resistor(220 Ohm)
C) DB7 to Digital Pin 2
D) DB6 to Digital Pin 3
E) DB5 to Digital Pin 4
F) DB4 to Digital Pin 5
G) Enable to Digital Pin 11
H) RW to GND
I) RS to 12
K) V0 to Pot Middle Pin
L) VCC to 5V
M) GND to GND
LM35 to Arduino
A) Power to 5V
B) Vout to A0
C) GND to GND
ProcedureSteps
1. Login to https://www.tinkercad.com
2. Go to Circuits
section and create a new project
3. Build up the Circuit in according to the circuit diagram
4. Go to the Code
Section and write down the code
5. After writing the code click on the Start Simulation
button
6. Now Boom...! you will see the output in the LCD Display
Note: You can change the temperature to click the LM35 Sensor
Comments