Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.44 KB

WASP
A WEMOS D1 Mini based time-programmable smart plug with a web-based control interface

WASP

Getting started

WASP is written in form of an Arduino sketch and can be edited/uploaded with the standard Arduino IDE

You must download and install these libraries in order to get things work properly:

  • FSBrowserNG
  • Time
  • ArduinoJson
  • Ntp Client

Edit the file webserver.cpp and input your network credentials:

WASP

Open the sketch and upload the sketch data and the sketch itself!

Then connect with a browser (from PC or mobile device) to http://wasp.local or type directly the ip address you set in the webserver.cpp file.

WASP

See the project page on hackster.io for wirings and more details!