Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makuna/dfminimp3
Arduino library for the DFPlayer Mini Mp3 module. Please refer to the Wiki for more details. Please use the GitHub Discussions ask questions as the GitHub Issues feature is used for bug tracking.
https://github.com/makuna/dfminimp3
arduino arduino-library
Last synced: about 2 months ago
JSON representation
Arduino library for the DFPlayer Mini Mp3 module. Please refer to the Wiki for more details. Please use the GitHub Discussions ask questions as the GitHub Issues feature is used for bug tracking.
- Host: GitHub
- URL: https://github.com/makuna/dfminimp3
- Owner: Makuna
- License: lgpl-3.0
- Created: 2017-03-15T00:17:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T23:10:44.000Z (11 months ago)
- Last Synced: 2024-10-11T11:54:30.142Z (2 months ago)
- Topics: arduino, arduino-library
- Language: C++
- Homepage:
- Size: 89.8 KB
- Stars: 144
- Watchers: 14
- Forks: 33
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# DFPlayer Mini mp3
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4)
Arduino DFPlayer Mini Mp3 module library
This library allows your Arduino project to control the DFPlayer Mini MP3 module. It supports both hardware serial and software serial. It was designed to fit in the smallest Arduino hardware by consuming less code and memory space than other libraries.
Please read the product link before connecting your module, it will save you alot of time and effort.
[DFRobot's DFPlayer Mini Mp3](http://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299)For quick questions and support:
* [Try the new Github Discussions](https://github.com/Makuna/DFMiniMp3/discussions)
* Or jump on Gitter
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DFMiniMp3/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)For bugs, make sure there isn't an active issue and then create one.
## Documentation
[See Wiki](https://github.com/Makuna/DFMiniMp3/wiki)## Installing This Library (prefered, you just want to use it)
Open the Library Manager and search for "DFPlayer Mini Mp3 by Makuna" and install.## Installing This Library From GitHub (advanced, you want to contribute)
Create a directory in your Arduino\Library folder named "DfMiniMp3"
Clone (Git) this project into that folder.
It should now show up in the import list when you restart Arduino IDE.