Hey guys…
nice to be a part of this group…
I’m new to led programming.
but was wondering if it was possible to get artnet data over lan and control the LED’s using FastLED.
I’ve found this link… but if possible to do this using FastLED then it would be a better option.
Thanks in advance.
Have a great day.
https://github.com/natcl/Artnet
I’ve been digging into this a bit. It’s very possible, but you’ll have to write the bridge between artnet and FastLED. There is no direct FastLED support for artnet. This has been discussed in other posts in this community as well. You might go look at those to see if anyone has something you can work with already complete.
It won’t be so hard. They already have an example with Adafruit library and OCTOWS. You have to copy the received data into the FastLED array (or maybe point to it).