Raspberry Pi 3 liest Temperatur- und Feuchtigkeitswerte vom Sensor DHT11
Felix Stange 0640cee882 'README.md' ändern | 6 yıl önce | |
---|---|---|
Adafruit_DHT11_test.py | 6 yıl önce | |
README.md | 6 yıl önce |
Mithilfe dieses Programms liest das Raspberry Pi 3 Temperatur- und Feuchtigkeitswerte vom Sensor DHT11. Die genutzte Bibliothek ist auch mit anderen DHT-Sensoren kompatibel.
Dazu ist die Bibliothek "Adafruit_DHT"
https://github.com/adafruit/Adafruit_Python_DHT nötig.
Der Anschluss des Sensors erfolgt folgendermaßen:
RPi_Pin 2 an DHT_Pin 1: +5V
RPi_Pin 22 (GPIO25) an DHT_Pin 2: DATA
RPi_Pin 6 an DHT_Pin 4: GND
Es wird ein 4,7 kOhm-Widerstand zwischen VCC und Datenleitung benötigt.