Temperature senser based on 8051

M

Thread Starter

m.a.mazidi

Hi,

I'm making 0-100c temperature senssor. I'm searching for an idea to convert the a/d o/p to a compatible code for 16*2 LCD. Please give related information.
 
Hello,

For '0-100c' temperature sensor just use and LM 35 IC. It gives about 10mV for every 1 degree. Actually you can get a max 150 deg C. For 8051 you need a separate A/D converter so better go for a PIC 16F series microcontroller which has an A/d converter module. You can easily get the code for conversion by Googling.
 
Top