Archived
0
Fork 0
Use a Pico W as a separate LAN
This repository has been archived on 2024-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-04-03 18:01:32 -07:00
LICENSE Create LICENSE 2022-07-03 08:53:56 -07:00
README.md chore: migrate to srht 2023-04-03 18:01:32 -07:00
sensor.py chore: comment 'broken' things and blink LED when using 2022-12-17 07:34:18 -08:00

PicoLAN

This is a simple MicroPython program to allow the Pico W(H) to broadcast its own WiFi network. This is useful for applications that only need LAN access and not access to the greater Internet (for me, it's my stupid scanner and its inability to stay connected to my actual WiFi network because of wall materials).

Usage

You should open sensor.py and change lines 8 and 12 (ssid= 'PicoLAN' and key= 'tarmac nappy manual reoccupy', respectively) to your own SSID and network key for security reasons. Flash using MicroPython REPL to a Pico W(H).

Acknowledgements

This codebase is licensed under the 3-clause BSD License. It is included in the root of this repository in the LICENSE file and accessible online here.