Forum >Two DFR0299 on the same Arduino Pro Mini
Two DFR0299 on the same Arduino Pro Mini

Hi,
For a current project, I need to have a mp3 file continuously playing on the background (on loop), and trigger some other short mp3 files on top of that (without pausing the loop).
I have two DF Player Mini boards, can I hook both to a single Arduino Pro Mini board so one of them is playing that background MP3 and the other one is triggering the other samples?
Thank you in advance,
Lucas
For a current project, I need to have a mp3 file continuously playing on the background (on loop), and trigger some other short mp3 files on top of that (without pausing the loop).
I have two DF Player Mini boards, can I hook both to a single Arduino Pro Mini board so one of them is playing that background MP3 and the other one is triggering the other samples?
Thank you in advance,
Lucas
2016-01-06 01:01:13 Hello Lucas,
Welcome!
No problem I think, there are two suggestions would help:
1). One player use the D0,1 ,i.e. serial.***() to get controled, another one could be controlled by software serial.read more
And you can find in the sample library, there's already some sketches for the difference.
2). How to cut in a music file while playing the background music?
I think this might help, please read.
Leff
Welcome!
No problem I think, there are two suggestions would help:
1). One player use the D0,1 ,i.e. serial.***() to get controled, another one could be controlled by software serial.read more
And you can find in the sample library, there's already some sketches for the difference.
2). How to cut in a music file while playing the background music?
I think this might help, please read.
