-->
Page 1 of 1

Arduino IDE and whatdog timer

PostPosted: Fri Jul 08, 2016 8:43 am
by jnogues
I have some problems in diferents sketchs with wdt. My board reset in some sketchs sometimes, but sometimes work very fine. Is not a power problem. Where can I found more information about wdt?
Thanks

Re: Arduino IDE and whatdog timer

PostPosted: Fri Jul 08, 2016 9:14 am
by krzychb
Hi @jnogues,

If crash is due to Soft WDT, then you should see the stack trace that can point you where the program crashes.
If this is h/w wdt, then I would enable / add debugging messages to the sketch to track it down.

There is a troubleshooting guide on that - https://github.com/esp8266/Arduino/blob ... crashes.md

Krzysztof

Re: Arduino IDE and whatdog timer

PostPosted: Fri Jul 08, 2016 10:18 am
by jnogues
Thanks !!!! Is all I need!!!