100% found this document useful (1 vote)
81 views4 pages

PIC Based Thermometer

This project involves designing an LCD-based thermometer using a PIC microcontroller. The thermometer will display the temperature in degrees Celsius every second on the LCD in the format "Temp _ nnC" where nn is the measured temperature. A temperature sensor will be connected to an analog-to-digital converter channel on the PIC microcontroller. A keypad will also be connected for inputting a setpoint temperature. If the measured temperature exceeds the setpoint, a buzzer will sound.

Uploaded by

Javaria Chiragh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
81 views4 pages

PIC Based Thermometer

This project involves designing an LCD-based thermometer using a PIC microcontroller. The thermometer will display the temperature in degrees Celsius every second on the LCD in the format "Temp _ nnC" where nn is the measured temperature. A temperature sensor will be connected to an analog-to-digital converter channel on the PIC microcontroller. A keypad will also be connected for inputting a setpoint temperature. If the measured temperature exceeds the setpoint, a buzzer will sound.

Uploaded by

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

Project Title:

PIC Based Thermometer


Project Description:
In this an LCD-based thermometer is designed. The
project can be used to display the temperature in degrees
centigrade every second in the
following format:
Temp _ nnC
Where nn is the measured temperature. Figure shows the
block diagram of the project where the temperature sensor
is connected to one of the analog-to-digital converter
(A/D) channels of a PIC microcontroller. And keypad will
be connected to PORTB for input of set point.
If temperature exceeds the given set point, the buzzer will
be sound.

Temperature
sensor
PIC Microcontroller LCD
Temp: nnC
keypad

In this project we will use PIC18F452-type


microcontroller
The temperature sensor used is the LM35DZ

3-pin analog sensor with a range of 0C to _100C.


LM35DZ provides
an analog output voltage which is proportional to the
measured temperature.
The device has 3 pins: Vs, Gnd, and Vo. Vs and Gnd are
connected to
the supply voltage and the ground, respectively.A 10
resistor and a F capacitor filter are used at the output of
the sensor to minimise electrical noise. Vo is the analog
output voltage given by
Vo =10 mV/C
In this project we will connect LM35DZto analog input
AN0 of the PIC18F452 microcontroller.

Keypad:
Lcd:

Circuit Diagram:
Subject:
Embedded Systems
Submitted to:
Sir Usman
Submitted by:
2010-MC-116
2010-MC-122
2010-MC-135
2010-MC-140
Dated:
21-11-1012

You might also like