remote temperature measurement using RCTIME and a thermistor
Guellinger
Posts: 2
Hi everyone,
Scott Edwards (Nuts and Volts) writes that the temperature measurement described in No 7 of Basic Stamp 1 Application Notes (using a thermistor and the RCTIME/POT command) is not suitable for remote use (i.e. not more than a foot between the thermistor and the Stamp). Can anyone tell me why that is?
Looking forward to any clues.
Benji
Scott Edwards (Nuts and Volts) writes that the temperature measurement described in No 7 of Basic Stamp 1 Application Notes (using a thermistor and the RCTIME/POT command) is not suitable for remote use (i.e. not more than a foot between the thermistor and the Stamp). Can anyone tell me why that is?
Looking forward to any clues.
Benji
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
My measurement range is 10C to 140C, with lead lengths of up to 10m, and an accuracy of +-0.5K or better if poss.
What attracted me to the RCTIME solution is that one STAMP could handle 16 RTCs, without needing many other components. Ideally I would like to use PT1000s, because they are widely used in my industry (solar thermal systems). With a 1Kohm resistor I would need a 1000uF capacitor (or larger) for the RCTIME set-up to work, and I'm not sure how accurate the results would be with a capacitor that size.
I guess the solution for me is to use a PT1000 and an ADC?
Benji
The reading will bounce around with any noise that is picked up and added to the signal. In fact, you can make a nice random number generator by running the RCTIME command on purpose with a high-ohms resistor and big loop of wire.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Seems to me one should be able to send the voltage difference to a DAC and manipulate this value in determining the temperature.
I must be missing something, please help.
Steve
I am assuming you mean a Temperature Dependent Resistor (TDR) by RTD. No potentiometer required, and unless high accuracy is required just the TDR and another resistor in a series. What you need is an ADC (Analog to Digital Converter), not a DAC (Digital to Analog Converter) for this. Then you get a numeric value that is proportional to the temperature.
Another option is to use a 555 timer with the TDR in the circuit to produce pulses, measure the resulting pulse width or frequency, and convert that to the temperature. Should work well for your application.
Your original post in "General Discussion" has been removed as it is is a duplicate to this question.
My apologies. I didn't see them as necessarily the same question. The one above was seeking specific information on a wheatstone bridge with 3 fixed resistors for which I haven't received any info on yet, the other was meant to be more on the generic end for which I have received, what I consider, quite valuable information.
Can you help or cut me some slack?
Thank you for the advice, I really appreciate it.