Difference between revisions of "Stackable SD Card shield"

From ITEAD Wiki
Jump to: navigation, search
(Overview)
Line 1: Line 1:
 
==Overview==
 
==Overview==
 
+
{|style="width:100%"
[[File:Stackable SD Card shield.jpg|thumb|400px|right]]
+
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]].
+
 
+
Go shopping [http://imall.iteadstudio.com/im120417007.html Stackable SD Card shield (IM120417007)]
+
 
+
==Basic features==
+
* Arduino compatible
+
* Stand SD card and TF card compatible
+
* Prototype expand
+
* Arduino footprint expand
+
* Arduino Library support
+
 
+
==Hardware==
+
[[File:Stackable SD Card shield1.jpg]]
+
{| class="wikitable"
+
 
|-
 
|-
| align="center" style="background:#f0f0f0;"|'''Pin of Arduino'''
+
! width="50%" align="left"| *[[Stackable SD Card shield | Stackable SD Card shield ]]
| align="center" style="background:#f0f0f0;"|'''With SD Card'''
+
! width="50%" align="right"| *[[Stackable SD Card shield V3.0 | Stackable SD Card shield V3.0 ]]
|-
+
| 5V||VCC->3v3
+
|-
+
| GND||GND
+
|-
+
| D13||SD_CLK
+
|-
+
| D12||SD_OUT
+
|-
+
| D11||SD_IN
+
|-
+
| D10||SD_CS
+
 
|}
 
|}
 +
[[File:Stackable SD Card shield.jpg|thumb|400px|left]] [[File:Stakable SD Card shield V3.0.jpg|thumb|400px|right]]
  
==Software==
+
==Change List==
There is a readymake library for Arduino SD card logger, this [[project]] focus in just one simple
+
* corrected the bug that may burn the SD card when working at 5V level
functionality: logging data to a file in SD cards from Arduino boards.
+
* added 2x 4-pin Grove
[http://code.google.com/p/arduino-filelogger http://code.google.com/p/arduino-filelogger]
+
* added SPI jumper to be compatible with more mainboards
 
+
==Download==
+
[ftp://imall.iteadstudio.com/IM120417007_Stackable_SDCard_shield/DS_IM120417007_StackableSDCardshield.pdf Datasheet for Stackable SD Card shield]
+
 
+
==Useful Links==
+

Revision as of 07:39, 20 June 2014

Overview

* Stackable SD Card shield * Stackable SD Card shield V3.0
Stackable SD Card shield.jpg
Stakable SD Card shield V3.0.jpg

Change List

  • corrected the bug that may burn the SD card when working at 5V level
  • added 2x 4-pin Grove
  • added SPI jumper to be compatible with more mainboards