Can't connect to most network
Posted: Fri Apr 30, 2021 12:39 pm
Hey, I recently got a few esp32's to use as an IR remote for some appliances.
About a day after I first started doing some webserver stuff I couldn't connect to my home wifi anymore.
For way too many hours now I looked at about the first 2-3 pages of 10 different google searches without much luck!
I tried:
Arduino IDE
different board options, erasing flash and flash the program cleanly
use python REPL
tried multiple networks, 2 regular home wifi router's to which the esp32 can't connect to; and my phone hotspot which works
flawlessy
restarted networks multiple times as well as flashing the esp clean and trying a different one
this started suddenly without me changing really anything.so it shouldn't be some settings in my router
this is what the arduino program spits out with debug level verbose, I am currently running the program with a software reset every 30 second, if the device is not connected. no matter how long it runs, nothing. is also disconnects before it tries to connect.
I'm really desperate now to really get the wifi connection to work, without it the whole thing is kinda uselesss.
Happy yo give more information, if that's needed!
About a day after I first started doing some webserver stuff I couldn't connect to my home wifi anymore.
For way too many hours now I looked at about the first 2-3 pages of 10 different google searches without much luck!
I tried:
Arduino IDE
different board options, erasing flash and flash the program cleanly
use python REPL
tried multiple networks, 2 regular home wifi router's to which the esp32 can't connect to; and my phone hotspot which works
flawlessy
restarted networks multiple times as well as flashing the esp clean and trying a different one
this started suddenly without me changing really anything.so it shouldn't be some settings in my router
this is what the arduino program spits out with debug level verbose, I am currently running the program with a software reset every 30 second, if the device is not connected. no matter how long it runs, nothing. is also disconnects before it tries to connect.
Code: Select all
*some time passes between each block of 2*
[D][WiFiGeneric.cpp:374] _eventCallback(): Event: 0 - WIFI_READY
[D][WiFiGeneric.cpp:374] _eventCallback(): Event: 2 - STA_START
[D][WiFiGeneric.cpp:374] _eventCallback(): Event: 5 - STA_DISCONNECTED
[W][WiFiGeneric.cpp:391] _eventCallback(): Reason: 2 - AUTH_EXPIRE
[D][WiFiGeneric.cpp:374] _eventCallback(): Event: 5 - STA_DISCONNECTED
[W][WiFiGeneric.cpp:391] _eventCallback(): Reason: 15 - 4WAY_HANDSHAKE_TIMEOUT
Happy yo give more information, if that's needed!