Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vergissberlin/mqtt-esp8266-ws2812b
Control your ws2812b LED stripe over MQTT on a ESP8266
https://github.com/vergissberlin/mqtt-esp8266-ws2812b
esp8266 mqtt ws2812b
Last synced: 6 days ago
JSON representation
Control your ws2812b LED stripe over MQTT on a ESP8266
- Host: GitHub
- URL: https://github.com/vergissberlin/mqtt-esp8266-ws2812b
- Owner: vergissberlin
- License: mit
- Created: 2019-07-02T14:57:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:21:04.000Z (11 months ago)
- Last Synced: 2024-10-10T19:41:17.038Z (27 days ago)
- Topics: esp8266, mqtt, ws2812b
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266-led-mqtt
ESPO8266 LED MQTT## Dependencies
### Install them manually
- ArduinoJson
- ArduinoOTA
- Adafruit NeoPixel
- TimedBlink
- PubSubClient
- WifiManager## Use PlatformIO
```bash
pio lib install
```