Top Banner
DIGITAL THERMOMETER DIGITAL THERMOMETER
28
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lcd thermomter final

DIGITAL THERMOMETERDIGITAL THERMOMETER

Page 2: Lcd thermomter final

GROUP MEMBERSGROUP MEMBERS

●SHYAMKUMAR V.SSHYAMKUMAR V.S●VISHNU SUNILKUMARVISHNU SUNILKUMAR●VINEETH V.HVINEETH V.H●VISHNU BABUVISHNU BABU●MOHAMMAD AKBARMOHAMMAD AKBAR

Page 3: Lcd thermomter final

INTRODUCTION

In this project we are presenting a digital thermometer for measuring the atmospheric temperature. LM35 is the temperature sensor used and the measured value is displayed in LCD by interfacing it with PIC microcontroller.

Page 4: Lcd thermomter final

DESIGN AND IMPLEMENTAION

Page 5: Lcd thermomter final

COMPONENTS USED

LM35 temperature sensor.PIC 16F877A.16x2 LCD.Voltage regulator.Crystal oscillator. ResistorsCapacitorsSwitch

Page 6: Lcd thermomter final

CIRCUIT DIAGRAM

Page 7: Lcd thermomter final

COMPONENT DESCRIPTIONCOMPONENT DESCRIPTION

Page 8: Lcd thermomter final

TEMPERATURE SENSOR

LM 35

● Calibrated directly in ˚ Celsius.● Linear + 10.0 mV/˚C scale factor.● 0.5˚C accuracy guaranteeable (at +25˚C)● Rated for full −55˚ to +150˚C range.● Suitable for remote applications.● Operates from 4 to 30 volts.● Less than 60 µA current drain.● Low self-heating, 0.08˚C in still air.

Page 9: Lcd thermomter final

CHARACTERISTICS OF LM 35

Page 10: Lcd thermomter final

VOLTAGE REGULATORIC 7805

IC 7805 is a 5V Voltage Regulator that restricts voltage output to 5V.Maximum input voltage is 35V.Optimal input voltage is 7.2V.

Page 11: Lcd thermomter final

PIC 16F877APIC 16F877APin out diagram

Page 12: Lcd thermomter final

FEATURES OF PIC 16F877AFEATURES OF PIC 16F877A

Page 13: Lcd thermomter final

HIGH PERFOMANCE RISC CPU

●Operating speed:20MHz,200ns instruction cycle.●Operating voltage:4v - 5.5 v●15 interrupt sources.●35 single word instructions

Page 14: Lcd thermomter final

SPECIAL MICROCONTROLLERSPECIAL MICROCONTROLLER FEATURESFEATURES

●Flash memory:14.3 KB(8192 words)●Data SRAM :368 bytes●Data EEPROM 256 bytes

Page 15: Lcd thermomter final

PERIPHERAL FEATURESPERIPHERAL FEATURES

●33 I/O pins: 5 I/O ports●USART/SCI with 9 bit address detection●Timer 0 :8 bit timer/counter with 8 bit prescaler●Timer 1 :16 bit timer/counter with prescaler●Timer 2 :8 bit timer/counter with 8 bit period register,prescaler and postscaler

Page 16: Lcd thermomter final

ANALOG FEATURESANALOG FEATURES

●10 bit,8 channel A/D convertor ●Brown out reset●Analog comparable module

Page 17: Lcd thermomter final

INTERFACING OF PIC 16F877A AND 16x2 LCD

Page 18: Lcd thermomter final
Page 19: Lcd thermomter final

PROGRAMPROGRAM

Page 20: Lcd thermomter final

PORTA=0;TRISA=0X01;PORTB=0;TRISB=0;

Page 21: Lcd thermomter final

HOW IT WORKS...?HOW IT WORKS...?

Page 22: Lcd thermomter final

●The regulated 5V dc supply is given to the PIC using 7805 voltage regulator.●The temperature sensor LM35 produces an analog voltage corresponding to the temperature sensed by it.●The analog voltage is converted into digital form by the PIC 16F877A.●The digital output is displayed on 16x2 LCD by interfacing it with PIC 16F877A.●The digital output is the required temperature in degree celsius.

Page 23: Lcd thermomter final

CIRCUIT SIMULATION USING PROTEUS

Page 24: Lcd thermomter final

APPLICATIONSAPPLICATIONS

●Speed control of fan.●Industrial applications.●Applications in amplifiers.●Laptop cooling.●Application in farm.

Page 25: Lcd thermomter final

CONCLUSIONCONCLUSION

In summary, the micro controller based thermometer is a In summary, the micro controller based thermometer is a device that measures the current atmospheric temperature. It device that measures the current atmospheric temperature. It has been successfully demonstrated that, this will serve as a has been successfully demonstrated that, this will serve as a device for finding out the temperature and displays it on LCD.device for finding out the temperature and displays it on LCD. In this world of global warming the temperature In this world of global warming the temperature measurement has an inevitable role, hence conclusion is made measurement has an inevitable role, hence conclusion is made that this is a successful undertaking.that this is a successful undertaking.

Page 26: Lcd thermomter final

ReferencesReferences

●Mazidi and Mazidi-8051,PIC & Embedded system using assembly language programming

●www.electronics-project-design.com

Page 27: Lcd thermomter final

ACKNOWLEDGEMENTACKNOWLEDGEMENT

We extend our heartfelt gratitude to Miss. We extend our heartfelt gratitude to Miss. Remyamol and Miss. Binu for their valuable Remyamol and Miss. Binu for their valuable

guidance in our project.guidance in our project.

Page 28: Lcd thermomter final

THANK YOUTHANK YOU