Difference between revisions of "Stackable SD Card shield"
From ITEAD Wiki
(→Software) |
|||
Line 37: | Line 37: | ||
functionality: logging data to a file in SD cards from Arduino boards. | functionality: logging data to a file in SD cards from Arduino boards. | ||
[http://code.google.com/p/arduino-filelogger http://code.google.com/p/arduino-filelogger] | [http://code.google.com/p/arduino-filelogger http://code.google.com/p/arduino-filelogger] | ||
+ | |||
+ | ==Download== | ||
+ | |||
+ | ==Useful Links== |
Revision as of 09:03, 22 May 2014
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 |
Software
There is a readymake library for Arduino SD card logger, this project focus in just one simple functionality: logging data to a file in SD cards from Arduino boards. http://code.google.com/p/arduino-filelogger