Temperature with Capacitors
Amaral
Posts: 176
Hello all.
·
I’ve been using a Capacitor as a thermometer , a simple RC circuit an some factor conversions to debug the temperature, at the beginning it looks really reliable a precise, with of course a ·small range, I put my finger over it and the numbers start to move.
·
Then today I went to buy some capacitors (0,1uF) and the thermometer did not work with this new ones,· Does any one has tried to do that, and does any one knows why this is working with just parallax ( the ones that came with the Boe Bot ) capacitors ??? ( I mean , why this or some capacitors are more sensitive to temperature variation than others ?)
·
Thanks
·
Ricardo Amaral
·
I’ve been using a Capacitor as a thermometer , a simple RC circuit an some factor conversions to debug the temperature, at the beginning it looks really reliable a precise, with of course a ·small range, I put my finger over it and the numbers start to move.
·
Then today I went to buy some capacitors (0,1uF) and the thermometer did not work with this new ones,· Does any one has tried to do that, and does any one knows why this is working with just parallax ( the ones that came with the Boe Bot ) capacitors ??? ( I mean , why this or some capacitors are more sensitive to temperature variation than others ?)
·
Thanks
·
Ricardo Amaral
Comments
DO
HIGH 7
PAUSE 4
RCTIME 7,1,time
DEBUG "time = ",DEC time," " ,"freq = ",DEC freq," ","temp = ",DEC temp, CR
LOW 7
freq = (166-time)*231
FREQOUT 0,28,freq
temp = 190-time*5/8
LOOP
the circuit is pretty close to the LDR with a capacitor (RC on the Boe Bot)
Ricardo Amaral
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
·
I may have a worst case capacitor, represented by the line F of the graph. Than for a variation on 10 to 12 degrees Celsius(the weather is about 20 deg. Celsius·now over here and I touch it, its going to about 32 deg. C) , I'm Having a variation of 15% on its value,·witch is exactly the difference that I'm having; the time is varying from 160ms to 132ms!
The graph was taken from : http://dkc3.digikey.com/PDF/T052/1002.pdf
Thanks
Ricardo Amaral.