-
Please consider adding a GPIO driver for DHT22/11 temperature and humidity sensors.
-
#1
ilfer updated
2 years ago
-
Using version `3.5.8` in a loop it almost never gets a reading with the following code:
```python
import time
import board
import adafruit_dht
dhtDevice = adafruit_dht.DHT11(board.PG6)
…
-
Hi!
It seems that the DHT11 does actually report 1 decimal for temperature (eg: 19.9 °C) as shown here:
https://forum.arduino.cc/index.php?topic=656964.0
Is there any way to obtain the decimal …
-
As for now, this device use the generic case.
DHT11 sensor must not be enclosed inside the case to avoid reporting higher temperature.
-
@picatextra
Can you tell me what can I use to read data from DHT11 sensor by using intel edison along with NodeJs? This is using 1-wire protocol. I think this package only supports DHT22. Can you gi…
-
### Script Command
```shell
import time
import adafruit_dht
import board
dht_device = adafruit_dht.DHT11(board.D4)
temperature_c = dht_device.temperature
temperature_f = temperature_c * (…
-
테스트 가능한 장치(모듈)별 목록(List)과 예제 코드(Sample code)를 업로드합니다.
_각 샘플코드는 Chat GPT를 통해서 작성되었습니다._
### **개발 H/W & Parts List**
**Distance/TOF detector**
D01. TOF 200C Laser ranging sensor module, VL53L0X,…
-
pi@raspberrypi:~ $ python dht11.py
Traceback (most recent call last):
File "dht11.py", line 2, in
import dht11
File "/home/pi/dht11.py", line 12, in
instance = dht11.DHT11(pin=14)
…
-
**What's the full name of the component you'd like to see in Adafruit.io WipperSnapper?**
DHT11/DHT22 temperature/humidty sensor
**What type of component is this (i.e.: Pin, I2C)?**
Pin
**Prod…