Hi there.
Trying to replace some Pixelpushers with Teensy’s to drive APA102 strips.
I have 32 frames which have 840 pixels each, driven by a PSU.
I now want to put a Teensy in each PSU box and run ethernet to each Teensy.
Previously I had 8 pixelpushers driving 4 frames each, but the wiring was a nightmare.
I’m getting a bit of help on the FASTLED subreddit on the hardware side, but wondering what the TD end will look like. Do I output serial data to each Teensy via ethernet?
Will each Teensy need it’s own node?
Serial DAT? Looking to get 60fps on each frame.
Previously I’ve used a custom app that takes a Spout output from TD, and sends the data to Pixelpushers. But I’m trying to contain all of the code within one TD patch now, so there’s not multiple apps open.
Any help greatly appreciated.
Also any insights on using Teensies/ ESP32s, Rpis etc with APA102 and TD>