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

Access point example with password can't connect (ESP32S3) #471

Closed
jvatic opened this issue May 26, 2024 · 2 comments
Closed

Access point example with password can't connect (ESP32S3) #471

jvatic opened this issue May 26, 2024 · 2 comments

Comments

@jvatic
Copy link

jvatic commented May 26, 2024

When I run the access_point example, changing the config to the following, I can't connect to the AP (whereas I can before the config change).

let client_config = Configuration::AccessPoint(AccessPointConfiguration {
    ssid: "esp-wifi".try_into().unwrap(),
    password: "some test password".try_into().unwrap(),
    auth_method: esp_wifi::wifi::AuthMethod::WPA2Personal,
    ..Default::default()
});

It appears the AP isn't accepting the password as the connecting system keeps prompting for it.

Are there any logs that would be helpful in debugging this? When I enable the log feature for esp-wifi there's a lot of noise.

@bjoernQ
Copy link
Contributor

bjoernQ commented May 27, 2024

Currently non-open APs are not supported: see https://github.com/esp-rs/esp-hal/blob/main/esp-wifi/README.md#missing--to-be-done

@bjoernQ
Copy link
Contributor

bjoernQ commented May 27, 2024

Please re-open in the esp-hal repository (esp-wifi moved there) if needed

@bjoernQ bjoernQ closed this as completed May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants