Search results

  1. A

    can i use 2 sd cards at the same time with teensy 4.1?

    ah i see, ok it also seems that my audio board is actually rev d, any thoughts on the internal audio lib using the regular sd.open ?
  2. A

    can i use 2 sd cards at the same time with teensy 4.1?

    i tried setting up 2 different sd card with different instances , both seemed to initialize but then faild to read. also im unsure regarding the usage of // SD card setup for Teensy Audio Shield #define SDCARD_CS_PIN 10 #define SDCARD_MOSI_PIN 7 #define SDCARD_SCK_PIN 14 i mean yes...
  3. A

    can i use 2 sd cards at the same time with teensy 4.1?

    thanks for the response, are they on separate busses? or do i need to mannage the active port ?
  4. A

    can i use 2 sd cards at the same time with teensy 4.1?

    i am currently using teensy 4.1 with its built in sd_card read led animation frames and drive them to leds. i want to add the audio adapter and use its sd card to play music simultaneously in sync with led animation that had been pre recorded with the music. is it possible to manage 2 sd card...
  5. A

    expending art-net with led mapping lib beyond 16 universes?

    hi all, i have been using the artnet library : https://github.com/natcl/Artnet to receive led mapping frames from touch designer, i use it for live led mapping. the only problem i had with this library is that its using max 16 universes and doesn't really handle the sub-universes option that...
Back
Top