Skip to content

Problems getting data from DHT11 on ESP2866 after fixes in #2 #3

@t-w

Description

@t-w

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...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions