0% found this document useful (0 votes)
73 views2 pages

Arduino Assignment

The document describes a temperature reader circuit built with an Arduino Uno board, TMP36 temperature sensor, and 16x2 LCD display. The TMP36 sensor's middle pin connects to the Arduino's analog pin A0 to read voltage, which is converted to temperature readings in the code and displayed on the LCD. The circuit allows real-time temperature monitoring with an Arduino, sensor, and display.

Uploaded by

Thiaga Rajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views2 pages

Arduino Assignment

The document describes a temperature reader circuit built with an Arduino Uno board, TMP36 temperature sensor, and 16x2 LCD display. The TMP36 sensor's middle pin connects to the Arduino's analog pin A0 to read voltage, which is converted to temperature readings in the code and displayed on the LCD. The circuit allows real-time temperature monitoring with an Arduino, sensor, and display.

Uploaded by

Thiaga Rajan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TEMPERATURE READER WITH ARDUINO

Circuit Diagram:

Components Used:
1. Arduino UNO R3 Board
2. TMP36 Sensor ( for temperature reading ) [as sensor]
3. LCD 16 X 2 ( I2C ) ( for displaying temperature ) [as actuator ]
4. Wires as required

About the circuit:


Here we have used an arduino UNO R3 board and it is connected to a LCD 16X2 display, we
have used a TMP36 sensor and connect it’s middle pin to A0 ( Analog pin ) of arduino, the GND
is connected to GND on arduino and power pin is connected to 5V PIN, using code we are
converting the volts signals of TMP36 to temperature reading and then displaying it on the
display

The code is:

You might also like