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.
- Host: GitHub
- URL: https://github.com/mhed89/pico-w-multiple-ssid
- Owner: mhed89
- Created: 2023-06-28T17:58:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T18:44:32.000Z (almost 3 years ago)
- Last Synced: 2025-06-08T07:06:57.335Z (about 1 year ago)
- Topics: micropython, pico-w, raspberry-pi-pico-micropython, raspberry-pi-pico-w, rpi-pico-w
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.