ani_teicher
Member
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 in the same time if i seperate the spi pins?
i couldn't find what pins is the build in sd card using ( if any) i saw in the example of the audio library that it said:
// Use these with the Teensy 3.5 & 3.6 SD card
// #define SDCARD_CS_PIN BUILTIN_SDCARD
// #define SDCARD_MOSI_PIN 11 // not actually used
// #define SDCARD_SCK_PIN 13 // not actually used
if this means that pins 11 and 13 are not used for the built in sd card that is good because the rev d of the audio board uses pins 11 and 13,
has anyone tried this before?
also will managing 2 files on the same card will maybe be fast enough ?
thanks in advance
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 in the same time if i seperate the spi pins?
i couldn't find what pins is the build in sd card using ( if any) i saw in the example of the audio library that it said:
// Use these with the Teensy 3.5 & 3.6 SD card
// #define SDCARD_CS_PIN BUILTIN_SDCARD
// #define SDCARD_MOSI_PIN 11 // not actually used
// #define SDCARD_SCK_PIN 13 // not actually used
if this means that pins 11 and 13 are not used for the built in sd card that is good because the rev d of the audio board uses pins 11 and 13,
has anyone tried this before?
also will managing 2 files on the same card will maybe be fast enough ?
thanks in advance