Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```