2021-01-22 11:52:06 +00:00
2021-01-30 10:07:17 +00:00
2021-01-22 10:20:00 +00:00
2021-03-24 10:22:16 +00:00
2021-01-22 10:20:00 +00:00
2021-01-22 11:52:18 +00:00
2021-01-22 12:23:43 +00:00
2021-01-22 10:20:00 +00:00
2021-01-30 10:07:17 +00:00
2021-01-22 11:54:50 +00:00

ESP8266 Busylight

A simple ESP8266 Busylight, which supports Webserver, MQTT, and Telegram frontends.

Configuration

Copy config_example.h in includes to config.h, and adjust the following values as needed:

  • LED_TYPE - 0/1 for Anode/Cathode
  • LED Pin numbers
  • SSID, and Key
  • Enable features and configure values as needed.

Usage

The ESP8266 runs a simple webserver, and statuses can be changed with simple GET calls to /<status name>. E.g. /away.

The index shows a list of links to the available statuses.

Acknowledgements

This project is heavily inspired by David Sword's Busylight using a NodeMCU ESP8266.

Description
No description provided
Readme MIT 118 KiB
Languages
C++ 81.7%
C 9.6%
HTML 8.7%