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

Disabling the default AP with SSID of esp_xxxxxx #826

Open
3 tasks done
fahirad opened this issue Apr 19, 2024 · 2 comments
Open
3 tasks done

Disabling the default AP with SSID of esp_xxxxxx #826

fahirad opened this issue Apr 19, 2024 · 2 comments

Comments

@fahirad
Copy link

fahirad commented Apr 19, 2024

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

Hello all,

I see that when I flash my esp32c3 with esp-at project, the Wi-Fi driver gets initialized by default and both access point and station mode are started, resulting in a new network with a name ESP_xxxxxx where these x's represent the last 6 characters of the MAC address.
How do I disable it? I want to be able to enable the driver itself and the custom ap network in certain cases, so I don't need this default behaviour.
I am familiar with the command AT+CWINIT=0 which will disable it, but how do I save this setting so that on reset it doesn't get started again?

Thanks ahead for any clarification!

@bschousek
Copy link

Have you confirmed that the AT+CWINIT=0 is not persistent through reset? I seem to recall that issuing the command once writes it into some non-volatile memory that only gets changed the next time that you flash the firmware.

@ustccw
Copy link
Collaborator

ustccw commented May 17, 2024

@fahirad @bschousek you can send AT+CWMODE=0 to make it.

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

3 participants