I’m attempting to use the SparkFun MP3 Player Shield (https://www.sparkfun.com/products/12660) with an Arduino Wifi Rev 2 (https://www.sparkfun.com/products/14871).
I’ve had a bit of a rough road. I’ve been following the MP3 Player Shield Hookup Guide V15 (https://learn.sparkfun.com/tutorials/mp … -guide-v15).
I have confirmed I have a v15 board, I’ve soldered on the suggested stackable shield headers (https://www.sparkfun.com/products/11417), stacked the SparkFun MP3 Player Shield on top of the Arduino Wifi Rev 2, inserted a SanDisk 16GB Ultra microSDHC Memory Card (https://smile.amazon.com/gp/product/B07 … UTF8&psc=1) fromatted as FAT32 and loaded with one file named track001.mp3 into the SparkFun MP3 Player Shield, finally got the FilePlayer Example Sketch to compile and load, and I keep getting the following error:
Free RAM = 4853 Should be a base line of 1017, on ATmega328 when using INTx
Can’t access SD card. Do not reformat.
No card, wrong chip select pin, or SPI problem?
SD errorCode: 0X20,0XFF
The only thing I’ve identified so far as a potential issue is that I don’t have any of the 2x3 ICSP pins on the Arduino Wifi Rev2 connected to the SparkFun MP3 Player Shield.
Questions: