🚀 Elevate Your Projects with Effortless Storage Solutions!
The 2PCS Micro SD Card Module is a versatile storage adapter designed for seamless integration with Arduino and Raspberry Pi. It supports Micro SD and Micro SDHC cards, offering a maximum capacity of 32GB. With its SPI interface and 3.3V signal compatibility, this module ensures high-speed data transfer and reliable performance for all your DIY projects.
C**S
Works as Advertised
Good product with solid soldering on the headers and good functionality
G**.
We only used one, but it worked perfectly
We only used one, but it worked perfectly, with considerable "exercise".
R**S
Didn't work, when used exactly in place of a regular SD card breakout board
I bought this to use with my Arduino Uno so I could read the CID info from some microSD cards. I had a regular SD card breakout board (ASIN B0089SYU9C) that I used just fine, all I did was swap the pins with this board, but it wouldn't even initialize. Here's my code:#include <SPI.h>#include <SD.h>Sd2Card uSdCard;cid_t cid;const int uSdChipSelect = 10;void setup() {Serial.begin(9600);if (!uSdCard.init(SPI_FULL_SPEED, uSdChipSelect)) {Serial.print("ERROR init. uSD reader");exit(1);}delay(100);uSdCard.readCID(&cid);if (cid.always1 != 1) {Serial.print("ERROR CID data was miread");exit(1);}uint8_t* pCid = (uint8_t*) & cid;for (int i = 0; i < sizeof(cid); i++) {Serial.print(pCid[i], HEX);}}void loop() {// Empty}
D**Y
Works Well with Standard Arduino Library
Both boards were very clean, and quality made. I wired both up to an Arduino Uno and used the SD library from Arduino. Worked great! In the Arduino UI, click File->Examples->SD->CardInfo and run the sketch. I tested with a 16 GB MicroSD card.The MicroSD locks in place with the standard spring mechanism.I am not sure I like how the header is positioned, but this is personal preference. In this manner it does not take up much space and the card slot is on top making it easy to insert. The only issue is that is does not stand up straight and can be a bit unstable.This is a great, simple to use board!
J**M
Nice Micro SD card chips
These Stemedu 2PCS Mic ro SD Card Module are perfect for DIY electronics projects. I'm using these for a couple of home automation projects that I put together. I have one running on my raspberry pi to log data as a secondary drive. These are easy to get connected and working as well. If you're a DIY projects person. I would highly recommend these micro SD card modules.
T**E
Works with Arduino
Pretty easy to set up and use. Mostly. The fruitful web search was "arduino spi interface microSD". From there, it's pretty cookbook. Follow the recipe and suddenly there's a nice bit of removable storage to play with.I've had no problems with these units so far after about 7 hours of messing around during 4 play sessions on four different days. The build quality is "kids toy", not automotive or aerospace.
P**C
Generic, chunky, basically working
There are half a dozen versions of this breakout board floating around Amazon, all identical except for the label. The good news is that they're basically working: you can talk SPI to an SD-Card.Pros: Comes with pins attached that fit into a standard ribbon plug or breadboard.This needs 5V power even though all the signals are 3V3.This is a chunky board with almost nothing on it (reader frame, power converter, quad buffer chip, that's it). It's almost the size of a Raspberry Pico board. It's sturdy, I'll give it that.The reader is flush against the board edge and is spring loaded with a very tight spring. You want to hold the board, or screw it down firmly, when inserting the card. You may also have trouble accessing the slot if you mount it inside a case.This is a fair board if you have (or want) 5V power, are averse to soldering pins, and are happy with 1-lane SPI. If you're handy with a soldering iron, need a smaller footprint, have only 3V3, or want better features (SDIO), there are much better alternatives out there (for example, the Adafruit spi/spio breakout board, which Digikey sells for $2.50).
M**N
Not good quality
Broke in the first few days of use, board was dirty before use, do not buy unless you just want a minute or so of connection
J**9
Works well and easy to use
With the Arduino's SD library its super easy to use and connect. The description is really good at showing the wiring diagram, the limitations in terms of SD card size and example code.
Trustpilot
Hace 2 meses
Hace 2 días