Arduino datalogger is up!

As previously noted, I decided to make a super-simple office temperature and humidity datalogger based on the Arduino, LM35CAZ and SC600. Today I finally added the resistor and cap for the lowpass filter on the SC600 and the data looks good:

picture-22

Yep, that web page is public. You too can see the ambient conditions in Calit2 room 6402! Temperature is Celsius, humidity is relative percent.

For some reason the temperature data is noisier than I’d expect, but the humidity data looks clean. I’ll have to see if I can pull the data into a graphing page – I’m experimenting with adding it to Cacti (thus the format of the web page, designed for machine consumption) but have not gotten it working yet.(see below)

Here’s an iPhone snap of the completed circuit – really quite minimal. The LM35 needs no external parts at all, and the SC600 just needs the 47uF cap and 100k resistor. Good sensors for this, and cheap too.

img_0005

(Yeah, I really covet the macro photo ability of the new iPhone.)

It turns out that the Arduino outputs 5VDC, so I don’t even need the power supply to run it – all via USB. Elegant, that.

Update 6/26/09: Data in Cacti! I had to prefix the HTML output with a space to get the data ingester to work, and fiddled with the graph settings to get it to display. Check out the page here (login is guest/guest) and admire the data.

Leave a Reply