Configure multiple wifi networks

Hello guys!

Is it possible to register multiple wifi networks in resin OS? So the device will connect to any of the available networks. And if possible, Can I set priorities for them? So if multiple networks are available, the device will choose the preferred one

I can see the ‘resin-wifi’ file inside ‘system connections’ folder. Should I create more files in there?

Thank you very much!

Edit: I found the answer here at the documentation: https://docs.resin.io/deployment/network/2.0.0/

Hey, yes, that’s the docs for it, and can find more info online if you look for NetworkManager. :wifi:

Basically you can put as many configuration there as you like, the device will try to connect to any of them that are available. For prioritization, check the autoconnect-priority setting (here’s its doc), I think that’s what you are looking for.

2 Likes