micro SD card Compatibili con ethernet shield

Salve a tutti, volevo sapere se la ethernet shield (W5100) supporta in R/W le micro-SDHC (4 o 8 gb)...dato che ho sentito gente che lavora con sd formattate in FAT32... :roll_eyes:

Grazie a tutti !! XD

Ti invitiamo a presentarti qui: Re: Presentazioni nuovi iscritti, fatevi conoscere da tutti! (Part 1) - Generale - Arduino Forum
e a leggere il regolamento: [REGOLAMENTO] Come usare questa sezione del forum - Italiano - Arduino Forum

Non ho capito quale problema ti poni. La FAT32 permette di formattare ben più di 32Gb.
Il problema invece del FAT32 è che non puoi avere un singolo file più grande di 4Gb.

D'accordo, ma il problema è : la libreria SD.h mi permette di lavorare con le SDHC?
O devo utilizzare librerie terze!?

Mi sono risposto da solo.... 8)

The SD library allows for reading from and writing to SD cards, e.g. on the Arduino Ethernet Shield. It is built on sdfatlib by William Greiman. The library supports FAT16 and FAT32 file systems on standard SD cards and SDHC cards. It uses short 8.3 names for files. The file names passed to the SD library functions can include paths separated by forward-slashes, /, e.g. "directory/filename.txt". Because the working directory is always the root of the SD card, a name refers to the same file whether or not it includes a leading slash (e.g. "/file.txt" is equivalent to "file.txt"). As of version 1.0, the library supports opening multiple files.

In poche parole...basta che il nome dei file sia 8 massimo 8 char, estensione massimo 3 char, e che il peso del file non superi i 4 GB (per i FAT32)...poi...a posto...:smiley: