Skip to content
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

Lost of SoftAP binding when starting a new STA binding #1028

Closed
mytrain opened this issue Nov 16, 2015 · 2 comments
Closed

Lost of SoftAP binding when starting a new STA binding #1028

mytrain opened this issue Nov 16, 2015 · 2 comments

Comments

@mytrain
Copy link

mytrain commented Nov 16, 2015

My application is using both SoftAP and STA as following:
-Smartphone connected via SoftAP to ESP8266
-Then each 2 minutres ESP connects using STA to my home WiFi router.

This issue is that conneting to STA kick out the Smartphone form the SoftAP as show in system debug

f -180,
scandone
state: 0 -> 2 (b0)
station: 7c:7d:3d:bb:73:e3 leave, AID = 1 <<<< THIS SHOULD NOT HAPPEN
rm 1
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 5
cnt
chg_B:-120

Any tips to solve the issue ?

Used version : 1.6.5-1160-gef26c5f

@igrr
Copy link
Member

igrr commented Nov 16, 2015

@Links2004 gave an explanation of this issue a few days back: #119 (comment)
(i think previous comment down that link describes the issue similar to what you are seing).

@mytrain
Copy link
Author

mytrain commented Nov 17, 2015

@igrr
Thanks for the explanation. I assume that this is a hardware constraint and there is no change that ESPRESSIF is solving the issue one day.
I'll revisit my design to find a work around
.

@igrr igrr closed this as completed Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants