This is the code you’re looking for. Parallel means each pin sends data simultaneously, not necessarily the same data. I use this for 32 independent strands of leds that output different data to each...
Type: Posts; User: bamos
This is the code you’re looking for. Parallel means each pin sends data simultaneously, not necessarily the same data. I use this for 32 independent strands of leds that output different data to each...
This sounds like a fun project. Something I could definitely use to create a remote rig. Here are some hopefully useful links to get you moving: ...
Thanks! That’s an easy update, since they both come in the same form factor. I appreciate you taking time to look at it.
I have a 32 output board, similar to the OctoWS2811 started. This is the first board of this size I've designed. I'd love some input from those of you with more hardware design experience. The...
There may be some pins you can't use to drive ws2811s. I use 32 pins in one of my projects, using the pins that fastled has set aside for the t4. It works quite well.
That is an interesting project. A different approach than I've taken to achieve similar results. I think that could be extended to drive significantly more led strings than just the 32. Basically,...
I currently have working code that sends pixel data to 32 pins. I know the octoWS2811 board will interface with the T4.1, but it only gives me 8 outputs. I'm thinking of designing a board that...
I did make that change to UDP_MAX_PACKET_SIZE, although I was limited to the first 33 nodes (99 leds) even when I wasn’t directly controlling them via Ethernet. I run a test pattern during setup and...
Pilot,
I now have a partial sketch running to test this, and OctoWS2811 does seem to be working much better than before. Thanks for the help.
Alskyline,
I haven’t had much time to work on it in a couple days. I’ve got a test sketch worked up using octows2811. I just haven’t had a chance to get to my bench to test it out. I’ll let you...
Alskyline,
I haven’t had much time to work on it in a couple days. I’ve got a test sketch worked up using octows2811. I just haven’t had a chance to get to my bench to test it out. I’ll let you...
Tarquinio,
Thanks for the help. I will switch over to the octows2811 library and try that out tonight or tomorrow as time permits. I only need about 30 frames per second, so if you're getting...
Have you noticed any issue with firing pixels when using the fastLED library and the nativeEthernet library simultaneously? FastLED works great for me by itself, but as soon as I start Ethernet...
I'm having a strange issue with the Teensy 4.1. My goal is to use the T4.1 to drive ws2812 leds with fastled. The commands will come via E1.31 protocol via ethernet. I have found examples online...