-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP in dual mode, AP and station #2441
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
About HTML-pages not being served whole: I've seen several people complaining about similar issues lately and I think it's a bug with the ESP8266-core itself, not in your code. Have you tried an older version of the core, like e.g. 2.2.0, to see if it works any better? |
@ranjit84 The ESP has a single radio, shared between STA and AP. In dual mode, the SoftAP must be set to the same channel as the STA that you connect to. If you don't, once the STA connects, the SoftAP will be dragged along, and you'll lose connectivity.
|
Closing due to lack of feedback in over 2 months, and age. |
I have configured my esp in dual mode and it works fine.
I have few queries -
So my quesiotn is is this really a memory problem because thre are lot of checks and variables involved int the loop() method.
Having one mode can be also one option, like i can cofigure the mode by check gpio pin status, whether in AP mode or STation mode. Is this better approach.
thanks
The text was updated successfully, but these errors were encountered: