Colin,
I think there may be a few issues at play...
If the Nanocom is using the Microchip supplied FAT libraries there does seem to be widespread issues relating to write/read speeds from developers. The Microchip forums have a number of threads dealing with access speed issues. From a quick scan it looks like many users are recommending use of FATFs ( FatFs - Generic FAT File System Module ) instead.
The second thing I've come across is that the SDCard Consortium claims that OS supplied disk utilities don't format SD Cards in a way that gives optimal performance! The recommended formatting tool can be downloaded from https://www.sdcard.org/downloads/formatter_3/
Versions are available for Windows and Mac.
I haven't tried this out as yet so can't report on improvements or otherwise.
cheers
Paul
NB: On OSX the program will not access SDCards without elevated access permissions but doesn't provide the usual dialog to do this.
You can side step this problem by opening
/Applications/Utilities/Terminal
And at the command prompt type
Code:
sudo /Applications/SDFormatter.app/Contents/MacOS/SDFormatter
then hitting return. You'll be prompted for an administrator password. Assuming you are using an account with admin privileges, type your password and hit return. This will launch the formatter program with correct privileges.
PJ
Bookmarks