If you make one of these boards, please join the conversation!
This one will be a 6 voice polyphonic hybrid digital /analog synth with Moog style ladder filters for that fat Moog sound.
Hope you'll be able to share more info and maybe even a demo video when it's built?
// set the magic bit!
__write(CS42448_Functional_Mode, 0xF4 | 0x01 );
I created one just now and sent it in to OSH Park. It uses the CS42448 chip. Will send you one when they're made.
View attachment 10184
Can we edit this pcb and make in for 8 channel input/ output and can we use AudioInputTDM for 8 channel input to record sound. Thanks a lot I am a fan and really appreciate your work.
Paul, I'm wondering what do you use to create gerber files? I mean which application (KiCad or something else).
And if there is a chance that you could share the source file of the CS42448 board? I would want to readjust it for T4. And augment a little (I don't need the on-board jacks, just the pads to solder to the prev/next stages, so I could make it even more compact), but it would really be nice to readjust the proven-to-work source rather than to create a new one from scratch.
The same question is about the MIDI board source (the one from https://www.pjrc.com/teensy/td_libs_MIDI.html). Because I would likely want to have both on a single PCB and it would be cool to merge the boards.
CORE_PIN13_CONFIG = PORT_PCR_MUX(4); // pin 13, PTC5, I2S0_RXD0
CORE_PIN8_CONFIG = PORT_PCR_MUX(4); // pin 13, PTC5, I2S0_RXD0
CORE_PIN22_CONFIG = PORT_PCR_MUX(6); // pin 22, PTC1, I2S0_TXD0 -> ch1 & ch2
CORE_PIN27_CONFIG = PORT_PCR_MUX(6); // pin 22, PTC1, I2S0_TXD0 -> ch1 & ch2
CORE_PIN23_CONFIG = PORT_PCR_MUX(6); // pin 23, PTC2, I2S0_TX_FS (LRCLK)
CORE_PIN9_CONFIG = PORT_PCR_MUX(6); // pin 9, PTC3, I2S0_TX_BCLK
CORE_PIN11_CONFIG = PORT_PCR_MUX(6); // pin 11, PTC6, I2S0_MCLK
CORE_PIN20_CONFIG = PORT_PCR_MUX(6); // pin 23, PTC2, I2S0_TX_FS (LRCLK)
CORE_PIN21_CONFIG = PORT_PCR_MUX(6); // pin 9, PTC3, I2S0_TX_BCLK
CORE_PIN23_CONFIG = PORT_PCR_MUX(6); // pin 11, PTC6, I2S0_MCLK
Hi WMXZ, thanks for your reply! You are right, they are stacked when I use them. The SD card is read from both sloths so that connection works.
View attachment 19104
And indeed they are rev D's!
on 2nd audiocard
connect A.7 (DIN) to T4.32 (OUT1B ) (found on bottom)
connect A.8 (DOUT) to T4.6 (OUT1D)
The return value from the enable function is always false.