PowerBroker2 / DFPlayerMini_Fast

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 provided by DFRobot.com.
197 stars 31 forks source link

DFPlayer Pro with this library? #73

Open sbarabe opened 5 months ago

sbarabe commented 5 months ago

Hi, do you know if your code works also for the DFRobot DFPlayer Pro?

I'm using DFRobot library (https://github.com/DFRobot/DFRobot_DF1201S), but I have delay using the playFileNum(number) function even with wav files. When files are cycling, there is no delay... So it seems code related to me.

Anyway It would be great if this library would also work for the Pro module. Chip is AC6925A from the schematics...

Regards!