We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was reading the lines in SimpleDHT.h and its states:
// For DHT11, in H, such as 35H. // For DHT22, in RH%, such as 53%RH.
However, the DHT11 data sheet states it returns Relative Humidity. See https://www.electronicoscaldas.com/datasheet/DHT11_Aosong.pdf
I get a value of 35 right now at 23°C - and if that was absolute humidity the RH% would be well over 100%
I want to suggest that the .h file gets updated as a simple documentation issue.
The text was updated successfully, but these errors were encountered:
Patch welcome.
Sorry, something went wrong.
No branches or pull requests
I was reading the lines in SimpleDHT.h and its states:
However, the DHT11 data sheet states it returns Relative Humidity.
See https://www.electronicoscaldas.com/datasheet/DHT11_Aosong.pdf
I get a value of 35 right now at 23°C - and if that was absolute humidity the RH% would be well over 100%
I want to suggest that the .h file gets updated as a simple documentation issue.
The text was updated successfully, but these errors were encountered: