Search  for anything...

HiLetgo 5pcs Micro SD TF Card Adater Reader Module 6Pin SPI Interface Driver Module with chip Level Conversion for Arduino UNO R3 MEGA 2560 Due

  • Based on 554 reviews
Condition: New
Checking for the best price...
$6.99 Why this price?
Save $2.91 was $9.90

Buy Now, Pay Later


As low as $1 / mo
  • – 4-month term
  • – No impact on credit
  • – Instant approval decision
  • – Secure and straightforward checkout

Ready to go? Add this product to your cart and select a plan during checkout.

Payment plans are offered through our trusted finance partners Klarna, Affirm, Afterpay, Apple Pay, and PayTomorrow. No-credit-needed leasing options through Acima may also be available at checkout.

Learn more about financing & leasing here.

Free shipping on this product

FREE 30-day refund/replacement

To qualify for a full refund, items must be returned in their original, unused condition. If an item is returned in a used, damaged, or materially different state, you may be granted a partial refund.

To initiate a return, please visit our Returns Center.

View our full returns policy here.


Availability: In Stock.
Fulfilled by Amazon

Arrives Friday, Oct 17
Order within 11 hours and 13 minutes
Available payment plans shown during checkout

Features

  • Compatible with Arduino UNO, R3, MEGA 2560 Due: The HiLetgo 5pcs Micro SD TF Card Adapter Reader Module works with these Arduino boards for easy data transfer.
  • 6-pin SPI interface: The module features a 6-pin SPI interface for connecting to micro SD cards and reading data.
  • Chip level conversion: The module converts chip level data into a standard format for easy access and analysis.
  • Lightweight and compact: Weighing just 0.11 pounds, the module is lightweight and compact for easy handling.

Brand: HiLetgo


Operating System: Linux, Mac OS, Windows


Graphics Card Description: Dedicated


Specific Uses For Product: Education


Personal computer design type: Barebone


Screen Size: 0.01 Inches


Model Name: 3-01-0038


Color: Blue


Special Feature: Memory Card Reader


CPU Manufacturer: Shenzhen HiLetgo Technology Co., Ltd


Standing screen display size: ‎0.01 Inches


Screen Resolution: ‎1920 x 1080


Max Screen Resolution: ‎1920 x 1080 pixels


Card Description: ‎Dedicated


Brand: ‎HiLetgo


Series: ‎3-01-0038


Item model number: ‎3-01-0038-5PCS


Operating System: ‎Linux, Mac OS, Windows


Item Weight: ‎1.76 ounces


Package Dimensions: ‎4 x 3.1 x 0.4 inches


Color: ‎Blue


Processor Brand: ‎Shenzhen HiLetgo Technology Co., Ltd


Number of Processors: ‎1


Computer Memory Type: ‎DDR3 SDRAM


Date First Available: March 16, 2018


Frequently asked questions

If you place your order now, the estimated arrival date for this product is: Friday, Oct 17

Yes, absolutely! You may return this product for a full refund within 30 days of receiving it.

To initiate a return, please visit our Returns Center.

View our full returns policy here.

  • Klarna Financing
  • Affirm Pay in 4
  • Affirm Financing
  • Afterpay Financing
  • PayTomorrow Financing
  • Financing through Apple Pay
Leasing options through Acima may also be available during checkout.

Learn more about financing & leasing here.

Top Amazon Reviews


  • Good cheap option
Great cheap option. They worked as designed
Reviewed in the United States on June 3, 2025 by Tommy

  • Works good for small project
SD card works great. Esp32 already comes with the built in SD library, so just include SD.h and SPI.h and you should be good to go.
Reviewed in the United States on March 21, 2025 by Cesar

  • A good cheap option for micro SD card support for your project
If you need memory for your project then an SD card adapter is often your best option and these adapters fit the bill for a pretty cheap price. They can operate on both 3.3 and 5v so no need to use voltage division or logic level shifters although you still might need that setup if this is just one device of several on an SPI bus. My only complaint is that more documentation and advice would have been helpful for those who aren't as familiar with SPI protocol, SD card adapters, etc which often seems to be a complaint about low cost SD card adapters. ... show more
Reviewed in the United States on October 7, 2024 by GC1CEO

  • Very cost effective
I'm using this with an Arduino to write out files to an SD card. Works great. They seem very stable. I've been working on my program for about a month or so and so far they have been very stable.
Reviewed in the United States on March 21, 2024 by SpeedD408

  • Easy way to add data logging to your microprocessor.
Well designed and very easy to implement. They have been working well with Arduinos and nodemcu's, capturing temperature and time data at the refrigerators at the local food pantry. It's small, but the micro SD card pops out when you press down on it, so it's really easy to load and unload. I like that it uses spi, and I can use the I2C for the clock. ... show more
Reviewed in the United States on June 23, 2023 by WM5E

  • Micro-SD card board for Arduino uno.
Appears to be a five-pack of a standard Micro-SD card board that I use to get from another source that I used in Arduino projects. Haven't gotten around to using any of them yet, but they appear to be of good quality.
Reviewed in the United States on May 10, 2024 by James

  • works great with ESP 12-E
Confirmed to work with ESP 12-E. The pin connections are as the follows (left = SD module pin, right = ESP 12-E pin) : CS => D8 SCK => D5 MOSI => D7 MISO => D6 VCC => Vin (* 5v, not 3.3v) GND => GND Note that, the VCC must connect to the 5V Vin for the module to work (if powered through USB port). NodeMCU documentation says 3.3v, which does not seem to apply to this module, because there is a on-board voltage regulator on the module, taking only 5v input. Another thing to note is, the example sketches under ESP8266/Example/SD are not using the right CS pin (recommended by NodeMCU) at the SD.begin() function, and you would have to change this line to SD.begin(15) to make it work. ... show more
Reviewed in the United States on August 8, 2021 by x.yang x.yang

  • Fatal Flaw on 5V Systems - Buyer Be Aware
First off, this flaw appears to afflict nearly all of these micro SD "generic" brand parts from China. To be 5VDC and 3VDC compatible, they use a level shifter. But it's connected to the MISO line and, when you are running 5VDC, IT WILL NOT RELEASE THE MISO LINE!!! So, if you're running this card either as the only thing on the SPI bus, or running it on a 3V3 system, it's probably okay. If you're running it on a 5V system with other things on the bus, every other card on the bus will get blocked by this one holding the MISO line high when not in use. You can bodge on a wire and cut a trace to get it working, but you should just go buy the Adafruit version which is properly designed and works exactly as advertised. Search "SPI MISO Pni Conflict - Storage" on Google and click the first result (Arduino forum) for an in-depth discussion. For me, this little gotcha cost me probably 12-15 hours of troubleshooting an encoder and encoder buffer card never realizing that this card was the problem all along. ... show more
Reviewed in the United States on August 25, 2024 by Mikah B.

Can't find a product?

Find it on Amazon first, then paste the link below.
Checking for best price...