Skip to content
Michael Miller edited this page Mar 28, 2023 · 15 revisions

Please consider donating to the cause.
Donate

For quick questions jump on Gitter and ask away.
Gitter

Overview

This is an Arduino Library that supports the DFRobotics DFPlayer Mini MP3 module.

Please see the FAQ for common questions and answers.

Please read the product link before connecting your module, it will save you alot of time and effort.
DFRobot's DFPlayer Mini Mp3

Just want to see the API Reference?
Looking for some debug features to help diagnose problems you may have run into?

Seeking Help

There are several locations you can seek help and ask questions. They are...

Supported Platforms

  • Any Arduino platform that has serial support

Smaller Code

This library was written to be small in code size and memory usage compared to other libraries. The template based coding pattern allows the compiler to produce smaller code while still supporting all the options. This is important when you are working on smaller Arduinos like a Gemma.

There are several examples that will help you get started. They range from simple to complex and are always a good reference.

Projects that use this library

Helpers

Making the handling of DFminiMp3 more comfortable