Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeMCU ESP8266 V3 RESTART PROBLEM (watchdog timer) #71

Open
Danilo277 opened this issue Oct 20, 2024 · 0 comments
Open

NodeMCU ESP8266 V3 RESTART PROBLEM (watchdog timer) #71

Danilo277 opened this issue Oct 20, 2024 · 0 comments

Comments

@Danilo277
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant