Sometimes adding sound or voice gives an edge to your project. Like the voice of any AI system or robot.
A way to create music is Arduino. But generating sound through Arduino is a very tedious task and the sound clarity is also very poor. The reason behind this is Arduino doesn’t have sufficient storage to store music and the DAC of the Arduino is only 8 bit.
So, to do this we need a music player and in this tutorial, I am going to use DFPlayer Mini with Arduino to build a music player.
The original article is published here
You can also watch the tutorial here
Comments