Forum Rule: Always post complete source code & details to reproduce any issue!
-
SD Socket / Footprint
I want to integrate the Audio Shield into a custom board.
Does anybody know what SD socket is used?
Maybe with a footprint for Target or KiCad?
Or at best: Is there a PCB layout (Target or KiCad) available for the Audio Shield?
-
Senior Member+
You can use any - they need to be compatible to SD - not Teensy 
Just make your layout compatible to the socket you use.
-
I don't want to be insolent....
Can you tell me how to connect Pin 10..13 from Teensy to the SD-Card (DAT2, DAT3/CD, CMD, CLK, DAT0, DAT1)?
-
Senior Member+
You can find the schematics on this page: https://www.pjrc.com/store/teensy3_audio.html
Does this answer your question ?
I use Eagle - the SD-Socket-Libs show the pins (names).. I guess it's the same for Target or Kicad(?)
-
Senior Member+
-
The second link helps a lot, thank you!
My diagram looks like:
Teensy <----> SD Socket
10-(CS) <---> 2(CS)
11-(MOSI) <---> 7(DAT0, Data Out)
12-(MISO) <---> 3(CMD, Data In)
13-(SCK) <---> 5(CLK)
I'm not really sure about MOSI&MISO. Are they connected MOSI to Data Out(like above) or are they being crossed?
-
Senior Member
Maybe this diagram of the connector we use on the audio shield and Teensy 3.5, 3.6, 4.1 can help?

This is a top view where the SD card inserts from the right hand side with its pins facing down.
SO means MISO
SI means MOSI
Here's a nice pinout diagram I found with a quick Google search which might help you visualize together with the connector.
-
The right connection is:
Teensy4.0 <----> SD Socket
10-(CS) <---> 2(CS)
11-(MOSI) <---> 3(CMD, Data In)
12-(MISO) <---> 7(DAT0, Data Out)
13-(SCK) <---> 5(CLK)
Thank you Paul, thank you Frank!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules