-
```
DFPlayer Analyzer 1.0 - Starting up...
[60] Packet sent (->): 7E FF 6 42 0 0 0 FE B9 EF -> Cmd: 42 (GetStatus), arg: 0
[111] Packet received ( Cmd: C (Reset), arg: 0
[658] Packet recei…
-
Great library - thank you :)
I have it up and running, however I am unable to detect when a track has finished. I thought I could use:
while(mp3.getStatus() == 1){
delay(50);
…
-
Hi,
I compiled the code from the repository with the following small changes:
- commented out the includes of `avr/sleep.h` and `avr/eeprom.h`
- changed the SoftwareSerial ports to 16 (TX) and …
-
GD3200B:
* additionally ignore OnPlayFinished for adv tracks
* increase dfPlayer_timeUntilStarts to 1500
MP3-TF-16P V3.0 with MH2024K24SS:
* ignore OnPlayFinished for adv tracks
* increase dfP…
-
Hi,
first of all, thank you very much for the effort of translating the library!
Unfortunately, I get the following error messages when i run your GetStarted example:
```
...
I (278) main_t…
-
One user (using GD3200B player) reported that the TonUINO hangs on initial setup.
The loop that sets the volume does not finish if getVolume does not give the correct value. So I thing, this is the …
-
Thanks very much for this library - it's the most reliable one for me so far.
I am using it with an ESP32 C3 and a dfplayer HW-247 clone (GD3200B chip) and it's the only library that correctly prints…
-
If getFolderTrackCount() gives a number >255 filling the track queue comes not to an end.
Normally the number of tracks in a folder is not >255, but the player GD3200B always gives the number of tra…
-
Use Solution from here:
[Probleme mit dem DFPlayer Mini](https://discourse.voss.earth/t/probleme-mit-dem-dfplayer-mini/12203)
-
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 a file is working fine .
Thanks for you…