No description
- Python 100%
| dht22.py | ||
| GPIO-Pinout-Diagram-2.png | ||
| README.md | ||
DHT22 Demo
Vollständige Anleitung: https://randomnerdtutorials.com/raspberry-pi-dht11-dht22-python/
Requirements
pip install adafruit-circuitpython-dht
Connection
- DHT22 + -> RPI 3.3V
- DHT22 - -> RPI GND
- DHT22 out -> RPI GPIO 2
Run
python3 dht22.py
