sd-breakout/README.md

39 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Mikro-SD Breakout-Platine
![Image of finished breakout board](images/finished-board.jpg)
## Pinlayout
```text
____________
| |
+----| |----+
| | | |
DAT2 | * _\ | * | DAT1
| | | |
CD/DAT3 | * \ | * | DAT0
| | | |
CMD | * | | * | GND
| | | |
VCC | * \___________/ * | CLK
| |
+----------------------+
```
`VCC` sollte 3,3V betragen.
## SPI-Anschluss
| SD | SPI | ML507 J6-Pin |
| ------ | --------------- | ------------ |
| `CLK` | `SCLK` | 2 |
| `CMD` | `MOSI` | 4 |
| `DAT3` | `CS` | 6 |
| `DAT2` | nicht verwendet | |
| `DAT1` | nicht verwendet | |
| `DAT0` | `MISO` | 12 |
## Licence
This project by Klemens Schölhorn is licensed under the terms of the GPLv3.