I need some direction on how to play a .wav file off an SD card from a simple button press.
I do not have any SD or .wav shields..
but I do have my SD card (with headers soldered to it) attached to breadboard/Arduino..
I guess I should break it into steps.. but would like some help/feedback on 'how' to accomplish these steps.
1.) set-up/interface.. the SD card and the Arduino wiring..
I have set as so:
Is this correct?
I have also seen this thread:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1235125412/0
and notice the resistors..etc.. (but not sure how that gets set up in practical use/breadboard)
2.) I guess the ability to read a .txt file for some variables/data would be nice...... but MOST importantly and the focus here,..is just being able to play a .wav file off the SD card from a simple button press.. (specific file to be hard coded in the sketch I guess)
3.) I dont think I have ever used or imported a library before.. so am not really sure how that works? I need the library classes/files to be in a certain directory? and then use some import line in my sketch? Is there a nice stable FAT lib (fat16lib?.. uFat?) that the community likes? and is fairly easy to use?
I guess I'll just start here.. and see if I get help or validation on the SD card set-up/diagram.
then move onto the play .wav files from SD card..
thanks!