ESP32 not connected to WiFi
Posted: Mon Feb 27, 2023 4:53 am
Hi, my name is Adrian
I'm spanish spoken, and new with programs ESP32 from ARDUINO IDE 2.0.3
I have bought FOUR ESP32 module >> One of them has ->
* Chip is ESP32-D0WD-V3 (revision 3)
* Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
* Crystal is 40MHz
* MAC: 40:22:d8:f0:ee:bc
At first, each of the module could connect to my WiFi, then suddenly, one each other module DO NOT CONNECT anymore and I got the same lines in the compiler >>>
01:25:47.950 -> Wait for WiFi...
01:25:50.983 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 5 - STA_DISCONNECTED
01:25:51.015 -> [W][WiFiGeneric.cpp:391] _eventCallback(): Reason: 2 - AUTH_EXPIRE
01:25:51.015 -> [WiFi-event] event: 5
01:25:51.015 -> Disconnected from WiFi access point
01:25:51.015 -> WiFi lost connection. Reason: 2
01:25:54.052 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 5 - STA_DISCONNECTED
01:25:54.052 -> [W][WiFiGeneric.cpp:391] _eventCallback(): Reason: 2 - AUTH_EXPIRE
01:25:54.052 -> [WiFi-event] event: 5
At the same moment, an ESP8266 WiFi module, could connect without problem, with the same SSID and PASSWORD
The same thing with EACH of four ESP32 modules ???
Have anyone a guide to discover why it does not connect anymore ????
Always using ARDUINO IDE 2.0.3, because I become to make programs, best regards
Adrian
I'm spanish spoken, and new with programs ESP32 from ARDUINO IDE 2.0.3
I have bought FOUR ESP32 module >> One of them has ->
* Chip is ESP32-D0WD-V3 (revision 3)
* Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
* Crystal is 40MHz
* MAC: 40:22:d8:f0:ee:bc
At first, each of the module could connect to my WiFi, then suddenly, one each other module DO NOT CONNECT anymore and I got the same lines in the compiler >>>
01:25:47.950 -> Wait for WiFi...
01:25:50.983 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 5 - STA_DISCONNECTED
01:25:51.015 -> [W][WiFiGeneric.cpp:391] _eventCallback(): Reason: 2 - AUTH_EXPIRE
01:25:51.015 -> [WiFi-event] event: 5
01:25:51.015 -> Disconnected from WiFi access point
01:25:51.015 -> WiFi lost connection. Reason: 2
01:25:54.052 -> [D][WiFiGeneric.cpp:374] _eventCallback(): Event: 5 - STA_DISCONNECTED
01:25:54.052 -> [W][WiFiGeneric.cpp:391] _eventCallback(): Reason: 2 - AUTH_EXPIRE
01:25:54.052 -> [WiFi-event] event: 5
At the same moment, an ESP8266 WiFi module, could connect without problem, with the same SSID and PASSWORD
The same thing with EACH of four ESP32 modules ???
Have anyone a guide to discover why it does not connect anymore ????
Always using ARDUINO IDE 2.0.3, because I become to make programs, best regards
Adrian