





Buy anything from 5,000+ international stores. One checkout price. No surprise fees. Join 2M+ shoppers on Desertcart.
Desertcart purchases this item on your behalf and handles shipping, customs, and support to Austria.
๐พ Elevate your Arduino projects with seamless, stackable storage power!
The Stackable SD Card Shield for Arduino is a compact, lightweight breakout board designed to add SD, Micro SD, and SDHC card storage to your Arduino projects. Featuring a standard SPI interface and a 3.3V/5V selector switch, it ensures safe and efficient data communication. Its stackable design fits perfectly in multi-shield setups, while compatibility with Arduino IDE libraries makes integration straightforward. Ideal for professionals and makers seeking reliable, expandable storage solutions.
| ASIN | B006LRR0IQ |
| Additional Features | Lightweight |
| Best Sellers Rank | #1,787 in Computer Memory Card Accessories |
| Brand | HiLetgo |
| Color | Blue |
| Compatible Devices | Personal Computer |
| Customer Reviews | 4.1 out of 5 stars 73 Reviews |
| Flash Memory Type | SDHC |
| Hardware Connectivity | SDHC |
| Item Dimensions D x W x H | 2.09"D x 1.85"W x 2.09"H |
| Item Dimensions L x W | 2.09"L x 1.85"W |
| Item Type Name | 3-01-0060-A |
| Item Weight | 22.68 g |
| Manufacturer | iTead |
| Media Speed | 6-10 MB/s, 13-20 MB/s, 25-60 MB/s |
| Mfr Part Number | 3-01-0060-A |
| Model Name | 3-01-0060-a |
| Model Number | 3-01-0060-A |
| Secure Digital Association Speed Class | Class 10 |
| Special Feature | Lightweight |
| UPC | 610708262626 |
| Unit Count | 1.0 Count |
| Warranty Type | No Warranty |
G**N
Works OK so far, but you should be aware of a few things
Needing some way to store and log data, I decided that an SD shield was the quickest, easiest, way to start. Looking online, there appear to be ways to pass data from the Arduino to a Windows file, but this looked too complicated to start with. My application is to build an eeprom programmer to program 2708s for my 30 year old 6800 computer. This shield seemed like a good, cheap, place to start. It came quickly, but there wasn't any box, instructions, or schematic. I could live without these but I was curious as to what the "3.3v/5v" switch did. This board is labeled version "2.0". Usually, you can go online and download whatever instructions/schematics you need. I found some info on version "1.1" but not "2.0". So, I just set the switch to "3.3" and pressed on. I know that SD cards require 3.3v or you could damage them. I installed the shield on a Mega 2560 R3 Arduino. I needed this version because I need a lot of I/O pins for my prom programmer. In general, I like to stick with the Mega, and, you can find it somewhere online for about $15. This makes it relatively cheap to dedicate a board to a project. In general, the Arduino designers did a good job with pin layout among the different Arduino boards. You can plug any shield, in general, into any Arduino as long as you "match" up the pins which are marked. But, as I will explain, this doesn't mean that it will work. So, I installed the shield on my Mega and ran the "Cardinfo" example in the Arduino IDE SD example file. This just reads the SD card and tells you that it's there, wired correctly, and communicating. It didn't work! Examining the code, I saw that one might have to change the ChipSelect pin (a.k.a., SS) depending on whose card you have. The default is "4" but it looked like it should be changed to "10" as noted. So, I did that and it still didn't work! I tried another SD card but that didn't work either. I know the two cards were "good" because I could read and format them with my Windows PC. Digging more deeply, I found that this shield would NOT work "as-is" with the Mega. That's because communication with the SD card is via SPI and the SPI pins on the Mega are DIFFERENT than on a Duemilanove, for example, which I also have. So, I put the shield on the Duemilanove, changed the chip select pin to "10" again, and Cardinfo ran as expected! Note that when you compile using the IDE, you have to CHANGE the target board to the board you are using or it just won't work. Looking online, I see that someone had simply jumpered the "standard" pins, 10, 11, 12, and 13, to pins 53, 51, 50, and 52, respectively, on the Mega. Note that when you look online, you will find that there is some confusion as to which pins are jumpered to 11 and 12. The jumpers I listed worked okay. Also, when you modify the code, make sure that you replace "10" with "53". If you use this method, you should not try to use 10 through 13 as outputs as it's not good to drive an output with another output. I'm not done with my testing so there may be other problems. For example, the jumpers may work okay but there's always concern about lead length and grounding. I also found that there are other SD libraries out there but I'm not ready to try them yet. Also, I found references to creating a "software" SPI interface that might be able to use pins 10, 11,12, and 13. But, this seems like another unnecessary complication at this time. I found that AdaFruit had a good tutorial on SD cards.
C**C
Setup instructions difficult to find, but nice cheap board
With instructions the setup is very straightforward, unfortunately, it took me an hour to find good instructions for version 3.0 of this SD shield: I found them by googling "SD shield 3.0" and clicking on the iTEAD wiki link. This wiki page will be referred to from now on as "the wiki instructions". In summary: - Put the SD shield on whatever arduino you have. Using the labels on the shield and arduino, make sure the pins match. - Use the wiki instructions' "Compatibility" section to find out what position the 3.3V/5V selector switch should be in, and whether you need to remove ALL 3 of the adjacent SPI Jumpers on the top of the board given the arduino board you're using. For the arduino DUE I had to remove these jumpers and keep the switch on 3.3V. It looks like for all but the Iteaduino MEGA 2560 it doesn't hurt or is required to remove the jumpers, including the arduino MEGA. - In the arduino IDE, use the "cardinfo" example, found through File > Examples > SD > cardinfo. Then just load the example on your arduino and see the results in the Serial Monitor. Unlike another review stated, I did not need to change the chipSelect from 4 to 10 in the cardinfo example (or any of the SD card examples), just leave the example as is for the V3.0 board. Nice cheap board, works so far, no problems after proper setup. For reference I used a SanDisk ultra 80MB/s 32GB card. Though from what I understand any micro or standard as card should work. Speed will be limited significantly, <<2MB/s, since the card is written to using spi.
R**N
a good buy
An excellent product. Usable on multiple Arduino platforms. Provides additional data storage limited only by the size of the SD card used.
G**T
Does it's job well
As others have said, this product should definitely include basic documentation, at least a note card with configuration set-ups. It has several jumpers on it that must be set properly as well as a switch that must be in the correct position depending on what model arduino you're using. If you pull on the SD card when it's in the reader, you will easily pull it out, so be careful. Take note that the SCA and SLA plugs are covered up by the shield when it's in place, but you can place a bent jumper pin in them. Other than that, no issues, definitely would buy it again for another project.
W**R
stopped working after a day
Worked fine for a day then stopped working. The power source wasn't too strong for what it's rated and there was no damage. It just stopped working.
T**Y
Not working with UNO R3 Plus but works with Arduino Mega by ELEGO.
I had problems making card work with Arduino UNO R3 Plus by OSEPP. I tried it on a Arduino Mega model by ELEGOO and it works fine with default settings. It appears to work fine. I give it 3 stars due to lack of documentation.
A**C
Works perfect right out of the box with my Mega 2560
Was super happy that it worked with the default Arduino sketch. I looked at the traces on the board and Chip select is 4 looked a the sketch and it had 4 as the chip select already. There is a switch on mine for TF/SD. SD is for the full size SD slot and TF is for the smaller SD cards. No instructions needed for this one works just like the default one is setup.
H**.
Plug and Play
I just dropped it on aligning the 5v and grnd pins and the rest all fell in to place. I have the Elegoo Mega2560, that being said my digital pins are just labeled as numbers, while the shield has a 'D' in front of the letters which is a minor difference. All of the arduino IDE examples for SD cards work without any change.
Trustpilot
1 month ago
2 months ago