ArduinoGeneral

What is the correct file structure for the SD card on the dfplayer?

userHead Account cancelled 2021-09-02 01:48:58 453 Views0 Replies
What is the correct file structure for the SD card on the dfplayer?

I am trying to use the example sketch from the Arduino IDE (GetStarted.ino). After discovering that the example sketch was written for an older version of the library and fixing the
Code: Select all
if (!myDFPlayer.begin(mySoftwareSerial,true,false)){
line, I have been trying to get past the error: DFPlayerError:Card not found.


I've found three different file structures to use on the SD card, but none of them work.

I am using a 32gB card formatted as FAT32, and the files are named "0001.mp3", "0002.mp3" and "0003.mp3".

From various sources on the df website and this forum, I have tried putting the files in the root, in a folder named "mp3" and in a folder named "01". None worked.

So, why the error: DFPlayerError:Card not found?