Summary of Sending weather data via Twitter using Rasbperry Pi and DHT22
This project connects a DHT22 sensor to a Raspberry Pi to monitor temperature and humidity. Data is shared via Twitter requests and stored online for web access. The setup involves hardware connection, installing the Adafruit DHT Python library, and adapting previous C programs to new Python scripts for data publishing.
Parts used in the Raspberry Pi Weather Monitor:
- Raspberry Pi
- DHT22 temperature and humidity sensor
- Adafruit DHT Python library
UPDATE: adding a light sensor to the device.
The idea behind this project is connect some sensors to the Raspberry Pi and put the information available on demand via Twitter requests and put sensor history data online on the web
To do that, I used a DHT22 temperature and humidity sensor connected to the Rasberry Pi.
You can get all the detailed steps from Adafruit website
When you have setup all the hardware, you must get into software stuff, to do that you must download the Adafruit DHT Python library (instructions here)
To publish the weather data on the web you must follow my old DHT11 post and this one, but you must change the original DHT11 C program to the new DHT11/22 python script:
For more detail: Sending weather data via Twitter using Rasbperry Pi and DHT22
- How can I get detailed steps for this project?
You can find all detailed steps on the Adafruit website. - What software must be downloaded to set up the system?
You must download the Adafruit DHT Python library. - How do you publish weather data to the web?
You must follow specific posts and change the original DHT11 C program to a new DHT11/22 python script. - Can I use a DHT11 program for a DHT22 sensor?
No, you must change the original DHT11 C program to the new DHT11/22 python script. - What information is available on demand via Twitter requests?
Sensor information is put on demand via Twitter requests. - Where is the sensor history data stored?
The sensor history data is put online on the web. - Does the project involve connecting sensors to the Raspberry Pi?
Yes, the idea is to connect some sensors to the Raspberry Pi. - What type of sensor was used in this update?
A DHT22 temperature and humidity sensor was used.

