Troubleshooting

For the DFPlayer Mini, what are DFPLAYER_DEVICE_U_DISK and DFPLAYER_DEVICE_AUX modes?

userHead mqnc 2023-05-26 23:11:40 565 Views1 Replies

The example code here https://wiki.dfrobot.com/DFPlayer_Mini_SKU_DFR0299 has the following lines:

 

//----Set device we use SD as default----
//  myDFPlayer.outputDevice(DFPLAYER_DEVICE_U_DISK);
myDFPlayer.outputDevice(DFPLAYER_DEVICE_SD);
//  myDFPlayer.outputDevice(DFPLAYER_DEVICE_AUX);
//  myDFPlayer.outputDevice(DFPLAYER_DEVICE_SLEEP);
//  myDFPlayer.outputDevice(DFPLAYER_DEVICE_FLASH);

 

I understand that the player can handle SD cards and USB sticks but what are AUX and U_DISK?

2023-05-29 13:56:43

I think the AUX is just not wire out, but the U_DISK is mean to USB Drive, which you could connect to the USB+ USB-

userHeadPic Yeez_B