forked from winlinvip/SimpleDHT
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Similar problem as #2, but this time for ESP8266 (NodeMCU 1.0, ESP-12E) and DHT11.
- the original library 1.8.6 works fine(!)
- the library with changes allowing to use Mega2560 introduces similar problem for ESP8266 , see errors below (generally just several data reads work, then only error 100).
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
⸮=================================
Sample DHT11...
Read DHT11 failed: 100
=================================
Sample DHT11...
Sample RAW Bits: 0100 0000 0000 0000 0001 1001 0000 1001 0110 0010
Sample OK: 25 *C, 64 %
=================================
Sample DHT11...
Sample RAW Bits: 0100 0011 0000 0000 0001 1001 0000 1001 0110 0101
Sample OK: 25 *C, 67 %
=================================
Sample DHT11...
Sample RAW Bits: 0100 0010 0000 0000 0001 1010 0000 0000 0101 1100
Sample OK: 26 *C, 66 %
=================================
Sample DHT11...
Read DHT11 failed: 100
=================================
Sample DHT11...
Read DHT11 failed: 100
=================================
(etc...)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working