fredericplante / beta-lib

Automatically exported from code.google.com/p/beta-lib
0 stars 0 forks source link

SDfat problem #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When using Cardinfo from the standard SD library I get the right answer: 
"Initializing SD card...Wiring is correct and a card is present.

Card type: SDHC

Volume type is FAT16

Volume size (bytes): 4018864128
Volume size (Kbytes): 3924672
Volume size (Mbytes): 3832

Files found on the card (name, date and size in bytes): 
EULA10~1.TXT  2007-11-07 08:00:40 17734
TEST.TXT      2000-01-01 01:00:00 36
"
2. When using whatever Sketch from SDfat it seems not able to initialize 
the SD card, e.g from SD_SIze sketch I got : " begin failed "

3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I am using Arduino Uno and the Library SDfat "SerialLoggerBeta20120108" 

Please provide any additional information below.

Original issue reported on code.google.com by ediso...@gmail.com on 14 May 2012 at 3:19

GoogleCodeExporter commented 8 years ago
Ok just solved declaring Pin 4 in the SD.begin. I am using an ARDUINO Wireless 
SD shield. A better reading of the readme.txt was enough.

Sorry 

Original comment by ediso...@gmail.com on 14 May 2012 at 3:35

GoogleCodeExporter commented 8 years ago
O.K.

Original comment by Bill.Gre...@gmail.com on 3 Nov 2012 at 2:44