amora-labs / micropython-captive-portal

A captive portal demo for MicroPython
50 stars 16 forks source link

Captive Portal Demo

This is a simple captive portal demo for MicroPython using NodeMCU/ESP8266.

Requirements

Needs RGB LED connected to ports 5, 4, 0 (These are ESP8266 port numbers not the NodeMCU ones)

How to use it

import captive
captive.start()

Video demo

License

Consider this software MIT Licensed. Use it at your own risk.