ArduinoGeneral

DFPlayer Playlists

userHead Account cancelled 2017-05-27 21:34:02 1668 Views2 Replies
Hi,

I want to build a MP3 Player for Kids with 9 Buttons for 9 different Playlists.
I connected the 9 Buttons with resistors to the AD1 and AD2 Key so that they can act as Segment 1 to Segment 9 Buttons.
The Buttons are working great but I don't know what Directory structure I will need.
I tried:
- root->mp3->Folder 01 to Folder 09 -> File 0001.mp3 to File 0009.mp3 in each folder
- root-> Folder 01 to Folder 09 -> File 0001.mp3 to File 0009.mp3 in each Folder
- root-> Folder 01 to Folder 09 -> File 0001.mp3 to File 0003.mp3 in 01 Folder, File 0004.mp3 to File 0006.mp3 in 02 Folder, ...

The DFPlayer is playing the MP3s but not in the correct order.

Can anybody tell me what is the right Folder structure if I'm using the Segment 01-09 Keys?
Thanks,
Trucki
2017-07-07 18:53:05 Hello trucki,

Did you have ant luck. Im having the same problem. I have 7 folders 01-07 and in each folder i have 99 mp3 0001-0099. If i send HEX string to play 80 it plays from folder 6 mp3 0032. now if i play 81 it plays from folder 6 mp3 0079. I have formatted the SD. copied the mp3 in different order. It always plays the same mp3 but it's not the right one.
NOTE. each of my mp3 play a voice "Folder X song X". Im doing this from a serial program. It does the same with my UNO.

Thanks to anyone who looks at this.

ö¿ö HAPPY Dave
userHeadPic Quad.Flyer
2017-06-15 00:40:45 I think all method you tried should work, but the buttons shown in the wiki only give a demo for different songs. For the playlist, the user manual gives some command to play different playlist userHeadPic robert.chen