- This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › TEMPERATURE CONTROLLER using 8051 by prbirhade
I want to make a mini project on temperature controller using microcontroller 8051 related family.
Hi there
You will need to add an ADC IC, like ADC0804/08, with 8051 to interface LM35 (temperature sensor) with it. LM35 is a sensor which outputs analog voltage corresponding to temperature it measures. For every 1 degree celsius rise or fall in temperature its analog output voltage decreases or increases accordingly.
You can measure this analog voltage using ADCs and then process it using a conversion formula(according to its behaviour as stated above) to get the temperature value. Then use this calculated temperature value to perform other tasks like controlling something, etc.
Here is a link that will help you to begin with, "engineersgarage.com/microcontroller/8051projects/interface-ADC0804-AT89C51-circuit"
Good luck