T
These sensor has a chip inside that converts analog to digital conversation and spits out a digital signal with temperature and humidity, with any (MCU) micro controller these signal are ready to drive.
Electronics parts required for this project.
- Arduino UNO/MEGA/NANO
- DHT11 (DHT22 Optional)
- Breadboard
- 10K Resistor
Schematics for connecting the DHT11
1. Download the source code here
2. Unzip the DHT Library
3. Copy the extracted file to your Arduino Libray
4. Go to files / Example / DHT SENSOR LIB / DHT Tester
5. Upload the code.
[crayon-673f31937a91a580059309/]