DTH11 includes both Humidity and Temperature sensor.
Hardware Components required:
- DTH11 Humidity and Temperature Sensor
- Arduino UNO
- Connecting Wires
- DTH library
You can get the sensor DTH11 Data Sheet from the below link.
Hardware Connections
- DTH11 To Arduino Vcc
- 5v to GND
- GND to Data Pin
- 3rd Pin of Arduino
Please download the DHT library from the below link. https://drive.google.com/file/d/0B1paTI5fzcHodno5azFOSVVDT0E/view?usp=sharing
Go to Sketch--> Include Library --> Add Zip File As shown in the above screen shot please browse the ZIP file and include the library after including the library. Close the Arduino IDE and open it again then you will find the library included.
Step 2: Program and Results
Comments