Cannot Connect to Wifi #9301
Unanswered
M-Rizwan-Anwar
asked this question in
Q&A
Replies: 1 comment
-
it seems duplicated with #9296. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Arduino-ESP32 component in VS Code. I am using ESP-IDF Version 5.1.2 and latest release of VS Code. I want to build a simple WebServer to test if it is working. I tried different libraries. I am successful in building and flashing it on my ESP32. But I am unable to connect to Wifi. It is saying this in the Terminal:
Connecting to Ali Anwar
W (609) wifi:wifi osi_nvs_open fail ret=4353
[1B][0;32mI (609) wifi_init: rx ba win: 6[1B][0m
[1B][0;32mI (610) wifi_init: tcpip mbox: 32[1B][0m
[1B][0;32mI (610) wifi_init: udp mbox: 6[1B][0m
[1B][0;32mI (614) wifi_init: tcp mbox: 6[1B][0m
[1B][0;32mI (617) wifi_init: tcp tx win: 5744[1B][0m
[1B][0;32mI (622) wifi_init: tcp rx win: 5744[1B][0m
[1B][0;32mI (626) wifi_init: tcp mss: 1440[1B][0m
[1B][0;32mI (630) wifi_init: WiFi IRAM OP enabled[1B][0m
[1B][0;32mI (634) wifi_init: WiFi RX IRAM OP enabled[1B][0m
[ 90][E][WiFiGeneric.cpp:696] wifiLowLevelInit(): esp_wifi_init 4353
[ 107][E][WiFiSTA.cpp:252] begin(): STA enable failed!
Beta Was this translation helpful? Give feedback.
All reactions