code for celsius and fahrenheit scale digital thermometer using 8051 microcontroller at89c51
#4
fahrenheit scale digital thermometer is a temperature indicator which displays temperature in fahrenheit scale. it is similar to celsius scale digital thermometer, except a little modification in the microcontroller program. the temperature sensed in celsius scale in the celsius scale thermometer project report is converted into the fahrenheit scale temperature just by using the celsius to fahrenheit conversion formulae.
a digital thermometer can be easily made by interfacing a temperature sensor to the microcontroller at89c51. the temperature sensor used in the project report is lm35. the lm 35 ic generates a 10mv variation to its output voltage for every degree celsius change in temperature. the output of the temperature sensor is analog in nature so we need an analog to digital convertor for converting the analog input to its equivalent binary output. the adc 0804 is the analog to digital convertor ic used in the project report. 0804 is a single channel convertor which converts the analog input up to a range of 5v to an equivalent 8-bit binary output.
the step size is defined by the voltage applied at the vref/2 pin of the adc ic. for example, if the voltage at vref/2 pin is set to 1.28v then adc has a step size of 10 mv. so if the input voltage is 1v the equivalent binary output of adc will be 100 or 0110 0100 in binary. the 8 bit binary output of the adc is incremented by one for every 10 mv rise of input voltage. different step size can be selected by changing the voltage input to the vref/2 pin. the step size of the adc is calibrated using a preset to match the actual temperature. once the adc is calibrated it will give the correct output further. the binary output of adc is fed parallel to a port of the microcontroller . the microcontroller reads the input through adc and displays the corresponding decimal value on lcd indicating the temperature.

the value is converted to the fahrenheit scale by employing the celsius to fahrenheit conversion formulae in the microcontroller program.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ppt on lcd based digital alarm clock with digital thermometer using 8051 microcontroller, pdf file on a project of digital thermometer, digital thermometer using 8051 report pdf, digital thermometer project abstract, clap counter code using 8051 microcontroller at89c51 in keil software, celsius scale thermometer using at89c51 and lm35, block diagram of electronic code lock with user defined password using 8051 microcontroller at89c51,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
RE: code for celsius and fahrenheit scale digital thermometer using 8051 microcontroll... - by jaseela123d - 20-08-2016, 11:15 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  digital jewellery abstract in ieee format 4 5,444 11-07-2018, 09:00 PM
Last Post: farsanakuttickal
  advatages disadvantages of microcontroller based anesthesia injector 4 2,555 29-06-2018, 10:19 PM
Last Post: Guest
  program code of solar tracking system using 8051 microcontroller 6 23,336 03-05-2018, 09:30 PM
Last Post: Guest
  matlab code for vehicle tracking using unscented kalman filter 3 16,876 26-03-2018, 08:57 PM
Last Post: fodayj
  source code in php for online training and placement cell management 1 6,686 23-03-2018, 09:06 AM
Last Post: ritzi
  matlab code for facial expression recognition using frequency domain 1 2,683 19-02-2018, 06:03 PM
Last Post: Guest
  ppt on design and implementation of intelligent campus security tracking system based on rfid and zigbee 7 16,054 09-02-2018, 02:20 PM
Last Post: udaya
  matlab code shadow detection and removal in colour images using matlab 2 2,262 12-01-2018, 01:24 PM
Last Post: dhanabhagya
Smile physics investigatory projects for class 12 cbse to set up a common base transistor circuit and to study its input and o 3 25,146 20-12-2017, 09:44 AM
Last Post: jaseela123d
  code for fingerprint based atm and locker system 3 9,020 01-12-2017, 11:22 AM
Last Post: jaseela123d

Forum Jump: