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

By default, the PHY mode of ESP8266 devices is 802.11bg mode, and the PHY mode of non-ESP8266 devices is 802.11bgn mode. Can ESP8266 support 802.11bgn by default by modifying the code? #889

Open
3 tasks done
aithinker2222 opened this issue Jan 6, 2025 · 1 comment

Comments

@aithinker2222
Copy link

Answers checklist.

  • I have read the documentation ESP-AT Programming Guide and the issue is not addressed there.
  • I have used the latest released firmware or have updated my ESP-AT branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Set Command
^^^^^^^^^^^

Command:

::

AT+CWSTAPROTO=<protocol>

Response:

::

OK

Parameters
^^^^^^^^^^

  • :

    • bit0: 802.11b protocol standard.
    • bit1: 802.11g protocol standard.
    • bit2: 802.11n protocol standard.

Note
^^^^^

  • Currently ESP devices only support 802.11b or 802.11bg or 802.11bgn mode.
  • By default, PHY mode of ESP8266 device is 802.11bg mode, and PHY mode of non ESP8266 device is 802.11bgn mode.
@aithinker2222
Copy link
Author

I need ESP8266 to support 802.11bgn mode by default without sending the AT+CWSTAPROTO command. How should I modify the code?

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

1 participant