-
You Reply: The problem appears to be with the DFRobot_PLAY_IIC.h
The Example called "Play" does not even have a #include Library call???
See below code snippet
I really need some help here as the standard Mini mp3 Libraries do not appear to be able to control the
RO"
#include
DFRobot_PLAY_IIC DF1201S;
void setup(void){
Serial.begin(115200);
while(!DF1201S.begin()){
Serial.println("Init failed, please check the wire connection!");
delay(1000);
}
/*Set volume to 20*/
DF1201S.setVol(/*VOL = */20);
Serial.print("VOL:");
/*Get volume*/
Serial.println(DF1201S.getVol());
/*Enter music mode*/
DF1201S.switchFunction(DF1201S.MUSIC);
/*Wait for the end of the prompt tone */
delay(2000);
/*Set playback mode to "repeat all"*/
DF1201S.setPlayMode(DF1201S.ALLCYCLE);
Serial.print("PlayMode:");
/*Get playback mode*/
Serial.println(DF1201S.getPlayMode());
-
You Reply: Everytime you change the page you have to re-login before posting
strange
-
You Reply: I tried using DFRobot DFPlayer Mini Demo, RX-11 and TX-10
This is the output
Initializing DFPlayer ... (May take 3~5 seconds)
DFPlayer Mini online.
Time Out!
Time Out!
Time Out!
Time Out!
Time Out!
Time Out!
Time Out!
Time Out!
Time Out!
Time Out!
Time Out!
-
You Reply: I've tried 3 times to post a message and I keep getting sent to the Login page
I'm logged in
How can I post a message?