This is a simple captive portal demo for MicroPython using NodeMCU/ESP8266.
Needs RGB LED connected to ports 5, 4, 0 (These are ESP8266 port numbers not the NodeMCU ones)
import captive
captive.start()
Consider this software MIT Licensed. Use it at your own risk.