Broadcast the weather as wifi ssid on a ESP8266
- Plug an nodeMCU devkit or a ESP8266 with serial adapter on the USB
- This requires the nodeMCU lua interpreter with
http
andsjson
modules, so you may need to build and flash it - Create a
settings.lua
file based onsettings.sample.lua
with the correct settings.
npm install -g nodemcu-tool
nodemcu-tool init
nodemcu-tool upload *.lua
nodemcu-tool reset