Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/amora-labs/micropython-captive-portal

A captive portal demo for MicroPython
https://github.com/amora-labs/micropython-captive-portal

Last synced: 2 months ago
JSON representation

A captive portal demo for MicroPython

Lists

README

        

# Captive Portal Demo
This is a simple captive portal demo for [MicroPython](http://micropython.org) 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.