Comunication with DFPlayer on USB serial

Hello Arduino forum,

Iam having trouble with my DFPlayers modules iam trying to use ESP32 Devkit V1 and DFplayer i have tried all sketches found on the internet (I even went on 16 page of google :smiley: ) all the different types of connection and still nothing.

EDIT: Finaly i found solution.

  if (!myDFPlayer.begin(mySoftwareSerial, false)) {  // <-- added False
    Serial.println(F("Unable to begin:"));
    Serial.println(F("1.Please recheck the connection!"));
    Serial.println(F("2.Please insert the SD card!"));
    while(true){
      delay(0); // Code to compatible with ESP8266 watch dog.
    }

I am glad you did, and you solved your problem.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.