Hello Everyone,
I have to send 5 audio (mp3) files from Android phone to Arduino. Then I have 5 buttons for each files send to Arduino. Then if button 1 presed, Arduino have to play file 1 and so on...
What is the easyest way to realize and solve this?
I'm thinking something like:
1.FIRST -> connect Arduino with compatible bluetooth module and with Android phone.
-
SECOND -> Try to send mp3 file from Android to Arduino.
-
THIRD -> Play audio that was send if button connected to arduino pressed.