ESP8266-based project for controlling the LED strips on my stairs
Go to file
Mark van Renswoude 5f89b3efd2 First version of submodule implementation
Based on ATTiny2313 / ATTiny4313
2018-11-18 11:16:33 +01:00
docs Removed unused modified HTTPClient 2018-02-12 21:01:12 +01:00
hosted Added automatic retry to frontend 2018-03-19 07:45:54 +01:00
kicad First version of submodule implementation 2018-11-18 11:16:33 +01:00
module First version of submodule implementation 2018-11-18 11:16:33 +01:00
src Merge tag '2.1' into develop 2018-04-29 11:06:33 +02:00
web Merge tag '2.1' into develop 2018-04-29 11:06:33 +02:00
.gitignore First version of submodule implementation 2018-11-18 11:16:33 +01:00
API.md Fixed #23: Restart reason message cannot be hidden 2018-04-22 10:32:46 +02:00
DEVELOPING.md Fixed #23: Restart reason message cannot be hidden 2018-04-22 10:32:46 +02:00
README.md Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
Stairs.sublime-project Added time trigger settings and corresponding API 2018-01-10 21:05:12 +01:00
WIRING.md Added steps settings API 2018-01-26 11:50:42 +01:00
devserver.js Fixed #23: Restart reason message cannot be hidden 2018-04-22 10:32:46 +02:00
gulp-cppstringify.js Changed from UDP to HTTP 2018-01-01 19:56:07 +01:00
gulpfile.js Fixed compiler warnings 2018-04-22 10:39:07 +02:00
package-lock.json Fixed #23: Restart reason message cannot be hidden 2018-04-22 10:32:46 +02:00
package.json Fixed #23: Restart reason message cannot be hidden 2018-04-22 10:32:46 +02:00
platformio-buildflags.bat Implemented timezone API HTTP proxy 2018-01-19 16:13:34 +01:00
platformio.ini Fixed #19: Implement exception handler 2018-02-13 21:53:08 +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