BaSs_HaXoR

Raspberry Pi Zero External SD Card Adapter

Sep 26th, 2024
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. https://othermod.com/raspberry-pi-zero-external-sd-card-adapter/
  2.  
  3. Raspberry Pi Zero External SD Card Adapter
  4. July 27, 2016 othermod 0 Comments
  5.  
  6. The Raspberry Pi Zero has pads on the underside that connect directly to the microSD card pins, and this allows for many different types of external slots and adapters to be used instead of the built-in one. This is very useful in situations where you cannot position the Pi to allow for access to the slot, but would still like the ability to remove the card to access or add data. The PSPi Version 2 is an excellent example.
  7.  
  8. One of the easiest implementations of this feature is simply using an SD to microSD adapter. The adapter has large pins available for soldering, and it can be attached inside of your custom device to give access to the slot.
  9.  
  10. List of materials:
  11. Wire Options
  12. 40-pin multi-color sets
  13. 6-color wire set
  14.  
  15. Connectors/Adapters
  16. SD to microSD adapter
  17.  
  18. To begin, let’s look at the Pi Zero.
  19.  
  20. rpi_zero_bottom (1)
  21.  
  22. It has many pins and pads available, and the pads we need are clustered together on the right side.The colorized image below shows the Pi Zero connection points.
  23.  
  24. 12
  25.  
  26. The MicroSD adapter shown below gets soldered to the pads on the Pi as follows:
  27. DAT1 goes to pad 17
  28. DAT0/DOUT goes to pad 16
  29. VSS top goes to GND
  30. CLK goes to pad 14
  31. VDD goes to 3.3v on the Pi
  32. VSS bottom is unused
  33. CMD/D1 goes to pad 15
  34. CD/DAT3/CS goes to pad 19
  35. DAT2 goes to pad 18
  36.  
  37. 13
  38.  
  39. The image above is colorized to match the connection points on the Pi Zero. Only eight of the nine connections are used on this SD to microSD adapter because pins 3 and 6 are connected together.
  40.  
  41.  
  42.  
  43. Here is the final product. The microSD adapter is now fully attached.
  44.  
  45. COMBINED
  46.  
  47. All eight needed connections are made. On the diagram, the GND is connected to PP5 and the 3.3V is connected immediately above it. There is another 3.3V pin on the GPIO that would get the job done, but it is farther away and makes less sense to use. Just make sure you connect to 3.3V and not 5V. There are many GND connections on the Pi Zero and the one used here is not required, but again, it is the closest and makes the most sense.
  48. There are a few important things to note. This was done with a microSD adapter, so I am unsure at the moment what modifications are needed to make a full SD card work in place of the adapter. An SD card has two ground connectors (pins 3 and 6), so please research the function of these connections before continuing in that direction. Also, the use of different color wires is highly recommended since 8 wires are being routed together. Last but not least, please do not try to use the internal microSD slot and an external one at the same time. I promise you will damage something if you try that.
  49.  
  50. ← Raspberry Pi Simple Soft On/Off CircuitRaspberry Pi Zero External USB Connector →
  51. Leave a Reply
  52. You must be logged in to post a comment.
  53.  
  54. Copyright © 2024 othermod. All rights reserved.
  55. Theme: ColorMag by ThemeGrill. Powered by WordPress.
  56.  
  57. CREDITS:
  58. https://othermod.com/raspberry-pi-zero-external-sd-card-adapter/
  59. https://othermod.com/raspberry-pi-zero-external-sd-card-adapter/
  60. https://othermod.com/raspberry-pi-zero-external-sd-card-adapter/
  61.  
  62. https://othermod.com/wp-content/uploads/2016/07/rpi_zero_bottom-1.jpg
  63. https://othermod.com/wp-content/uploads/2016/07/12.png
  64. https://othermod.com/wp-content/uploads/2016/07/13.jpg
  65. https://othermod.com/wp-content/uploads/2016/07/COMBINED.png
  66.  
Add Comment
Please, Sign In to add comment