An Arduino based MP3 player which uses a 1.3" OLED display along with DFPlayer.
Open soundpod.ino with arduino IDE [Tested on Arudino IDE 1.8.10 above] all the other files will open along with it.
Arduino Libraries for DFplayer and 1.3inch oled display
- DFRobotDFplayerMini - by DFRobot
- U8g2lib - by olikraus
Open the Arduino IDE and follow the below steps:
Sketch -> include library -> ManageLibrary -> *Search for the above library*
Or follow the instructions on respective library repository.
To ransfer files to DFPlayer, the folders needs to be named 01,02.. and files needs to be named 001,002,.. This python script should help you in transfering the files and folders without manually renaming the files. It also output's a 000.txt file, where all the original file names under each folder is stored.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Stefan Wagner Refered his code for file and folder queries.
- kaushikrao77 helped in the python script