Go to file
Daniel Meiburg d55996a6b8
Initial commit
2025-01-14 15:25:48 +01:00
GPIO-Pinout-Diagram-2.png Initial commit 2025-01-14 15:25:48 +01:00
README.md Initial commit 2025-01-14 15:25:48 +01:00
dht22.py Initial commit 2025-01-14 15:25:48 +01:00

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

Pinout

Run

python3 dht22.py