-
Notifications
You must be signed in to change notification settings - Fork 70
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
wifi time out error #112
Comments
have you started with a fresh arduino install and cleared out the ~/Documents/Arduino/libraries folder ? you could have a conflicting wifi library what esp32 model are you using? |
using a ESP32-WROOM-32 board. |
I'm having same issue (same board - ESP32 devkit v1). I can see in my router's GUI that it keeps re-connecting and then disconnecting over and over. I tried to set printSerialOutputForDebugging = true but nothing more is shown in monitor. Just this:
and that's it. |
not sure. I can't reproduce Does you SSID or password has special or non-alphanumeric characters? |
Both are alphanumeric only. |
I am getting this output when i run the sketch in Arduino-IDE on an Esp-Wroom board
"wifi:timeout when WiFi un-init, type=4".
The wifiscan sketch example works.
The text was updated successfully, but these errors were encountered: