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
- Host: GitHub
- URL: https://github.com/marcellomaugeri/micropython-easy-network-configuration-esp8266
- Owner: marcellomaugeri
- License: gpl-3.0
- Created: 2019-10-22T10:34:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T10:40:31.000Z (almost 7 years ago)
- Last Synced: 2025-12-23T02:54:15.036Z (7 months ago)
- Topics: esp8266, micropython
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"}