Arduino + SD Card Module
by monusuthar2016 in Circuits > Arduino
7855 Views, 17 Favorites, 0 Comments
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
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.
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.
Circuit Diagram:
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
Format SD Card:
1. Connect the SD card to PC.
2. Format the SD Card in Fat32
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.