DFMiniMp3 icon indicating copy to clipboard operation
DFMiniMp3 copied to clipboard

Arduino library for the DFPlayer Mini Mp3 module. Please refer to the Wiki for more details. Please use the GitHub Discussions ask questions as the GitHub Issues feature is used for bug tracking.

Results 12 DFMiniMp3 issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to use the changes done in https://github.com/Makuna/DFMiniMp3/commit/d603f8e4f6d4cba7ad41d6c526f4cc7322940c96 for a project which is intended to be built with either arduino ide or platformio. Not sure about, but is...

This PR improves the reliability of the library by sending a command up to 3 times if an expected result isn't received. On my DFPlayer module, I've encountered this problem...

Hello, I am using a DFPlayer HM-247A (GD3200B) module and when I run my sketch I have this error and I cannot get the total number of tracks, while playing...

Hi, First of all, thanks for your work !! I'm working on a new project using Esp8266 D1 mini and DFPlayer (MH2024K-24SS). I find that the c_NoAckTimeout looks too short....

Users requested that the callback be made on an instance of class so they can provide context. Notes: See T_SERIAL_METHOD for a way to define and pass an instance. Another...

enhancement
pending

User requested the ability to change chip variant at runtime while maintaining a single class type. ``` typedef DFMiniMp3 DfMp3; Mp3ChipDynamic::setChip(DfMp3_Chip_Original); or DfMp3 myMp3(); myMp3.setChip(DfMp3_Chip_Original); // internally calls static Mp3ChipDynamic::setChip...

enhancement

See https://github.com/Makuna/DFMiniMp3/discussions/142#discussioncomment-7268644 for details. Also note that it seems to ignore the version request. Could there be a way to hide this to the sketch writer with a new chip...

enhancement

Hello. I have 3 different chip models of this DFplayer. 1. YX5200 24 pins 2. GD3200D 16 pins 3. MH2024K 24 pins The codes work very well in the first...

waiting

Hi, I have a problem with my module... When I play a file, instead of playing the file, I receive a notification "Card Online"... I tried many SD Cards and...

waiting

I installed the library via PlatformIO (https://registry.platformio.org/libraries/makuna/DFPlayer%20Mini%20Mp3%20by%20Makuna, using `makuna/DFPlayer Mini Mp3 by Makuna@^1.2.0`) and had to realize that it's not the current version of the code. I found it from...