DHT_nonblocking icon indicating copy to clipboard operation
DHT_nonblocking copied to clipboard

Non-blocking Arduino library for the DHT11, DHT21, and DHT22 sensors

Results 10 DHT_nonblocking issues
Sort by recently updated
recently updated
newest added

Hi, I have been taking a look at the DHT_nonblocking code and in particular I have made some tests with the state machine and it seems to me that it...

Hi, Please, read the attached file in an editor with fixed font (i.e. courier) in order to see the timings correctly. [Issue8GitHub.txt](https://github.com/olewolf/DHT_nonblocking/files/8143673/Issue8GitHub.txt)

1. Increased COOLDOWN_TIME to 10 sec because I was seeing about 1 degree of self-heat at 2 sec. 2. Followed Adafruit's for 0.1 degree resolution on DHT11. 3. Add esp32...

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 value with...

Hi Ole, Thanks for creating the library and sharing it with us! I have encountered a strange issue, whereby if I use delay() in my code, the library never returns...

Hi , now i will try to adapt your library , that is good choice for non-blocking feature , do you can help me ?

Hi there Are you using this lib? Any issues? Br Gilberto

Hi Ole, I hope you'll read this after so many years. It's not an issue, just a doubt I can't find an answer to and I don't know how to...

Hi, On the DHT11, I found that I always get a positive value for temperature even if it's below 0°C. Here's a screenshot of the output from the example file...