Hey guys
Hopefully you can shed some light on this for me. I have a Breakout Board for DOSonCHIP FAT16 FAT32 uSD Module
I am using a Arduino Pro Mini and just getting values from analog ports.
I have a LillyPad power supply that I plan on using.
I am very unsure on how to proceed and what connections must be made.
All help is very much appreciated
This device uses SPI to communicate. Therefore you have to wire it up the the Arduino's SPI pins and issue the commands you find in the data sheet. For a tutorial about using SPI on the Arduino see:- http://www.arduino.cc/playground/Code/Spi
It has UART pins. I thought the Arduino leaned more towards that type of transfer?