SD Shield

From LinkSprite Playgound
Jump to: navigation, search

Introduction

The SD card shield adds storage to your Arduino project. It supports SD, SDHC, or MicroSD TF cards. Use the on-board toggle switch to select the SD card type.And when you want plug a sd card on it,you should select the switch to the right direction.
It just uses the SPI ports of Arduino,and you can plug more other shield on it.There are I2C header and UART header on board.


101101026-1.jpg

101101026-2.jpg

101101026-3.jpg

101101026-4.jpg

Features

  • Arduino Uno compatible (Do not compatible with Mega)
  • 2.54mm header compatible
  • SD card, Micro SD card and SDHC card supportable
  • 3.3v and 5v logical voltage compatible
  • 2.6~3.6v DC power supply

Specification

Item Min Typical Max Unit
Voltage 2.7 3.3 3.6 V
Current 0.159 40 200 mA
Supported Card Type SD card(<=2G); Micro SD card(<=2G); SDHC card(<=16G) /
Dimension 57.15x44.70x19.00 mm
Net Weight 16.6 g


Interface Function

Sdcardinterface.jpg


D10 – Used for CS of SPI
D11 – Used for MOSI of SPI
D12 – Used for MISO of SPI
D13 – Used for SCK of SPI
2.54mm spacing headers - One for Uart serial port, and the other one for I2C port.

Usage

Hardware Installation

Plug the SD Card Shield onto the Arduino; Insert your SD card into the socket and make sure the card selector pointing to the right way (Standard card or micro).And then Connect the Arduinoto PC using USB cable.
Warning: Don't insert SD card and microSD card into the shield at the same time.
SD shield hardware.jpg

Software

First you have to get an SD card or micro SD card, and then format the SD card as FAT16 or FAT32 if it is necessary.
Format the SD card as the screenshots below:
Format.jpg Format2.jpg

  1. Download the SdFat for Arduino1.0.
  2. Uncompress this package and put it in Arduino-1.0 program: ..\arduino-1.0\libraries.
  3. Select the corresponding Arduino board, like Arduino UNO or Duemilanove or others, and the COM port you are using.
  4. Upload the sketch Sdinfo.The follow image is the result from the serial monitor. Of course you can upload other sketches.
    SD card software.jpg
  5. If an error occurs, please recheck all the steps, and make sure the SD card is working. If none of that fixes the problem, try replacing the SD card.
    With that done, you can take a look at the other library examples for reading, writing, and sample logging with a GPS or real time clock. Enjoy!

FAQ

  1. SD card can't be initialized .
  • Please reformat SD card to FAT/FTA32 .If it still can't work ,suggest to download the SD Formatter and reformat SD card by this software.

Resources

How to buy

Here to buy SD Shield on store