Sound Experiment

Since the Arduino UNO has very limited RAM we need to put the data somewhere. The Catalex MicroSD card reader provides us with the storage we need, is relatively cheap and sold at Kjell o Co (The MicroSD cards on the other hand might be a tad expensive). The second thing we need is an amplifying circuit – a basic one with only a single transistor should do.

http://maxoffsky.com/maxoffsky-blog/how-to-play-wav-audio-files-with-arduino-uno-and-microsd-card/

http://bryanduxbury.com/2012/01/20/one-transistor-audio-amplifier-for-arduino-projects/

http://www.instructables.com/id/Playing-Wave-file-using-arduino/?ALLSTEPS

https://www.youtube.com/watch?v=5v5A3j7Rrco

Layout of the Catlex MicroSD Card Reader when connected to Arduino UNO. Later we will use pin 9 as speaker output.

image
image

And it works! Used a P2N2222 transistor as an amplifier. Then something corrupted the SD Card. Might have been one of two things: Either it needs more power – plugged in the external power cable, or it could have been that I tried to write to the SD while sound still was playing (since it streams from card). Last one is the likely issue.