Awesome
Minimal MicroPython Captive Portal
This code is tested on ESP32. It creates a wifi access point, and once connected to it a captive portal is opened (served from index.html
).
- Works with uasyncio v3 (MicroPython 1.13+)
- Fallback for earlier versions of uasyncio/MicroPython
- Code: main.py
Notes
- License: MIT
- Author: Chris Hager chris@linuxuser.at / https://twitter.com/metachris
- Repository: https://github.com/metachris/micropython-captiveportal
Built upon
References