Setting up DHT22 with RaspberryPi and sending payload via AWS IoT
Temperature | Humidity | Sensor | AWS
In this article, we will be setting up a DHT22 module to the Raspberry Pi and sending the data to AWS IoT.
Instructions on Connection
Instruction on Python Script
SSH into the Raspberry Pi and create a file called dht22.py. Before we can work with the file we need to install some require Python packages utilize pip.
sudo apt-get install python3-devβ¦