Hi all
I would like to build a temperature sensor that logs the temperature every 15 mins overnight.
I have two main questions regarding this project:
- How to convert the reading from the analog pin to one in degrees Celsius. I currently have the thermistor set up in a voltage divider with a 10K. I have searched this on google and on the forum but nothing's worked so far.
- How to store the values. I have a mega, so I could store the values in EEPROM, as that would have space for 4096 bytes, unless anyone has any better ideas.
Thanks very much in advance.