Toy with selectable sounds
I have the idea of making a toy with selectable sounds (for example, press the hands noise "1" is made, press the feet noise "2" is made. You get the idea).
I had the idea of doing one of two things.
Either using a USB memory stick for play back, or using a cheap nasty MP3 player.
Either which way, I know I need to do a mod.
I need to know if there is a way to select individual memory address's from these devices to play each sound on it's own button (rather than one by one, like the forward button on a CD/MP3 player).
I think the MP3 player is a good idea for 2 reasons. One, it's a memory stick anyway, making it easy to store the pre-recorded voices and sounds, and two, it has an analog to digital decoder already build in, meaning I don't need another circuit to convert the MP3 player to audio.
I already have the amplifier circuit figured out, so I don't need that.
I would like to do it using some kind of basic Logic circuit, but I have feeling that it may not be an option. PIC is not an option as I don't have a programmer.
If anyone else has a better idea, I would welcome ideas!
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$2 Answers
Using Arduino:
http://www.ladyada.net/make/waveshield/
Able to play specific tracks without a microcontroller:
http://www.sparkfun.com/commerce/product_info.php?products_id=9715
http://www.scary-terry.com/dsr/dsr2.htm
There are plenty of other modules around, but there are none that are cheap. Personally I would go with a small handful of these:
http://www.dealextreme.com/details.dx/sku.30741
Wire one up directly to each button. No further circuit required.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$