OpenLightingProject / rp2040-dmxsun

RP2040-based USB DMX dongle with integrated web server
GNU General Public License v3.0
95 stars 16 forks source link

Supported protocol / WS2812 LED strings #86

Open godinotomas opened 7 months ago

godinotomas commented 7 months ago

Hello,

I want to know whether the project supports WS2812 LEDs and XLights software.

Thank you in advance!

kripton commented 7 months ago

Hi @godinotomas. I don't know which protocol XLights supports. If it's able to generate ArtNet or sACN, it should work with the dmxsun. Support for WS2812 LEDs is not yet implemented. It is possible with the hardware and tracked at https://github.com/OpenLightingProject/rp2040-dmxsun/issues/27. If anyone wants a go, PRs are welcome!

How many LED strings would you need? Are 6 enough or would 16 be more interesting?