-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Cant' connect to network. OK in release 1.0.6 #6485
Comments
WPA really? Not WPA2. WPA is highly insecure. Do not use anymore. |
WPA is at least more secure than WEP. |
Open a ticket to get the box changed. It is a high security risk |
Try change to wpa2 on your router |
|
Back home, I ran some tests with my usual internet box where I have more choice with the authentication scheme and I confirm that It appears that WPA is no longer supported in 2.0.2.
Even the latest doc from Espressif states "Various security modes for the above (WPA, WPA2, WEP, etc.)" and from arduino-esp32 support documentation "Security modes (WPA, WPA2, WEP, etc.)" |
"fix" is coming. More of an option to allow WPA actually :) |
Added options to WiFi STA for connect: - setMinSecurity: default WIFI_AUTH_WPA2_PSK - setScanMethod: default WIFI_FAST_SCAN - setSortMethod: default WIFI_CONNECT_AP_BY_SIGNAL (required all channels scan method) Added parameters for SSID and BSSID to WiFi.scanNetworks() Fixes: #6485 Fixes: Any issue about WiFi connecting slower now than in 1.0.x
Board
ESP32 Dev Kit
Device Description
nothing
Hardware Configuration
nothing
Version
v2.0.2
IDE Name
Arduino IDE 1.8.19
Operating System
Windows 10
Flash frequency
80
PSRAM enabled
no
Upload speed
921600
Description
Can't connect to a wifi network. STA mode.
Standard example HelloServer in for the library WebServer fails.
Exactly the same code compiled with 1.0.6 works perfectly.
But it seems that the results depend on the network itself. I have a demo working perfectly on an other network at home and this demo fails on the network I use this day.(of course after updating ssid and password ;-=)
Network uses WPA (TKIP + AES)
.
Sketch
Debug Message
Other Steps to Reproduce
In the IDE I select the board "ESP32 Dev Module"
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: