-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Cannot connect to WiFi on ESP32-S3-DevKitC-1 #7424
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
Comments
Can you please enable Debug to Info or Verbose and try again. Should print more info on what is the WiFi doing. |
Apologies, I completely missed the Arduino IDE Tools menu on Core Debug Level. I have also updated the original post. Here's the output on the serial monitor in
Since the debug message says "NO_AP_FOUND", I have tried to reconnect my computer / macbook with the password again and it is fine. As a note, I am not sure whether having a special character of |
Error says that it was not able to find the AP. Maybe that AP is only 5GHz? Or SSID is wrong? And yeah, maybe it could be the |
Nevermind, I see up in the initial post that it is indeed 2.4GHz. Try with SSID without the dot |
Thanks, @me-no-dev! I tried with temporary hotspots with my iPhone and it seems the password is the issue, not the SSID name with the
I have no idea how to reproduce this bug, but I got it working and connected to WiFi. So I will close this issue, I guess. |
Board
ESP32-S3-DevKitC-1
Device Description
Just the dev board ESP32-S3-DevKitC-1 and nothing else.
Hardware Configuration
No
Version
v2.0.5
IDE Name
Arduino IDE
Operating System
macOS 12.6.1
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
Cannot connect to WiFi SSID
Sketch
Debug Message
Other Steps to Reproduce
I have successfully connected to the same WiFi network with Tasmota as suggested in #6430 (although it's for ESP32-C3). WiFiScan example code is also successful and it shows all the WiFi networks nearby!
I have also added
WiFi.useStaticBuffers(true);
andWiFi.mode(WIFI_STA);
beforeWiFi.begin(ssid, pass);
as suggested in the issue #6430.WiFi SSID details:

I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: