Skip to content

ESP8266 watchdog reset (WDT) while long freq scan #8

@ESPboy-edu

Description

@ESPboy-edu

The peculiarity of ESP8266 is such that the chip SDK needs to call internal routines from time to time for stable operation and if this is not done, the chip reboots with WDT error.
SDK internal procedure calls occur in the following cases:

  1. start of loop(){}
  2. delay(n);
  3. call ESP.wdtFeed();
    .Thus, when calling the procedure of frequency scanning from the library, WDT chip reboot occurs in case of long scanning (2-3sec).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions