Cheap Temperature Logging
June 29, 2007 5:55 AM
Subscribe
How can I do cheap temperature logging? Is Arduino a good choice?
I want to log temperatures unattended. It's in my yard on a periodic basis, so it doesn't need to be waterproof or anything, but I don't have a laptop (and the location isn't close to a window in the computer room) so I can't log right to the computer.
Temperature loggers seem to be pretty expensive and are single-purpose. Then I thought of the Arduino. For just $35 I can get a general purpose, reusable microcontroller, stick a thermistor on there and I'm done.
Except the idea of the Arduino is that it just passes the data back to the computer, it doesn't store it there. But there seems to be some storage space (in the "EEPROM") for about 512 bytes that I guess stays there even when it turns off. I wouldn't expect the temperatures to get above 255C (or the thermistor to read them if it does), so I think I can just stash one reading per byte once every N minutes for 512*N minutes of logging.
I'm more or less a n00b at electronics, but I do have some basic experience, tools and parts. The Arduino tutorials don't address this exact application, but there are several similar ones so I don't think it would be too technically hard.
Is there a cheaper solution out there? (I'm giving the general purposeness and reusability of the Arduino about a 15-20% bonus, so a specialized device would probably have to cost less than $28 or so to be worth switching to, assuming they both work about equally well.)
posted by DU to technology (11 comments total)
10 users marked this as a favorite
posted by lowlife at 7:09 AM on June 29, 2007