-
Notifications
You must be signed in to change notification settings - Fork 1.4k
DHT11 wont read below 0 degree celsius #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have fixed this code in DHT.cpp. My sensor also has the "feature" that it reports 0x0000 for 0°C as well as 0x8000 for 0°C.
|
It won't work. DHT Asair shows abnormal temperatures above 0 degree. Instead 23 it shows 260 degree. |
Has this issue been resolved at this time? If so, it can be closed; if not, please let me know. |
I tried many possibilities. And now my code looks like this: |
Hi there,
I'm using Arduino UNO and the new variant of the Asair DHT11 (not the Aosong) sensor over 3.3v.
Everything is working just fine until the sensor reading get to 0 degree celsius and it just wont go below.
Outside right now is -3c
btw. I'm using library version 1.3.0
Thank you for your support!
The text was updated successfully, but these errors were encountered: