Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hubmartin/esp8266_ws2812b_udp
- Owner: hubmartin
- License: mit
- Created: 2016-11-20T18:55:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T12:06:07.000Z (about 8 years ago)
- Last Synced: 2024-10-28T09:35:54.206Z (3 months ago)
- Language: Processing
- Size: 175 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 LEDESP8266 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)