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

https://github.com/marcellomaugeri/micropython-easy-network-configuration-esp8266

Network configuration of an ESP8266 through sockets
https://github.com/marcellomaugeri/micropython-easy-network-configuration-esp8266

esp8266 micropython

Last synced: 3 months ago
JSON representation

Network configuration of an ESP8266 through sockets

Awesome Lists containing this project

README

          

# micropython-easy-network-configuration-esp8266
Network configuration of an ESP8266 through sockets

Usage:
-Call connect(port) function, port is 33433 by default.

-Connect to the hotspot, connect to the socket and send a configuration json.

Json format: {"ssid":"your_ssid","password":"your_password"}