ESP8266-based project for controlling the LED strips on my stairs
Go to file
Mark van Renswoude f87a8b6eb7 Changed from UDP to HTTP
Implemented access point, station mode and basic web configuration page
Actual lighting control is completely broken
2018-01-01 19:56:07 +01:00
src Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
web Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
.gitignore Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
DEVELOPING.md Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
README.md Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
Stairs.sublime-project Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
WIRING.md Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
devserver.js Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
gulp-cppstringify.js Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
gulpfile.js Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
package.json Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
platformio.ini Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00

README.md

Stairs

ESP8266 firmware for controlling up to 16 LED strips on a flight of stairs.

Features

  • Configurable using WiFi (can act as an access point or connect to a router)
  • Turn on or off at specific times
  • Turn on when movement is detected by connecting one or two PIR sensors
  • ReST API for configuration and controlling the lights

Most notably it does not support RGB LED strips out of the box, but feel free to add support if you're up to the task!

Further reading