Remote thermometer using Arduino
posted Mar 3rd 2009 11:30am by Caleb Kraftfiled under: arduino hacks, classic hacks, home hacks

[Peter] sent in this writeup on how to build a remotely accessible thermometer. The hardware side is pretty easy on this one, all you need is an Arduino, a resistor and an thermistor. The software is where the main focus is. You can check the temperature via command line, but also via email. It can also tell you the temperature using the host computers sound hardware. You can see a video of it in action after the break. We have to wonder why he didn’t make it twitter.








I love these kinds of projects. While the hardware aspect of this one is ridiculously light (a resistor and thermistor…), the follow-through on code is nice. I plan on using the arduino platform for a full redo of my home’s heating system.
Any thoughts folks?:
– Nokia N810: wall mount this tiny computer
– Web server: install a small web server on the N810
– Temperature sensors + XBee: sense temperatures with some regularity (minute by minute? 5 minutes?)
– Arduino: concentrate the serial signal from the XBees, located throughout the house
– Relays: I need to better understand how the relays in my hot-water radiative heating system work, but I’m pretty sure all I need to do is close a zone’s circuit to turn it on, and open a zone’s circuit to turn it off.
– Code: this will be the long pole in the tent. While I’m a pretty good coder, it’s been ages since I’ve written anything but net code (php, js, java, mysql). Gotta make an interface with arduino to read data and display it on the (private) web.
This will allow better charting of my temperatures throughout the house, allow me to segregate zones, better understand their interplay, etc.
Anyone wanna play?