Minimal MicroPython Captive Portal

December 3, 2020 ยท View on GitHub

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