DFPlayerMini_Fast
DFPlayerMini_Fast copied to clipboard
Fast and easy to understand Arduino library to use the DFPlayer Mini MP3 module from DFRobot.com. This is a huge improvement (both in terms of execution speed and simplicity) to the standard library p...
Hi when i use the example code & if i have the serial monitor open i get the following .... the myMP3.play() command plays the 1st part of the previous...
Hello, I want the second music to play after the first music plays completely under one condition. How can I do that? I have one more question. I have two...
This is a really strange bug I'm experiencing. I have my code set up to read a potentiometer value for the volume. It checks the volume every x milliseconds in...
What should I hear when I run your example please? [https://github.com/PowerBroker2/DFPlayerMini_Fast/blob/master/examples/example/example.ino](url) I expected a constant repetition of the first track on my SD card, 0001.mp3, but I get nothing. Meanwhile...
Thanks for your help with my volume issue. I now have that working but there is one more thing I'm struggling with. I need to play specific files one after...
Hi, i have multiple version dfplayer mini with different decoder chip (AC20BXXXX...), when using with this library the other than the original DFplayer (AA19XXX..) can receive tx command (play/pause/stop) but...
Hi, Im trying to play all mp3 files from the SD Card randomly. On my SD Card, there are no folders, just 30 mp3 files. All files are beginning with...
Hi. I'd like to know if a delay of 1500ms is the default behavior before playing any sound ? I had the same delay using the standard library, then I...
Question
What is the Maximum number of Audio files that can be indexed and played by the RandomAll? Assuming all files are 4-digit leading zero padded named files at the root.
Hi, Is there a command of the library to put the DF Player Mini in a low power mode? I have tried with the function sleep() but the consumption remains...