Skip to Content

Mini MP3 Player Module For Arduino

Mini MP3 Player Module for Arduino – DFPlayer Compatible

Overview:

The Mini MP3 Player Module is a compact and low-cost MP3 player solution with an onboard microSD card slot and speaker driver. It can play audio files stored on a microSD card (up to 32GB) and is ideal for adding sound effects, voice feedback, or music to Arduino and other microcontroller projects. The module supports both serial control and standalone operation.

Key Features:

  • Built-in audio decoding chip: Supports MP3, WAV, and WMA formats

  • Supports microSD cards: FAT16/FAT32 up to 32GB

  • Built-in DAC and amplifier: Can directly drive an 8Ω/3W speaker

  • Serial communication interface: Compatible with Arduino and other MCU boards

  • Low power consumption, compact size

Technical Specifications:

ParameterValue
Operating Voltage3.2V – 5V
Supported FormatsMP3, WAV, WMA
StoragemicroSD (TF) card, up to 32GB
Audio OutputDirect speaker output + DAC line out
ControlSerial (UART) or standalone
Speaker Support8Ω 3W max
Dimensions~22mm x 30mm

Pinout:

Pin NameDescription
VCC3.2V – 5V power input
GNDGround
TXSerial transmit (to Arduino RX)
RXSerial receive (to Arduino TX)
SPK1/2Speaker Output ±
DAC_R/LRight/Left channel out (line level)

Wiring with Arduino Uno:

Arduino UnoMP3 Module
5VVCC
GNDGND
D10RX
D11TX

💡 Note: Use SoftwareSerial on pins 10 & 11 in code.

Sample Code (Arduino):

cpp
CopyEdit
#include <SoftwareSerial.h> #include <DFRobotDFPlayerMini.h> SoftwareSerial mySerial(10, 11); // RX, TX DFRobotDFPlayerMini myDFPlayer; void setup() { mySerial.begin(9600); Serial.begin(9600); if (!myDFPlayer.begin(mySerial)) { Serial.println("Unable to begin DFPlayer."); while (true); } myDFPlayer.volume(20); // Volume range: 0-30 myDFPlayer.play(1); // Play first track } void loop() {}

Applications:

  • Talking robots and voice assistants

  • Interactive art installations

  • DIY MP3 players

  • Sound effects in games, toys, exhibits

Resources:

160.00 LE 160.00 LE

This combination does not exist.

Sensor Module Speaker