I have a little question before I order some products, maybe some can advise me with some things. I have working before with Arduino but more with leds, rgb ect, now I want try do something with sound. Firstly simple question if it possible to make a soundsampler/soundboard, and if it is witch components (Arduino, shields ect) do I need to experiments with that. First, the sampler I want to build you can see a example video here: https://www.youtube.com/watch?v=2W9JcxGUxZg I think it’s a simply thing, needed a Arduino Uno or Nano, MP3 shield (sparkfun), LCD shield and some push buttons, offcourse stereo line out (jack) ect. The working wil be as follow, with 10 buttons, on each button is a mp3 sound effect loading from SD cart (on the SD cart wil be around 60 mp3 soundeffects), with 2 other buttons you scroll to set 10 other soundeffects on the 10 buttons (check and see it on the display), and than if it possible, 2 buttons for volume up and volume down. Question is that gonna work with arduino and what do I need. Let me know. Kind regards Deeno
I think you’re on the right track. You should probably investigate what pins are used by the MP3 shield. You may have to use a serial display as a result. Personally I might find a way to use a rotary encoder to scroll among choices.