

DHT Humidity Sensing - Raspberry Pi with Google Docs logging
Time to start exploring more sensors with the Raspberry Pi! Here's a fun tutorial using DHT11, DHT22 and AM2302 humidity and temperature sensors.
In this tutorial we’ll be showing how to utilize C for high-speed GPIO polling to handle bit-banged sensor output. Many low cost sensors have unusual output formats, and in this case, a “Manchester-esque” output that is not SPI, I2C or 1-Wire compatible must be polled continuously by the Pi to decode. Luckily, the C GPIO libraries are fast enough to decode the output.
http://youtu.be/Skr2uPZzviM
http://learn.adafruit.com/dht-humidity- ... cs-logging