TroubleshootingArduino

DFPlayer Mini MP3 Player UART baud rate configuration

userHead pedroavex 2022-06-27 13:44:26 1494 Views4 Replies

DFPlayer Mini MP3 Player UART baud rate configuration

2023-02-16 16:29:24

After contacting the product manager, the product manager replied that the baud rate cannot be adjusted after leaving the market.

If you need to adjust, you can submit customized requirements to DFRobot.

userHeadPic YeezB
2023-02-11 21:03:19

Hi! The UART Port is specifically mentioned in the DFPlayer Mini MP3 Player documentation as having "baud rate configurable (default baud rate is 9600)". However, I haven't come across ANY clue of how to modify this baudrate in the code anywhere.https://overplugged.org/technology/ Before anyone asks why I need to change, I'll explain that I'll be using this module in a shared port with another module and that the microcontroller will switch between them on command. Since the other module is not changeable and operates at 115200bps, I need to change the DF PLAyer to 115200 rather than 9600.

Thanks!

userHeadPic Thomas.Black
2023-02-10 16:34:28

Hi

Sorry for the late report.

The baud rate is fixed after manufactured, if you wish to use another baud rate, you have to customized the product.

Hope it can help.

 

userHeadPic Tonny12138
2022-06-27 13:50:20

Hi! In DFPlayer Mini MP3 Player manual it is clearly written about UART Port: “baud rate adjustable (default baud rate is 9600)” however i haven't found ANY indication anywhere about how to change this baudrate on the code.

Before someone ask why i need to change, it is because i will use this module in a shared port with another module and the microncontroller will switch between modules by command, so as the other module is not changeable and 115200bps, i need to change the DF PLayer to 115200 instead of 9600.

Thanks!

userHeadPic pedroavex