-
In my code I want to start a track and continue doing other things in loop() until the track is finished. Similar to the Busy check on DFPlayer. Is there a way to do this with the YX5300 and your li…
-
I am using an Arduino Nano and DFPlayer aka MP3-TF-16P
in my setup function, I call getTotalFolderCount ();
**Serial.print("Folders in SD \t"); Serial.print(mp3.getTotalFolderCount( ));S…
-
### BUG DESCRIPTION
I encounter issue regrading to MP3 Player(DF player mini) that it only works about 80% of the time when i type the command to control it. i mean that the command is not effect…
-
Hello! I am attempting to run the "random" example, yet it is failing (`invalid conversion from 'uint16_t {aka short unsigned int}' to 'DfMp3_PlaybackMode' [-fpermissive]`).
Here is the full stack tr…
-
Rewrite to use: https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299
-
It would be possible to add some characters in the main menu system.
i mean if i can as example choose vader and this menu, select color . ignition time ,flicker style, etc.. , preconfigured
-
Can you add an additional example for basic use of the library?
The example provided only works when you enter characters via serial. For most beginner projects however, it would be much clearer if…
-
This issue lists the status of all tests for the [Release Candidate 1 of the 2020.07](https://github.com/RIOT-OS/RIOT/releases/tag/2020.07-RC1) release.
Specs tested:
- [ ] [01-ci](https://github.…
-
Using dfplayer and setting the voice volume, the system ignores the volume setting intermittently on turn on and boots with the welcome message at full volume. after boot the voice commands following…
-
I would like to monitor the status every 1 second to see if it is playing.
I have a folder with files of small duration and others with long files, but some folders can not be played, so I can not …