Hello Acetronics,
these values i get from:
Code:
FOR ADDR=st TO ed
adcin temp,va
tempe=(va*/5000 )>>2
toggle red
toggle green
pause 418 ' calibration to get 1200 readings ( 2 per second ) in 10 minutes -
debug " recorded value: ", dec tempe," position ", dec ADDR, 13,10
the debug line gave these values after the adcin conversion.
I'm colecting the voltage directly from the variable resistor which is simulating the voltage from a LM35 ( 0,2v - 1,5V )
I'm not using any reference value, just VDD and VSS( i know...it's lame...but i'm not looking for the best resolution for now
)
.
Bookmarks