AJMartel / Arduino-Soundpod

An Arduino based MP3 player which uses a 1.3" OLED display and DFPlayer

Home Page:https://www.youtube.com/watch?v=z2o4hmli_10&t=66s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-Soundpod

An Arduino based MP3 player which uses a 1.3" OLED display along with DFPlayer.

Instructables Link

Soundpod final build

Getting Started

Open soundpod.ino with arduino IDE [Tested on Arudino IDE 1.8.10 above] all the other files will open along with it.

Prerequisites

Arduino Libraries for DFplayer and 1.3inch oled display

Installing

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.

Python Script

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.

Soundpod final build

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

An Arduino based MP3 player which uses a 1.3" OLED display and DFPlayer

https://www.youtube.com/watch?v=z2o4hmli_10&t=66s

License:MIT License


Languages

Language:C++ 70.4%Language:Python 29.6%