Pi Pico W - rp2.country('AU') - still don't see channel 13 #10332
Replies: 4 comments 1 reply
|
Even after the official release of Pico W support with v1.20, I am still not managing to get the Pico W to use channel 13.
|
|
I'm seeing a similar problem - unable to connect to 802.11n 2.4 GHz Channel 12 or 13 with country code set to GB on the Pico W with MicroPython 1.22.2. |
|
Maybe try |
|
I am using https://github.com/earlephilhower/arduino-pico and I am having a very similar issue where I can't use channel 13 when I set the WiFi Region to |
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 am having trouble connecting to an AP running on channel 13, even after setting rp2.country('AU'). Has anybody else been having this problem?
As soon as I set the AP in question to channel 11, my Pi Pico W can see it.
My code currently looks as follows:
All reactions