Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 579 Bytes

Weather-fi

Broadcast the weather as wifi ssid on a ESP8266

Demo

How to run

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