embeded/arduino(genuino)
아두이노 dht11
구차니
2022. 11. 14. 17:35
온도 습도 1도, 1% 단위로 측정 가능한 녀석.
그나저나 내부 계산을 하는지 float 형으로 온도와 습도를 전달한다.
+
23.09.18
DHT11은 습도 범위 20~80%
DHT22는 0~100% 범위를 읽을 수 있다.
[링크 : https://github.com/adafruit/DHT-sensor-library]
[링크 : https://github.com/adafruit/DHT-sensor-library/blob/master/DHT.cpp]
[링크 : https://learn.adafruit.com/dht]