I've tried almost everything to hook up my Arduino UNO and Duemilanove to the SD-Card reader uALFAT-SD from GHI electronics. But after many evenings and nights work, nothing. I still get the message that the program can't find the SD-card, of file, etc.
First of all I would like to know if anyone has ever succeded in connecting an Arduino to this board. I'm looking for a wire-diagram and a simple code, just to check is nothing/anything is wrong with the board.
Pin's 5, 6, 7 are easy. I found them in many post's, schedules and code.
Pin 8 however is, I think, the CS pin I came along several times. I'm not sure but I think this would be the selectpin.
I don't know if this board works without the power connection of pin 13 and 15. I've tried both situations.
Also I've tried different SD cards. The one I know is FAT32 formatted is a 2 Gbit micro-SD with a SD-adapter to fit in this board.
Some code will start initializing, but failing at the end. There is some communication, but it never comes beyond the initialization
As long as I will get a simple code to see if this board is working, I would be a step closer to the end of this project.
Thanks for the manuals. The big one I already found. The two page document is nice. I will look into it and hope to find the solution. Till now, I haven't had it working, but keep trying.