metachris / micropython-captiveportal

Minimal async captive portal for MicroPython (compatible with uasyncio v3/MicroPython 1.13+ as well as earlier versions)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Built upon

References

About

Minimal async captive portal for MicroPython (compatible with uasyncio v3/MicroPython 1.13+ as well as earlier versions)


Languages

Language:Python 94.6%Language:HTML 5.4%