-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Cannot connect to 802.11n access point #6657
Comments
On the router: Did you try disabling wmm? Setting channel width to 20MHz? Changing other settings? |
same error. subscribe. |
I think this connects to issue #1354. Previously, I ran a sketch that used WiFi.setPhyMode() while the esp8266 was in station mode. This seemingly prevented me from joining any access points until I erased the WiFi config data from the esp8266. This seems like a bug to me. |
Wifi.setPhyMode() has to be set before starting wifi. |
Sorry for not replying sooner.
I no longer believe the issue has to do with the PHY mode, since I wiped the WiFi settings, and the issue still persisted. I ran into this issue on a client's device, and I was not able to reproduce this issue with a newer version of their router that I purchased. I still will be able to test any solutions by pushing a firmware update to their device.
I will try this:
What would you recommend I do with the return values? Something like this:
In my implementation, I have a
My board is about one year old. I have changed the WiFi settings on it about ten times. My current implementation: https://drive.google.com/file/d/1xvzRWBSG7JIdK0K50d13tYR8YgbKT3FP/view?usp=sharing Thank you! |
I've been using the latest stable ArduinoCore release (2.6.3) on a NodeMCU and noticed that WMM is not advertised by the ESP anymore. When I both connect a 2.5.1 and 2.6.3 device only the 2.5.1 devices is running with WMM enabled. And both are running the same user code (Tasmota 8.1.0) Therefor this could lead to issues where WMM is enforced, and also limits other 802.11n capabilities. ArduinoCore 2.5.1
ArduinoCore 2.6.3
|
The lack of wmm is an Espressif thing, we have no control over it. I'm closing for now. If new info is added here that points to a core issue, this can be reopened. |
Basic Infos
Platform
Settings in IDE
Problem Description
I’m unable to connect to a 802.11n access point using an example sketch. It looks like other people have had problems similar to this (#2795), but supposedly these issues were fixed with #6484.
I have tried both the latest git and release 2.5.2. My router is a Belkin AC1200 using factory settings. The access point is 2.4Ghz.
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: