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
httpandsjsonmodules, so you may need to build and flash it - Create a
settings.luafile based onsettings.sample.luawith the correct settings.
npm install -g nodemcu-tool
nodemcu-tool init
nodemcu-tool upload *.lua
nodemcu-tool reset