Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to make a thermistor temperature sensor using 8051?i

Status
Not open for further replies.

rachit1

Newbie level 1
Joined
Jan 18, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
delhi
Activity points
1,286
please tell me how to make a temperature sensor using 8051.i dont want to use lm35 but use a thermistor instead of that.plss help regarding the coding and the circuit diagram.
 

Hi,
If you are unwilling to use the LM35 in order to avoid ADC, then using a thermistor will not help, as there you would also need the ADC to measure the change in voltage across it due to change in resistance due to change in temperature. If you are don't want to use ADC, you can use something that uses I2C/TWI (TC74) or SPI (TC72) or one-wire(DS18S20) protocol.
But if you want to use thermistor, this is how you could do it. Set it up with another resistor such that the resistors form a resistor divider network the output value of which will change proportionally with change of temperature as this causes resistance to change. In this case you need to know the resistance of the thermistor and the voltage drop across it at a specific temperature. Then measure this voltage.
Hope it helped.
Tahmid.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top