DFRobot / DFRobot_DF1201S

Here comes the DFPlayer Pro-a mini simple but powerful MP3 Player! This MP3 player module supports four controlling modes: Arduino, AT command, on-board buttons, and ADKEY. You can directly press the on-board button to play or switch music without using a controller. By using a USB cable, you can easily copy your favorite songs into this module to play them any where you want, or use it as a sound card for your PC or Raspberry Pi after connecting them together.
MIT License
6 stars 5 forks source link

Three questions #7

Open HaViGit opened 1 year ago

HaViGit commented 1 year ago

Three questions regarding the Pro Player:

1) how can I set only mono (one speaker) output? 2) how do I use it on an ESP32? 3) how do I organize the folders with music?

I hope someone can answer, thanks in advance.

qsjhyy commented 9 months ago

For the first point, this module probably doesn't have a mono mode; you can connect left and right speakers separately.

For the second point, I will update the example to make it compatible with ESP32.

As for the last point, I'm not entirely sure what you mean. Are you referring to the Type-C interface connecting to a computer and appearing as a USB drive? image

HaViGit commented 8 months ago

Thank you. What I meant is the folder structure, subfolders, song file names and so on.

qsjhyy commented 8 months ago

5 Maybe here's the answer to your question.