-->
Page 2 of 2

Re: Using ESP8266 with DHT22 - Error

PostPosted: Wed Jan 20, 2016 9:04 am
by krzychb
@Trinsic82,
Please check this comment.
I have observed some random “Failed to read from DHT sensor” errors, that have been resolved with this bugfix provided by W-E
Good luck.
Krzysztof

Re: Using ESP8266 with DHT22 - Error

PostPosted: Wed Jan 20, 2016 12:41 pm
by AcmeUK

Re: Using ESP8266 with DHT22 - Error

PostPosted: Wed Jan 20, 2016 3:58 pm
by mianos
I always thought these things were flakey until I wrote my own non polling C diver from scratch for the ESP. Suffice to say, I have had one running for few months non stop, 24x7. Looking at the data, as far as I can see it has never missed a beat. You will probably find, if the driver is working, they work perfectly.
(Doing the timing in an interrupt was really interesting. There are differently timed pulses at the word boundaries of the data. Even though this is not documented in the specs and I don't need to use them, they appear in sensors from 3 different vendors.)

Re: Using ESP8266 with DHT22 - Error

PostPosted: Mon Mar 07, 2016 6:25 pm
by Torjus
Hello
Did you manage to solve the error? I have the same issue i believe =/

Have not tried any of links previously posted, that is a task for tomorrow.