Troubleshooting

DFRobotDFPlayerMini.h software volume control

userHead Paul.Van den Bossche 2024-12-02 20:20:23 308 Views0 Replies

Hopefully someone can direct me to a solution for the volume control of this player. 

After I send a volume control ( mp3Player.volume(x) ) I have to wait at least 100ms ( delay(100) ) before I can send a mp3Player.play(x).

Is there a way to shorten this waiting time ?

 

(I'm using ESP32 and #include <DFRobotDFPlayerMini.h>)

 

thanks in advance!