-
Notifications
You must be signed in to change notification settings - Fork 13.3k
WiFi.softAP channel not honored in STA+AP #1612
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
This is a hardware limitation, the chip can not maintain connection to AP on one channel while having SoftAP on another one. |
@igrr |
There isn't, i think it was mentioned on the Espressif BBS somewhere, but can't find the link now. |
OK Thanks anyway. |
docs: |
Hi
WiFi AP channel changes to the one used by the access point connected via the STA.
After initializing the AP on channel 6 everything until initialization of STA (STA+AP). Once connected to the STA access point the channel of the AP is switched to the one used by the STA access point and not the one provided as third parameter of WiFi.softAP(...)
I this a hardware limitation or a SDK bug ?
NOTE: Using WiFi Analyser available on Windows Store (on Windows 10), I event saw the AP channel switching for 2-3 second to the channel provided to WiFi.softAP(...) and then back to STA access point channel. However I'm not trustful with my WiFi Analyser.
The text was updated successfully, but these errors were encountered: