https://github.com/davidbarton/esp8266-base
https://github.com/davidbarton/esp8266-base
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidbarton/esp8266-base
- Owner: davidbarton
- Created: 2015-11-18T11:21:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T11:21:52.000Z (over 10 years ago)
- Last Synced: 2025-01-12T13:08:26.319Z (over 1 year ago)
- Language: Lua
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO:
* on power try to connect to wifi, if failed create hotpost
* establish telnet server
* change env variables and restart from master server and by its own api (server name, wifi credentials)
* on wifi connect, ping master server
* sleep mode?
* read pins and forward input to master server
* inteligently pool master server for pin commands
LINKS:
* api doc https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#crypto-module
* http framework https://github.com/marcoskirsch/nodemcu-httpserver
* http server https://stackoverflow.com/questions/30628899/trouble-connecting-to-esp8266-nodemcu-server
* some project https://github.com/lrozema/nodemcu-stuff
* lua promises https://github.com/zserge/lua-promises
* tutorial http://www.esp8266.com/wiki/doku.php?id=nodemcu