How does micropython handle multiple wifi networks with the same name? #16711
Unanswered
victorallume
asked this question in
Libraries & Drivers
Replies: 1 comment 1 reply
-
do not count on too much brains in that little chip... |
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.
-
I'm not sure if this relates to micropython's network in general, or if it's wifi-chip-specific (I'm using a pyboard which uses the CYW43 chip; the same family is used on the RPi Pico W).
If the device sees multiple networks (BSSIDs) with the same name (SSID), how does it decide which one to connect to? Will it go for the first one that it sees, or go for the strongest one?
Beta Was this translation helpful? Give feedback.
All reactions