how to interface PT100 temp sensor with 89s52

Status
Not open for further replies.

malasi

Newbie level 5
Joined
Apr 17, 2010
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Delhi/India
Activity points
1,333
hi all,

i am trying interface pt100 temperature sensor with AT89S52 without any analog IC, i want to measure temperature from 0 to 300 degree centigrate how it is possible please help me if possible please send schematic diagram of the same.
 

i am trying interface pt100 temperature sensor with AT89S52 without any analog IC
First, PT100 sensor requires signal conditioning module that converts resistance (PT100 => 100ohm @ 0degC) to usable voltage, say, 0 - to - 3V range ..
Then the voltage can be converted to a digital format (ADC) - something that 8051 can digest ..
It's not difficult, but it has to be done in the proper way ..

Rgds,
IanP
:|
 

    malasi

    Points: 2
    Helpful Answer Positive Rating
If you can afford to loose ADC resolution, a voltage divider formed by the Pt1000 and a precise reference resistor, connected to
an ADC, that uses the same voltage as refernce (ratiometric measurement) is the most simple design. A 16-Bit ADC with I2C interface
as TI ADS1100 is perfectly suited for this purpose.

You need some simple arithmetic to calculate the Pt1000 resistance from input voltage and additional calculations to take the
non-linear sensor characteristic into account.
 

    malasi

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…