An audio player with an Arduino

Done something cool with one of our products? Got some helpful advice or a handy tutorial? Promote it here by posting or linking to your blog and tell the world.
Forum rules
LINKS TO AND FROM OTHER WEBSITES

Any links to third party websites located on this Website are provided for your convenience only. We have not reviewed each third party website and have no responsibility for such third party websites or their content. We do not endorse the third party websites or make representations about them or any material contained in them. If you choose to access a third party website linked to from this Website, it is at your own risk.

We reserve the right to delete any post linking to external websites which are deemed to either have no relevance to this forum, or where we believe the post was made for the intention of providing a financial benefit to the poster.
Post Reply
madnerd
Posts: 1
Joined: Tue Oct 25, 2016 1:33 pm

An audio player with an Arduino

Post by madnerd » Tue Oct 25, 2016 3:58 pm

I wanted to make an audio player using an arduino but I didn't have an microsd card reader or an mp3 decoder chip.
I managed to make one, using an micro sd adapter and wav files (8bits/8000hz)

Of course, the audio quality is bad, and the arduino can only read the wav files, but this gives an nice retro charm to it.

Image

Video: https://www.youtube.com/watch?v=Pqyk3qqKsIw
Direct Download for code/documentation : http://wavplayer.madnerd.org
You can see/modify this project here : https://github.com/pigetArduino/wavPlayer

The video/code/documentation is open source (MIT//CC Attribution) so feel free to reuse it!

Next time, we will see how to make a gps logger! So don't forget to subscribe to my channel !

SD card works in 3V! Use an arduino mini pro 3V to do this project!
Image
For more tutorials : http://madnerd.org

Post Reply

Return to “Community Projects”