Search results

  1. M

    Sync multiple Teensys

    That all makes perfect sense, thank you for the information. I was able to get GPIO working with this help but I think in a future iteration, CAN will be the better option. Can't thank you all enough. May have some more questions upcoming :)
  2. M

    Sync multiple Teensys

    Thank you for the suggestion! I'm running out of time but let's explore this. I'm just trying to coordinate Hueshift between the Teensys to the naked eye so I'd think 20ms or less would be fine. I do have another coordination I will be doing, basically taking some flex sensors and sending...
  3. M

    Sync multiple Teensys

    Thank you. I had seen the "common ground" requirement before but I assumed since the power supplies were plugged into the same electrical circuit (same power strip, same house), that would be "common ground". But I see now that assumption was not correct.
  4. M

    Sync multiple Teensys

    Yes, thank you for pointing that out. I took that out, cleared some other things that seemed unnecessary after going through line by line and trying to understand what each is doing. When it made sense to me and still had a problem, figured out that it probably isn't the code, it is the GPIO...
  5. M

    Sync multiple Teensys

    #include <FastLED.h> // Define Data and Clock pins for all LED strips #define DATA_PIN_1_FRONT 3 #define CLOCK_PIN_1_FRONT 4 #define DATA_PIN_1_REAR 5 #define CLOCK_PIN_1_REAR 6 #define DATA_PIN_2_FRONT 7 #define CLOCK_PIN_2_FRONT 8 #define DATA_PIN_2_REAR 9 #define CLOCK_PIN_2_REAR 10 #define...
  6. M

    Sync multiple Teensys

    Hi. Background: I was sort of involuntarily tasked with the LED lighting for an art project I'm doing with some friends. I don't have hardly any coding experience, thus I'm trying to use some AI assistants (have tried ChatGPT and Claude) for help, and very disappointed with the results, to...
Back
Top