PT100 without op-amp?

Thread Starter

urb-nurd

Joined Jul 9, 2014
269
Hey guys, im going to be using a pt100 with my pic to control a heater.
I am aware of the wheatstone bridge configuration however i have seen a-lot of layouts with op-amps.

The only op amp i have is a TI opa2132a which i have used previously for audio applications many years ago.
I wasn't sure this op-amp would be suitable for boosting the voltage from the wheatstone bridge.

Is it possible to get good result without amplification?

Also, could someone please explain how i would set up my bridge to measure a temperature between 0-250c and output a voltage between 0-5V for my pics ADC?

Thanks for reading!
 

Dodgydave

Joined Jun 22, 2012
11,303
You can use a constant current source across the pt100 with a constant current of 26mA, the resistance change is 0.384 ohms per deg C, this will give a 10mV change for 1 degC temp, so 100 degC will be 1V, 200 degC will be 2V, 250 degC will give you 2.5Volts output. Pic.png

or use 2.6mA and get 1mV per deg C, so 250C will give you 250mV.
 
Last edited:

#12

Joined Nov 30, 2010
18,224
In summary, that OPA won't work because of its nature to not accept inputs within 2 volts of the supply voltage or ground, and outputs don't miss as badly, but still significant. You need to keep the driving current to 1 ma or less, so you are going to buy a different amplifier to get this done correctly.
 

Thread Starter

urb-nurd

Joined Jul 9, 2014
269
thanks for all the replies guys.
One last clarification.
What is the constant current source of 26 mA pictured?
 

bertus

Joined Apr 5, 2008
22,277
Hello,

The current source uses a LM317.
The circuit is taken from the attached datasheet.



Please keep in mind that the PT100 will have a maximum current allowed.
The value you should be able to find in the datasheet of the used PT100.

Bertus
 

Attachments

Last edited:

Thread Starter

urb-nurd

Joined Jul 9, 2014
269
Hello,

The current source uses a LM317.
The circuit is taken from the attached datasheet.



Please keep in mind that the PT100 will have a maximum current allowed.
The value you should be able to find in the datasheet of the used PT100.

Bertus
i see, so there is no need for an op-amp in this configuration?

Thanks again, i really do appreciate the help i get on here!
 

crutschow

Joined Mar 14, 2008
34,450
The current source uses a LM317.
The circuit is taken from the attached datasheet.



Please keep in mind that the PT100 will have a maximum current allowed.
The value you should be able to find in the datasheet of the used PT100.
The only problem with that is if you want less than about 6mA for the constant current output (which may be the case here) since that is the minimum operating current of the LM117 (12mA for the LM317).
 

crutschow

Joined Mar 14, 2008
34,450
i see, so there is no need for an op-amp in this configuration?
The signal across the PT100 will be quite low at the 1mA or so typical operating current so you will still need an op amp to amplify that to the desired signal range for your micro.
 

crutschow

Joined Mar 14, 2008
34,450
You want one with low input offset voltage. If operating from a single supply voltage then you also want it to be a rail-rail type
 

Thread Starter

urb-nurd

Joined Jul 9, 2014
269
If needed, he could also correct for the non-linearity by using a lookup table and interpolating to the correct temperature value in his micro.
i think i need to study these replies.
Thanks for this.
Ill do some reading and maybe come back to make sure im ordering the correct components
 
Top