Hi, I don't know if someone already got into this. There is a Atmel 328P in-chip thermometer. Not that it is accurate, but my first try ended with reasonable (+/- 5°C) values.
I found this code here http://code.google.com/p/tinkerit/wiki/SecretThermometer, and put it on a JeeNode V4.
If you play around with the following line you can adjust it against a more accurate thermometer. (Best you begin with the linear part of the equation, hence the 125.)
result = (result - 125) * 1075;
Let me know what you think about this.
