Ahh gotcha. Didn't know there were charge-only cables. Maybe my hub is having power issues - I noticed the indicator light for the port seems to flicker when the Teensy is connected...
Type: Posts; User: batmundo
Ahh gotcha. Didn't know there were charge-only cables. Maybe my hub is having power issues - I noticed the indicator light for the port seems to flicker when the Teensy is connected...
Hi,
I'm running into some wackiness with USB hubs and cables while trying to connect a Teensy 3.5 to my Mac. Initially, the Teensy wasn't even connecting, and I eventually realized specific cables...
The IntervalTimer code worked, easy peasy. Thanks!!
I'm using APA102 LED strips, so I'm unable to use WS2812Serial or OctoWS2811 without a whole bunch of re-wiring. I've been trying to read through all sorts of resources on interrupts and how they...
Hi!
I have a lighting rig that I had built using Arduino Megas and APA102Cs, and just swapped them out for Teensy 3.5s instead - so far everything seems to be working ok, except some MIDI...
Sorry, this was a duplicate post by mistake, but I can't seem to delete it...might need some admin help here!
Yeah, I'm using FastLED with APA102s - when I first built the rig, MIDI data was getting dropped due to interrupt issues (this was like 5 years ago so I don't remember the exact details), and after...
Ah sorry, I guess more info would have been helpful. So yeah, I'm running APA102s, with 5 LED strips on separate outputs (with clock and data each, hence the 10 outputs). I initially tried WS2813s,...
Hi! New to the world of Teensy here. I have a a lighting rig I built using Arduino Megas a while ago, and now I'm exploring swapping them out for Teensy boards instead. From what I can tell looking...