ArduinoGeneral

DFPlayerMini wiki page links old Library

userHead Account cancelled 2018-08-10 12:38:16 1336 Views1 Replies
We are using the DFRobotDFPlayerMini on an ESP32 (adafruit Huzzah).
We downloaded the library the wiki page claims is latest (1.0.1). We found problems running with the Arduino IDE's Monitor...
If the monitor was opened, it resets the ESP32, but the player.begin() would fail.

Digging back to the Git, I found that version is from 2016 and there is a newer version (1.0.2) that includes a begin() with 3 parameters. If I set the doReset=false ...
if (!myDFPlayer.begin(audioSerial,true, false))
then it works properly with the Monitor open

Why is the Wiki pointing to the old library?
What other changes should I be aware of in this?

the details of serial/monitor open are interesting but moot now that I have a work around.
2018-08-10 17:51:57 Sorry that we didn't release the new version, we have upload the latest one 1.0.2 on the wiki, now it is the right one. userHeadPic robert.chen