Difference between revisions of "Stackable SD Card shield"
From ITEAD Wiki
(→Basic features) |
(→Hardware) |
||
Line 14: | Line 14: | ||
==Hardware== | ==Hardware== | ||
+ | [[File:Stackable SD Card shield1.jpg]] | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | | align="center" style="background:#f0f0f0;"|'''Pin of Arduino''' | ||
+ | | align="center" style="background:#f0f0f0;"|'''With SD Card''' | ||
+ | |- | ||
+ | | 5V||VCC->3v3 | ||
+ | |- | ||
+ | | GND||GND | ||
+ | |- | ||
+ | | D13||SD_CLK | ||
+ | |- | ||
+ | | D12||SD_OUT | ||
+ | |- | ||
+ | | D11||SD_IN | ||
+ | |- | ||
+ | | D10||SD_CS | ||
+ | |} | ||
==Software== | ==Software== |
Revision as of 09:01, 22 May 2014
Contents
Overview
This SD card shield has both standard SD card and TF card adapter, but you just can use one of them at the same time. There are some prototype holds for user to expand their circuit on the shield.
Basic features
- Arduino compatible
- Stand SD card and TF card compatible
- Prototype expand
- Arduino footprint expand
- Arduino Library support
Hardware
Pin of Arduino | With SD Card |
5V | VCC->3v3 |
GND | GND |
D13 | SD_CLK |
D12 | SD_OUT |
D11 | SD_IN |
D10 | SD_CS |