Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 537 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 537 Bytes

nodemcu-http-helloworld

Simple http server displaying page with button which allows to switch diode on and off

Requirements

  • NodeMCU ESP8266
  • nodemcu-uploader (or other method to upload files)

Usage

Create credentials file and update it with your WIFI password and ssid

cp src/credentials.template src/credentials.lua

Install nodemcu-uploader

pip install nodemcu-uploader --user

Upload files to NodeMCU

make upload SERIAL_PORT=<serial_port>

Enter ip addres of node mcu in web browser.