I'm refurbishing an old radio an antique car to play MP3.
I like to know if any of you can help me in a sketch to show the music that's playing on 16x2 LCD screen.
I do not really understand programming. Only old cars.
PaulS:
What code do you have to make it play music?
Hello. Thank you for your response.
To play the music it is possible to do without the Arduino. With external buttons according to the manufacturer's information.
I just read the name of the song being played and display on the LCD.
PaulS:
I don't see that there is a way to ask the device which track it is playing. Nor is there a way to ask it which folder the track is in.
I want to use the Arduino to read via TX RX, the music that is playing.
Because on the device there are query commands.
I believe that with the Arduino I send a command via TX for module, and read the answer via RX and show it on the LCD display.