An open API service indexing awesome lists of open source software.

https://github.com/mhed89/pico-w-multiple-ssid

Add multiple SSID's to a json file, where the scirpt loops trough them and if it finds a match, the pico connetcs to it.
https://github.com/mhed89/pico-w-multiple-ssid

micropython pico-w raspberry-pi-pico-micropython raspberry-pi-pico-w rpi-pico-w

Last synced: about 2 months ago
JSON representation

Add multiple SSID's to a json file, where the scirpt loops trough them and if it finds a match, the pico connetcs to it.

Awesome Lists containing this project

README

          

# PicoW-Multiple-SSIDs
Add multiple SSID's to wifi_credentials.json, run multiple_ssids.py and it will try to connect to one of the SSIDs in the json file.
If it finds a SSID and succesfully connects, the onboard LED turnes on.

Run this in a main.py and when booting up, it will automatically run and connect. Great when not wanting to implement a wifi-manager GUI on the pico.