Arduino SPI SD card Module for IDC shield cable include
Arduino cannot provide enough memory space for large data keeping, external storage attached on Arduino can be considered when gathering data from the environment .
SD card is commonly used in digital device, however it's not easy to connect it with Arduino. The hardware connection and software to read the data by other devices are headaches on development of SD module. Our solution for SD card module utilizes a 6-pin socket SPI interface which need connection to our newly launched IDC shield.

FAT16 file system on SD card is used in order to allow data recorded on Arduino easily readable on computer through common card reader, so please format SD card in FAT16 format on computer before use.




As the complicity of code for FAT16 file system, at present this module can only work with Arduino with ATmega328P. In addition, not all SD cards are workable with this module, here below the SD cards passed test,
- SanDisk 2GB SD2 Card
- Apacer 60X 1GB SD Card
The following didn't pass compatibility test:
- SanDisk 16 MB SD Card
Package Content:
- 1 x Arduino SPI SD card Module for IDC shield cable include