By Bajdi on February 4, 2012
By connecting a DHT22 temperature and humidity sensor, a DS1307 RTC module and an SD card module to the Arduino Mega 2560 we can make a data logging system. The DHT22 sensor measures the temperature, the DS1307 gives us the date and time and this data is then written to the SD card over the […]
Posted in Arduino sketches | Tagged DHT22 |
By Bajdi on January 3, 2012
One of the many sensors I bought is the DHT22. This is a digital temperature and humidity sensor. It has 4 pins but only 3 are used. To get it to work you will need the DHT library, this library supports both the DHT11 and DHT22 sensors. I found this nice example sketch for the […]
Posted in Arduino sketches | Tagged DHT22 |