Arduino + SD Card Module

7.5K172

Intro: Arduino + SD Card Module

Hello Friends

Please Watch The YOUTUBE Video, It Is Enough For You.

And Don't Forgot To Subscribe


for more information please visit my blog

https://www.blogger.com/blogger.g?blogID=2433497353797882246#editor/target=post;postID=5655686325161138749;onPublishedMenu=allposts;onClosedMenu=allposts;postNum=0;src=link

This is my another tutorial on "Interfacing SD card with Arduino". In this tutorial I am going to show you how to connect SD Card module with arduino. We can connect any kind of SD Card module with arduino and make many type of project using SD Card Module like Data Logger.

We need to connect 6 wires with SD card with arduino, where 4 wires are connected to Arduino Data pins and 2 wires are connected to Vcc and GND.

STEP 1: SD Card Module

We need to connect 6 wires with SD card with arduino, where 4 wires are connected to Arduino Data pins and 2 wires are connected to Vcc and GND. Some features of SD Card Module are given below.1. It Supports SPI(Serial Peripheral Interface ) Interface (So we need to connect four wires with arduino).2. We can power up with 3.3 Volt or 5 Volt.

STEP 2: Circuit Diagram:

STEP 3: Adding the Library:

1. Download the library (SD.h) from the link or Copy This http://zipansion.com/1Y4kc

2. Extract the file SD.h

3. Copy the folder inside SD.h and paste to C:\Users\manish\Documents\Arduino\libraries

STEP 4: Format SD Card:

1. Connect the SD card to PC.

2. Format the SD Card in Fat32

STEP 5: Coding:

1. Download the code of SD card (or copy this http://zipansion.com/1Y6gu)and open in Arduino IDE.

2. Connect the arduino to PC.

3. Select The Board and Port.

4. Upload The Code.

Comments

(1) One vital information is missing. Why there are two rows of pins? Thanks