Mar 092014
 

Today, something easy : lets use a SD Card Reader with our arduino.

Can be useful for instance when you want to log datas such as temperatures or any other sensor.

I use this component from DS : SD Card Slot Socket Reader.

First the wiring : standard SPI (SCK/MOSI/MISO/CS).

sd_bb

Then some arduino skeches taken from the Arduino examples (note that I use CS=10 with my arduino uno, adapt if needed) :

Retrieve basic infos from your SD card and list files
Read and Write to a file (test.txt)
Dump the content from a file (test.txt)

That was it : quick and easy !

 Posted by at 19 h 04 min

  One Response to “Arduino : use a SD Card Reader”

  1. Haha, I didn’t even know that Arduino has its own library for SD cards!
    It’s so easy!

Leave a Reply to Algirdas Cancel reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.