Does anyone have any experience using a Teensy + Octo adapter + ws2811 pixels and artnet?
I have just finished a decent sized matrix which is 5.2 x 1.4 meters and 20 x 80 pixels.
I would like to transmit data via jinx artnet or any other protocol that someone has plug and play code for that’ll work. We have spent hours playing with different code with some very generous peoples help but I am not a coder so If someone can point me in the right direction that would be great.
I have a w5200 ethernet module connected via sdi too.
Thanks Marc but unfortunately serial simply can’t send that much data. Limited to roughly 1000 pixels. We are working on an artnet option as it’s just under 10 universe but there’s an issue with the buffer size which a mate of mine is currently working on.
I have run 5.5 universe worth of LEDs with octo based on pattern suffice choice continued and adjusted by DMX on teensy 3.2. Without the octo, just using regular parallel output, I couldn’t get any of the dmx to play nice with the fussy ws2811s, but once using octo in the proper mode I got a working setup.
I did cheat slightly though, using the interrupt for dmx upset the LEDs, so given that my dmx value changes are not going to take effect until the next frame of the animation anyway, I might as well just read the dmx before each frame. Only downside is that if you say had a frame of animation with the very long delay, you need to wait fit that to end before the code would see the dmx change to a different pattern say, but you might have that issue anyway, interrupt or otherwise