Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hubmartin/esp8266_ws2812b_udp

Light effects over network with Processing and ESP8266
https://github.com/hubmartin/esp8266_ws2812b_udp

Last synced: about 1 month ago
JSON representation

Light effects over network with Processing and ESP8266

Awesome Lists containing this project

README

        

# ESP8266_WS2812B_UDP
Light effects over network with Processing and ESP8266.

Distribute your Processing animation from your computer to different rooms/places.

Thanks to ESP8266 you can display effects on WS2812B LED strips which are rendered on your PC and transfered over WIFI UDP packets.

UDP packet has simple format:
- 1 byte command (0x01 - to write to LEDs)
- 2 byte little endian number of LEDs
- 3 byte RGB value per LED

ESP8266 desitnation port is 8000

[![Video in action](https://raw.githubusercontent.com/hubmartin/ESP8266_WS2812B_UDP/master/doc/img/video.jpg)](https://youtu.be/okA8Il88aNk "Video Title")

[Video in action]()

![img](https://raw.githubusercontent.com/hubmartin/ESP8266_WS2812B_UDP/master/doc/img/screen.jpg)