Replies: 3 comments 1 reply
-
|
I have noticed this as well, though after a while it manages to connect. I found the lengthening the HomeSpan delays between retries addressed the issue. Try adding this near the top of your sketch: |
Beta Was this translation helpful? Give feedback.
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
-
|
I might be a little late to the party here but I think you'll find this is caused by an ESP32 internal race condition. To eliminate the issue, call the (blocking) function, WiFi.waitForConnectResult(), like this: bool bgWiFiReady = false; |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody.
Migrating from core 3.3.0 to 3.3.6, I'm now facing a very frequent WiFi connection issue with the message "e (33010) wifi:sta is connecting, cannot set config" in arduino IDE console. Whern this error occurs, the WiFi never connect, no timeout occurs, the 'D' option of the menu do nothing, and it's impossible to have WiFi connecting again, even after a press on reset button of the module. The only way to get WiFi functionnal again is to power-off / power-on the module.
If I revert back to core 3.0.0, the problem disappears, and the WiFi is again 100% reliable.
I've not tested any intermediate version of core, only 3.3.0 (ok) and 3.3.6 (ko)
Config : HomeSpan 2.1.17, Arduino ESP32 core 3.3.6, ESP32-S3-WROOM-1-N16R8 with original Espressif chip.
Any idea or experience on the same problem ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions