This is a simple and fun Arduino project which can be build in 10–15 minutes once we have the hardware. The project is very simple, An Arduino audio player that plays ".wav" files. It consists of a speaker, a amplifier, and a micro-SD card adapter for a micro-SD card that holds the .wav files.
$2 for 2-Layer PCBs & $5 for 4-Layer PCBs: https://jlcpcb.com
More project information(Code,Schematic,etc):- https://nematicslab.com/music-player-...
Website,
https://NematicsLab.com
Patreon,
/ nematicslab
For Sponsorships or Endorsements ONLY!
[email protected]
For project-related questions use Facebook or Twitter @NematicsLab
Music used in the video:
1) Manhattan by Dyalla
--------- Links For Parts Used in the Video---------
1) Arduino Nano - https://www.banggood.in/custlink/vKvE...
2) SD Card Module - https://www.banggood.in/custlink/DvDE...
3) Speakers - https://www.banggood.in/custlink/GDKd...
--------- Affiliate ---------
Gearbest- http://bit.ly/2KD54KD
Banggod- http://bit.ly/2xgJIK5
LCSC - http://bit.ly/2KD0hJ0
--------- Social Media ---------
Facebook - http://bit.ly/2FC5lJz
Instagram - http://bit.ly/2XddQpe
Twitter - http://bit.ly/2IUhqMm
-------------------Electronics Starter kit Tools-------------------
Soldering Iron - https://www.banggood.in/custlink/DKGK...
Solder wire - https://www.banggood.in/custlink/mv3v...
Helping Hands - https://www.banggood.in/custlink/vmvm...
Hot Glue - https://www.banggood.in/custlink/D3GD...
---------------Little information about Video------------------
Making your own Music Player using Arduino Uno is an exciting little project. This project doesn’t necessarily need to be a powerful music player but rather to check the ability of the Arduino Uno or any other Arduino boards to play audio files with the help of supporting library files, thanks to the outstanding work of Arduino Community.
Once you have a circuit using Arduino Uno, a microSD Card Module (Adapter), a microSD Card and speakers or headphones, you can implement several sound effects in your projects, which are not possible under normal circumstances.
As mentioned earlier, the main components of the Arduino based Music Player project are Arduino board and SD Card Module / Adapter. The audio files stored in a microSD card (more about audio files later) are read by Arduino with the help of SD Card Module and played through a speaker.
So, it is very important that you understand how to interface an SD Card Module with Arduino and read / write data from / to a microSD Card.