So here is a working 40 output sketch using fastled. The artent header is included to use qnehterent, and that needs to live in
C:\Users\YOUR_NAME\AppData\Local\Arduino15\packages\teensy\hardware\avr\1.59.0\libraries\Artnet I got caught out by...
I gave up trying to use the IDE and went to 1.8.19, and got this to work kind of, it gets an IP address, it receives data, but only gets 3 of the 8 universes I'm sending and the very occasional time it gets to show, the strips don't update...
I've tried rolling back teeensyduino and resinstalling the latest. QNethernet help patches give me an IP so hardware is fine (and the library version of artnet) but the teensyduino artnet gives me no IP address, tested with this bare bones patch...
I feel like this should work, it uses teensydunio artnet library but now I get 0.0.0.0 IP address, I've tried changing the artnet.h to QNethernet but that hasn't helped.
Mainloop is running, but of course with a null IP, it receives no data. No...
So this works for 3 universes, and another couple occasional updates, I guess I need to fill a universe buffer and then call show as octws did,
Which gets sketched out here
// this can be achieved manually as follows
// if Artnet packet...
Has anyone made any progress on this yet, I'm trying to port my last working OctoWS over, and can't work out how to make it work with FastLed, the new versions of artnet library I can't work out how to make the library work with multiple...