Forum >DFPlayer how do i play an mp3 to it's end inside the void loop() function
ArduinoGeneral

DFPlayer how do i play an mp3 to it's end inside the void loop() function

userHead Account cancelled 2017-06-01 17:36:34 1036 Views2 Replies
My DFPlayer is connected to an Arduino uno. In the loop() function I want to play an mp3 completely without using a delay. How can i get it to stop and complete the mp3 inside the loop function then continue on with the rest of the loop code
2017-06-15 00:07:34 Hello,
There is a new library on the wiki, in that wiki, there is a function called "myDFPlayer.enableLoopAll()" , it can loop all the songs
userHeadPic robert.chen
2017-06-14 22:24:43 Hi,
What is about adding a "while(1);" sentence in the loop to make it work only one time
userHeadPic Grey.CC