Skip to content

Neutrino-1/Arduino-Soundpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-Soundpod

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

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