Code for a jdm talk box

Howsit guys. I am very new to arduino and coding. I was wondering if some one could help. I am looking at making a JDM syle talk box/ melody box. With a 2 button control to cycle through a list of chimes. But not sure how to even start coding it. I would like to have it where it remember the last track it played so the next time the cars starts that track plays. I am currently using an arduino uno for test but will end up using something smaller later. I am using the DFplayer mini with and sd card to play and store tracks.

Would be much appreciative for your assistance.
Thanks

Hi @itz_m1ke

welcome to the arduino-Forum.
Please explain what is a "JDM" Melody Box?

First step:

googling
https://www.google.com/search?as_q=Arduino+DFPlayer+mini+democode

best regards Stefan

Hi Stefan it is basically a small box comprised of a speaker and a mp3 player. That plays a little welcome message/ jingle or chime. When you switch you car on and it is supplied with power. https://youtu.be/3Rv4UqBWbF4?si=7S0WzlCq_rysepuD

What i am trying to find out is how i can have it set so you can skip through the jingles and fine one you like once you have that one you like. The microprocessor remembers the last jingle that you stopped on and the next time you boot the system it plays that jingle you selected basically.

Thank you

Take a look through the MP3 player Arduino examples posted on line, pick one and study the code to figure out how it works.

It should be no problem to make a couple of minor modifications to do what you want.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.