Skip to content

NodeMCU ESP8266 V3 RESTART PROBLEM (watchdog timer) #71

@Danilo277

Description

@Danilo277

Hello everyone, I've noticed that there is an issue when using the DMD2 library with any WiFi function. Initially, everything works fine, but after some time, the ESP8266 restarts. Sometimes it works well for a few hours, and other times it takes less than an hour before it restarts. In the serial terminal, I get the following error:

ets Jan 8 2013,rst cause:4, boot mode:(3,2)

wdt reset load 0x4010f000, len 3460, room 16 tail 4 chksum 0xcc load 0x3fff20b8, len 40, room 4 tail 4 chksum 0xc9 csum 0xc9 v000584a0 ~ld.....

I assume the problem is with the use of timer0, as both DMD2 and WiFi use the same timer?

The problem occurs in several my projects, but I didn't notice it right away.
I don't have blocking functions and I don't use delay(); in my code...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions