Pico W AP mode runs only in open unsecured mode #17059
Unanswered
tjlynchny
asked this question in
RP2040 / Pico
Replies: 1 comment
-
I've switched from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an original Pico W with MicroPython v1.24.1 (2024-11-29). I am trying to run the wifi in AP mode. It works, but only in unsecure mode. I've looked at [issue #8858] which seems to say that AP mode should work with a password assigned, but I cannot get that to work. Here's my code:
Here's what the Thonny console prints:
Doesn't matter if I pass 'key' or 'password' to 'ap.config', the results are essentially the same. Once the code is running, I can connect without a password even though I specified a password in ap.config.
What am I missing? How do I enable security?
Beta Was this translation helpful? Give feedback.
All reactions