Why doesnt Arduino Nano RP2040 port support WPA_PSK in AP mode? #10841
Unanswered
manpowre
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
anyone? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Why doesnt Arduino Nano RP2040 port support WPA_PSK in AP mode ?
The reason I ask is that on android there is a security patch that came early last year (dec 2021 on pixel phones) that doesnt allow to autoconnect to WEP network anymore after you install the security patch. Have to connect manual. Now even older android tablets come pre-configured with this security patch.
Port:
MicroPython v1.19.1-891-g8d9a7fd22 on 2023-02-23; Arduino Nano RP2040 Connect with RP2040
print(dir(network.WLAN))
['class', 'name', 'bases', 'dict', 'OPEN', 'WEP', 'WPA_PSK', 'active', 'config', 'connect', 'disconnect', 'ifconfig', 'ioctl', 'isconnected', 'scan', 'status']
I get the following:
OSError: AP mode supports WEP security only
Sidenote:
On ESP32 for micropython this works fine:
Beta Was this translation helpful? Give feedback.
All reactions