DFRobot / DFRobot_DF1201S

Here comes the DFPlayer Pro-a mini simple but powerful MP3 Player! This MP3 player module supports four controlling modes: Arduino, AT command, on-board buttons, and ADKEY. You can directly press the on-board button to play or switch music without using a controller. By using a USB cable, you can easily copy your favorite songs into this module to play them any where you want, or use it as a sound card for your PC or Raspberry Pi after connecting them together.
MIT License
6 stars 5 forks source link

What is "Slave Mode" and module doesn't show in COM port #12

Closed sbarabe closed 3 months ago

sbarabe commented 3 months ago

Hi,

I've try to connect the module to my PC. When connected I can see the USB disk, but I cannot see it in COM port. So it's impossible to use the tool to configure the module with AT commands.

When I plug it, I can hear "Slave Mode", led is OFF. If I push the button, I hear "Music" and blue led ON.

I've buy 3 modules, hope to find a way to configure them !

Thanks !

qsjhyy commented 3 months ago

image usb can only store audio files, and AT commands need to be connected to uart. image If you want to connect to a pc, you should find a uart to USB auxiliary module. More usage information can be found in this wiki: https://wiki.dfrobot.com/DFPlayer_PRO_SKU_DFR0768

sbarabe commented 3 months ago

Ok I understand, I need a converter USB-UART to give AT commands. Thank you !