-
You Reply: After lots of trial and error, I decided to try on a new machine. Success!! apparently my libraries were corrupt.
Back to the first machine, uninstalled EVERYTHING, reinstalled IDE & Libraries and JOY!! working as designed.
-
You Reply: After lots of trial and error, I decided to try on a new machine. Success!! apparently my libraries were corrupt.
Back to the first machine, uninstalled EVERYTHING, reinstalled IDE & Libraries and JOY!! working as designed.
-
You Reply: Thank you Stanley,
After reinstalling IDE and Libraries the sketch compiles with no errors. I have edited config.h and Sd2card.h as posted in the FAQ. but still no Joy.. NO SD CARD ....the card is formatted as fat 32 I tried another one formatted as Fat...What else can I try?
Thanks for all your help!
Tom
-
You Reply: Thank you Stanley,
After reinstalling IDE and Libraries the sketch compiles with no errors. I have edited config.h and Sd2card.h as posted in the FAQ. but still no Joy.. NO SD CARD ....the card is formatted as fat 32 I tried another one formatted as Fat...What else can I try?
Thanks for all your help!
Tom
-
You Reply: Go to <Arduino Dir>/libraries/SD/utility, open Sd2Card.h file, find and uncomment following line:
#define MEGA_SOFT_SPI 1
My Sd2Card.h file has #define MEGA_SOFT_SPI 0
If I change the 0 to 1 I get the error
C:\ Program files\arduino...\utility\Sd2card.cpp:585: error: 'SPI' was not declared in this scope
what am I doing wrong?