By default OctoWS2811 will output 8 parallel data streams. On Teensy 4.x you can change this with the pinlist feature. See the pinlist example by clicking File > Examples > OctoWS2811. On older Teensy 3.x the 8 pins are fixed. Pinlist only...
It is possible that there is something wrong with the configuration of the Octo library - although I don't see anything.
10 Leds? Your strip looks longer
btw the color order just changes the order ... even with the wrong order you would get the...
If you're interested in where I'm headed and what's worked so far, Here is the the main/ultimate project's code that I used successfully with the Arduino Uno R3, which receives via Serial from TouchDesigner. I switched to the Teensy 4.1/Octo to...
Hello,
For starters, I'm quite the newb. I have gotten an Arduino Uno R3 to run TouchDesigner on my 6 strips (after 6feet of 3-pin cable run) up to 40 pixels across all strips. But when I tried to bump it across the whole strip (140 pixels), I...
END GOAL:
Replace the Arduino Uno R3 in my LED setup with the Teensy 4.1 to extend my working 40pixels per strip (6 strips total) to be able to handle 140 pixels per strip.
THE LAST BEST STATE:
I was able to send GRB values from Touchdesigner...