DFPlayer Mini Manual PDF
DFPlayer Mini Manual PDF
DFPlayer Mini Manual PDF
1. Summary
1.1 .Brief Instruction
DFPLayer Mini module is a serial MP3 module provides the perfect integrated MP3, WMV hardware decoding.
While the software supports TF card driver, supports FAT16, FAT32 file system. Through simple serial
commands to specify music playing, as well as how to play music and other functions, without the cumbersome
underlying operating, easy to use, stable and reliable are the most important features of this module.
1.2 .Features
Support Mp3 and WMV decoding
Support sampling rate of
8KHz,11.025KHz,12KHz,16KHz,22.05KHz,24KHz,32KHz,44.1KHz,48KHz
24-bit DAC output, dynamic range support 90dB, SNR supports 85dB
Supports FAT16, FAT32 file system, maximum support 32GB TF card
A variety of control modes, serial mode, AD key control mode
The broadcast language spots feature, you can pause the background music being played
Built-in 3W amplifier
The audio data is sorted by folder; supports up to 100 folders, each folder can be assigned to 1000
songs
30 levels volume adjustable, 10 levels EQ adjustable.
1.3 .Application
Car navigation voice broadcast
Road transport inspectors, toll stations voice prompts
Railway station, bus safety inspection voice prompts
Electricity, communications, financial business hall voice prompts
Vehicle into and out of the channel verify that the voice prompts
The public security border control channel voice prompts
Multi-channel voice alarm or equipment operating guide voice
The electric tourist car safe driving voice notices
Electromechanical equipment failure alarm
Fire alarm voice prompts
The automatic broadcast equipment, regular broadcast.
Figure 2.1
Support for asynchronous serial communication mode via PC serial sending commands
Communication Standard:9600 bps
Data bits :1
Checkout :none
Flow Control :none
0x0D Playback
0x0E Pause
0x0F Specify folder to playback 1~10(need to set by user)
{DH=1:Open volume adjust }{DL: set volume
0x10 Volume adjust set
gain 0~31}
0x11 Repeat play {1:start repeat play}{0:stop play}
2).The module initialization data including online devices, such as sending 7E FF 06 3F 00 00 01 xx xx EF, DL
= 0x01 describe only the U-disk online during power-on, Other data are seen as the table below:
TF Card on-line 7E FF 06 3F 00 00 02 xx xx EF
PC on-line 7E FF 06 3F 00 00 04 xx xx EF
FLASH on-line 7E FF 06 3F 00 00 08 xx xx EF
U-disk & TF Card
7E FF 06 3F 00 00 03 xx xx EF
on-line
3).MCU will not send corresponding control commands until module initialization sending commands or the
module will not process the commands sent by MCU, and will also affect the normal initialization of the
module.
3.3.2 .Returned Data of Track Finished Playing
1.The module will enter into pause status automatically after being specified playing, if customers need
such application, they can specify track to play ,the module will enter into pause status after finishing
playing ,and wait for the commands sent by MCU.
2 In addition, we opened a dedicated I/O as decoding and pausing status indication. See Pin 16, Busy
1).Output high level at playback status;
2).Output low level at pause status and module sleep;
3. For continuous playback applications, it can be achieved as below, if it finishes the first tracking of the
TF card, it will return
7E FF 06 3D 00 00 01 xx xx EF
3D ---- U-disk command
00 01 ---- expressed finished playing tracks.
If the external MCU receives this command, please wait 100ms. And then sending the playback command
[7E FF 06 0D 00 00 00 FF EE EF], because inside the module it will first initialize the next track
information. In this case, the module can be played continuously.
4. If the currently finish playing the first song, the track pointer automatically point to second song, If you
send a "play the next one” command, then the module will playback the third song. And, if the module
finishes playing the last one, the player will automatically jump to the first pointer, and pause.
5. After specifying device, the module play pointer will point to device root directory of the first track,
and enters the pause state, and wait MCU sending track playing command.
3.3.3 .Returned Data of Module Responds
DFPLayer Mini
1). in order to strengthen the stability of the data communication, we have increased response processing;
ACKB byte is set whether need to reply to response. So that to ensure each communication get handshake
signals, which will indicate the module has been successfully received data sent by the MCU and process
immediately.
2).For general applications, customers can freely choose, without this response processing is also ok.
3.3.4 .Returned Data of Module Error
Module is busy 7E FF 06 40 00 00 00 xx xx EF
A frame data are not all received 7E FF 06 40 00 00 01 xx xx EF
Verification error 7E FF 06 40 00 00 02 xx xx EF
1). In order to strengthen the stability of the data communication, we added data error handling
mechanism. Module will responds information after receiving error data format;
2). In the case of relatively harsh environment, it is strongly recommended that customers process this
command. If the application environment in general, you no need handle it;
3).The module returns busy, basically when module power-on initialization will return, because the
modules need to initialize the file system.
3.3.5. Push-in and Pull-out information of Device
Push in U-disk 7E FF 06 3A 00 00 01 xx xx EF
Push in TF card 7E FF 06 3A 00 00 02 xx xx EF
Pull out U-disk 7E FF 06 3B 00 00 01 xx xx EF
Pull out TF card 7E FF 06 3B 00 00 02 xx xx EF
1).For the flexibility of the module, we particularly add command feedback of push-in and pull-out device.
Let user know the working status of the module.
2).When push-in device, we default playback the first track of device root directory as audition, if users
do not need this feature, you can wait 100ms after receiving the message of push –in serial device ,and
then send pause command.
3.4 Serial Commands
1).For example, select the first song played, serial transmission section: 7E FF 06 03 00 00 01 FF E6 EF
7E --- START command
FF --- Version Information
06 --- Data length (not including parity)
03 --- Representative No.
00 --- If need to acknowledge [0x01: need answering, 0x00: do not need to return the response]
00 --- Tracks high byte [DH]
01 --- Tracks low byte [DL], represented here is the first song played
FF --- Checksum high byte
E6 --- Checksum low byte
EF --- End Command
DFPLayer Mini
2).For selections, if choose the 100th song, first convert 100 to hexadecimal, the default is double-byte, it is
0x0064.
DH = 0x00; DL = 0x64
3).If you choose to play the 1000th, first convert 1000 to hexadecimal, the default is double-byte, it is 0x03E8
DH = 0x03; DL = 0xE8
4).And so on to the other operations, as in the embedded area in hexadecimal is the most convenient method of
operating.
3.4.2 .Commands of Specify Volume
1). Our system power-on default volume is 30, if you want to set the volume, then directly send the
corresponding commands.
2).For example, specify the volume to 15, serial port to send commands: 7E FF 06 06 00 00 0F FF D5 EF
3).DH = 0x00; DL = 0x0F, 15 is converted to hexadecimal 0x000F, can refer to the instructions of playing
track section.
3.4.3 .Specify Device Play
1).The module default support four types of playback devices, the device must be on line, so it can specify
playback. The software will automatically detect without user attention.
2).Refer the table as below to select the appropriate command to send
3).Module will automatically enter the Suspend state after the specified device, waiting for the user to
specify a track playing. It will take about 200ms from specifying device to the module initialize file
information. Please wait for 200ms and then send the specified track command.
2).For example, specify "01" folder 100.MP3 file, serial port to send commands : 7E FF 06 0F 00 01 64
xx xx EF
DH: represents the name of the folder, the default support for 99 documents become 01 - 99 named
DL: on behalf of the tracks, the default maximum of 255 songs that 0x01 ~ 0xFF
Please refer to the above set rules for setting tracks
3).to the standard of the module, you must specify both the folder and file name, to lock a file.
Individually specified folder or specify the file name alone is also possible, but the document management
will be worse.
4).The following diagram illustrates both the folders and file names are specified.
DFPLayer Mini
4、Application Circuit
6、Note*
I/O Input Specification
1. The module's external interfaces are 3.3V TTL level, so please note the level conversion during the
hardware circuit design, also in strong interference environment, electromagnetic compatibility note some
protective measures, GPIO using opt coupler isolation, increasing TVS etc.
2, ADKEY key values are in accordance with the general use of the environment, if the strong inductive or
capacitive load environment, please note that the module power supply is recommended to use a separate
isolated power supply, another matched beads and inductors for power filtering, we must ensure that the
input power as much as possible the stability and clean. If you really can not be guaranteed, please contact
us to reduce the number of keys to redefine wider voltage distribution.
3. For general Serial communication, please pay attention to level conversion. If strong interference
environment, or long distance RS485 applications, then please note that signal isolation, in strict
accordance with industry standard design communication circuits.