You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case somebody is familiar with bugs in older versions of esp-link (esp-link 2.2.beta2 is the basis of my firmware):
Was there ever a watchdog-related issue with the station page, where the scan is displayed? I have/had this weird problem:
AP mode: Works. AP+STA mode: Works up to the click on "Connect" on that page. After that click, the module gets into a boot loop. The serial debug output shows: It boots, it connects to my network, the debug output pauses and the watchdog resets it. This repeats endlessly, about every 6-10s, even after power-cycling.
However:
This only happened yesterday (not once but consistently, over hours, with more than one module of mine, with full erasing and reflashing of Wroom-02 modules inbetween). Not today. Could be affected by the number of found access points or the channel. Can't think of anything else.
If one left the STA page immediately after clicking "Connect", the problem was not present. The module went into STA+AP mode and a bit later into STA mode.
This leads me to assume that a long scan list in conjunction with the mode switch (write to flash) might trigger the problem.
The text was updated successfully, but these errors were encountered:
Today I had the watchdog reset loop problem again - and found a solution. The module would restart shortly after booting with a watchdog reset - if running in STA mode. This is a debug log:
Previously, the module had run fine for many hours with esp-link and had been but through a lot of test usage (a lot of AP<->STA mode switching). The wdt resets continued even after power-cyling, erasing all esp-link settings (wipe config function) and restoring the ESP8266 settings (Espressif SDK: system_restore()). This lead me to assume that it might be router-related. So I rebooted the router - and the problem disappeared. Weird.
As mentioned earlier, my private esp-link fork is based on the old esp-link 2.2.beta2. It uses the old non-os SDK 1.5.4. I probably should try a later SDK like 2.2.1. Does upgrading SDKs work without code changes?
In case somebody is familiar with bugs in older versions of esp-link (esp-link 2.2.beta2 is the basis of my firmware):
Was there ever a watchdog-related issue with the station page, where the scan is displayed? I have/had this weird problem:
AP mode: Works. AP+STA mode: Works up to the click on "Connect" on that page. After that click, the module gets into a boot loop. The serial debug output shows: It boots, it connects to my network, the debug output pauses and the watchdog resets it. This repeats endlessly, about every 6-10s, even after power-cycling.
However:
This only happened yesterday (not once but consistently, over hours, with more than one module of mine, with full erasing and reflashing of Wroom-02 modules inbetween). Not today. Could be affected by the number of found access points or the channel. Can't think of anything else.
If one left the STA page immediately after clicking "Connect", the problem was not present. The module went into STA+AP mode and a bit later into STA mode.
This leads me to assume that a long scan list in conjunction with the mode switch (write to flash) might trigger the problem.
The text was updated successfully, but these errors were encountered: