Robocraze BEST PRICE GUARANTEED
SD Card Module
SD Card Module
Couldn't load pickup availability

Free shipping on Orders Above Rs 499/-
Fast Delivery

Technical Support & Easy Returns
Raise a Ticket
Earn RC Coins on Every Purchase
Rewards

Cash on Delivery Available
Cash Delivery
COUPON
When you shop for ₹ 2500 or more.Applicable on Checkout.
*Coupons are not applicable on Original Boards and Kits
- The level conversion circuit board that can interface level is 5V or 3.3V support micro SD card, micro SDHC card (high-speed card)
- Power supply is 4.5V ~ 5.5V, 3.3V voltage regulator circuit board Communication interface is a standard SPI interface 4 M2 screw positioning holes for easy installation.
- Control Interface: A total of six pins (GND, VCC, MISO, MOSI, SCK, CS), GND to ground, VCC is the power supply, MISO, MOSI, SCK is the SPI bus, CS is the chip select signal pin Level
- Conversion Circuit: Micro SD card into the direction of signals into 3.3V, microSD card toward the direction of the control interface
- MISO signal is also converted to 3.3V, general AVR microcontroller system can read the signal Control Interface: A total of six pins (GND, VCC, MISO, MOSI, SCK, CS), GND to ground, VCC is the power supply, MISO, MOSI, SCK is SPI bus, CS is the chip select signal pin
SD Card Module
The module (MicroSD Card Adapter) is a Micro SD card reader module and the SPI interface via the file system driver, and microcontroller system to complete the Micro SD card read and write files. Users can directly use the Arduino IDE that comes with an SD card to complete the library card initialization and read-write. 3.3V voltage regulator circuit: LDO regulator output is 3.3V level converter chip, Micro SD card supply.
Level conversion circuit: Micro SD card into the direction of the signal is converted to 3.3V, MicroSD card interfaces to control the direction of the MISO signal is also converted into 3.3V, and a general AVR microcontroller system can read the signal , . Micro SD card connector: a self: bomb deck, easy card insertion. Positioning holes: 4 M2 screws positioning hole diameter is 2.2mm, the positioning of the module is easy to install, to achieve inter-module combination.
check out : 8GB Class 6 SD Card
Applications:
- Data loggers Audio
- Video storage
- Visualization Expandable memory
Package Includes:
- 1 x SD Card Module
Specifications:
Power Supply | 4.5V – 5.5V, 3.3V |
Positioning Holes | 4 M2 screws positioning hole diameter of 2.2mm |
Control Interface | GND, VCC, MISO, MOSI, SCK, CS |
Dimensions | 45 x 28mm |
Weight | 6g |
Shipping & Returns
Shipping & Returns
- All orders confirmed before 3 pm IST are shipped on the
same day, barring rare pickup delays on holidays or disturbances - Delivery time in Metro cities is 1-3 days, Others it is
3-7 days. It varies based on location, reliant on courier services - Return window: 7 days from receipt unless stated
otherwise. No refunds/replacements after - Returns only for non-working/damaged products are accepted
- Initiate return requests to our customer service team via Support ticket or contact us at +91-8123057137
- Refunds are processed within 3-4 working days post inspection and approval.
For more details, please check our Shipping and Return Policy



Found a better price?
Let us know!
We'll try to match the price for you
1. What is an SD card do?
- The SD card modules allow you to communicate with the memory card and write or read the information on them. The module interfaces with the SPI protocol. To use these modules with Arduino you need the SD library. This library is pre-installed on the Arduino application.
2. What is the SD Card module?
- A Secure Digital (SD) card is a tiny flash memory card designed for high-capacity memory and various portable devices, such as car navigation systems, cellular phones, e-books, PDAs, smartphones, digital cameras, music players, digital video camcorders, and personal computers.
3. How do I use an SD card module with an Arduino?
- VCC pin supplies power for the module and should be connected to 5V pin on the Arduino.
- GND should be connected to the ground of Arduino.
- MISO (Master In Slave Out) is SPI output from the Micro SD Card Module.
- MOSI (Master Out Slave In) is SPI input to the Micro SD Card Module.
- SCK (Serial Clock) pin accepts clock pulses that synchronize data transmission generated by Arduino.
- SS (Slave Select) pin is used by Arduino(Master) to enable and disable specific devices on the SPI bus.