You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My wirings are correctly connected with Arduino. I have a SD card (not to be confused with SDHC) formatted in FAT16 using sdcard.org's sd card formatter tool.
getting this output on CardInfo example:
Initializing SD card...initialization failed. Things to check:
* is a card inserted?
* is your wiring correct?
* did you change the chipSelect pin to match your shield or module?
on a SDHC card:
Initializing SD card...Wiring is correct and a card is present.
Card type: SDHC
Clusters: 245504
Blocks x Cluster: 64
Total Blocks: 15712256
Volume type is: FAT32
Volume size (Kb): 7856128
Volume size (Mb): 7672
Volume size (Gb): 7.49
Files found on the card (name, date and size in bytes):
SPOTLI~1/ 2024-06-25 19:00:44
STORE-V2/ 2024-06-25 19:00:44
...
The text was updated successfully, but these errors were encountered:
My wirings are correctly connected with Arduino. I have a
SD
card (not to be confused withSDHC
) formatted in FAT16 using sdcard.org's sd card formatter tool.getting this output on
CardInfo
example:on a SDHC card:
The text was updated successfully, but these errors were encountered: