manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Seeed
  6. •
  7. Computer Hardware
  8. •
  9. Seeed SD Card shield V4.0 User manual

Seeed SD Card shield V4.0 User manual

Other Seeed Computer Hardware manuals

Seeed Grove Cape for BeagleBone Series User manual

Seeed

Seeed Grove Cape for BeagleBone Series User manual

Seeed Base Shield V2 User manual

Seeed

Seeed Base Shield V2 User manual

Popular Computer Hardware manuals by other brands

Toshiba TOSVERT VF-MB1/S15 IPE002Z Function manual

Toshiba

Toshiba TOSVERT VF-MB1/S15 IPE002Z Function manual

Shenzhen MEITRACK MVT380 user guide

Shenzhen

Shenzhen MEITRACK MVT380 user guide

TRENDnet TEW-601PC - SUPER G MIMO WRLS PC CARD user guide

TRENDnet

TRENDnet TEW-601PC - SUPER G MIMO WRLS PC CARD user guide

StarTech.com CF2IDE18 instruction manual

StarTech.com

StarTech.com CF2IDE18 instruction manual

Texas Instruments LMH0318 Programmer's guide

Texas Instruments

Texas Instruments LMH0318 Programmer's guide

Gateway 8510946 user guide

Gateway

Gateway 8510946 user guide

Devon IT TC2D Quick setup guide

Devon IT

Devon IT TC2D Quick setup guide

Krüger & Matz Air Shair2 owner's manual

Krüger & Matz

Krüger & Matz Air Shair2 owner's manual

Crystalio VPS-2300 quick guide

Crystalio

Crystalio VPS-2300 quick guide

MYiR FZ3 user manual

MYiR

MYiR FZ3 user manual

Protech Systems BC-K200 Quick reference guide

Protech Systems

Protech Systems BC-K200 Quick reference guide

Miranda DENSITE series DAP-1781 Guide to installation and operation

Miranda

Miranda DENSITE series DAP-1781 Guide to installation and operation

Sierra Wireless Sierra Wireless AirCard 890 quick start guide

Sierra Wireless

Sierra Wireless Sierra Wireless AirCard 890 quick start guide

Leadtek Killer Xeno Pro Quick installation guide

Leadtek

Leadtek Killer Xeno Pro Quick installation guide

Star Cooperation FlexTiny 3 Series Instructions for use

Star Cooperation

Star Cooperation FlexTiny 3 Series Instructions for use

Hotone Ampero user manual

Hotone

Hotone Ampero user manual

Connect Tech Xtreme/104-Express user manual

Connect Tech

Connect Tech Xtreme/104-Express user manual

Yealink WF50 user guide

Yealink

Yealink WF50 user guide

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.

SD Card shield V4.0
Contents [hide]
1 Introduction
2 Features
3 Specification
4 Interface Function
5 Usage
5.1 Hardware Installation
5.2 Upload the program
6 Resources
Introduction
This is the new-released SD card V4.0 shield. It provides a storage space for your Arduino. Users can read/write SD card via Arduino’s
built-in SD library. It supports SD, SDHC and Micro SD cards. It will only occupy the SPI port of your Arduino. Comparing to previous
versions, it combines the standart SD slot and the Micro SD slot into a standard one, the included adaptor enables using of Micro SD
cards . You can stack on other shields that work with the unused pins. Additionally, the preformed I2C and UART port facilitates your
connection with Grove modules.
Features
Stand SD card、SDHC card and TF card compatible
UART Grove & I2C connection compatible
Fully supported SD Library
Minimal number of SPI port
Truly stackable
Specification
Item Min Typical Max Unit
Voltage 3.5 5.0 5.5 V
Current 0.159 100 200 mA
Supported Card Type SD card(<=16G); Micro SD card(<=2G); SDHC card(<=16G) /
Dimension 68.7x53.5x19.00 mm
Net Weight 14.8 g
Interface Function
Read View source View history
Search
Go
Search
Create account Log in
Page FAQ
Navigation
Getting Started
Learning
Product
Arduino
Shield
Grove
Kit
Xadow
Mbed
Support
Forum
Wish
SeeedStudio
Taobao
Toolbox
What links here
Related changes
Special pages
Printable version
Permanent link
converted by We b2PDFCo nve rt.com
Pins usage on Arduino (( with SD card))
D4: SD_CS;
D11: SD_DI;
D12: SD_DO;
D13: SD_CLK.
Note: The SD card format can be FAT16 or FAT32.The size of SD card and the SDHC card more than 16GB is not supported.
Usage
The following is instruction of the SD card shield.
Hardware Installation
1. Insert your SD card into the socket, Plug the SD Card Shield onto the Arduino .
2. Connect the Arduino to PC using USB cable.
Note: When you use a Micro SD card, please insert Micro SD card into the adopter, and then insert the Micro SD card Adopter into the
socket as shown below.
When you complete the hardware installation, it should look like this
Upload the program
1. Restart the Arduino IDE. Open "CardInfo"example via the path: File --> Examples --> SD --> CardInfo.
This example shows how use the utility libraries on which the SD library is based in order to get info about your SD card.Very useful for
testing a card when
you're not sure whether its working or not. There are also many other examples in this library, like “ReadWrite”. You can always try them
out.
converted by We b2PDFCo nve rt.com
About Wiki Seeed Studio
This page was last modified on 6 August 2013, at 06:38.
This page has been accessed 9,394 times.
There has a brief description to above code:
First checks if the card is working. if not, there will output some reasons that may lead to this result.
In the case of the SD card normal work, it will print the SD card type.Then print the type and size of the FAT-type volume.
Finally, get the files information such as name, date and size in bytes that found on the card.
2. Upload the code. If you do not know how to upload code, please click here .
3. View Results.You can see the follow image after Click the serial monitor.
4. If an error occurs, please recheck all the previous steps, and make sure the SD card is working. If none of that fixes the problem, try
replacing the SD card.
Resources
SD Card Shiled v4.0 Schematic
SD Card Shield v4.0 Eagle File.zip
converted by We b2PDFCo nve rt.com