1
0
Fork
You've already forked picolan
0
Use a Pico W as a separate LAN
Python 100%
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.