PDA

View Full Version : ATmega128RFA1 Temperature Sensor


IbarraE
09-09-2010, 04:45 PM
This script configures the internal temperature sensor of the ATmega128RFA1. You can read the raw ADC value and do the temperature conversion yourself or you can use the ReadDegrees function which uses a lookup table I already calculated.

jcwoltz
03-26-2011, 10:41 AM
Thank you for posting this. This is a quick easy (to use) way to get a rough idea of the temperature.

-J.C. Woltz

IbarraE
03-26-2011, 04:17 PM
good to see you found it useful, don't forget to set the offset for the best operation.