/micropython-captiveportal

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

Primary LanguagePython

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