Sensory touch speak device (need ideas)
thangngoc
Posts: 23
I would like to built a sensory touch speak device (similar to the cheap talk device) for a person who is nonverbal and blind. The device would contain 8 textured switches. Whenever a person touch the switch, then the pre-recorded voice would play. I have a little experience with programming, so do you think I can use Basic Stamp micro-controller for this project. If so, which IC chips or module (compatible with BS) that I need to use for recording voice and message. Thanks
Comments
The BASIC Stamp 2 modules can not record by itself; however there are a number of modules out there that could be used with the BASIC Stamp 2 module to accomplish that task. There is a company EFX-TEK that has a sound module that might be just right. Here is a link to their web site; you can review and see if this could be a possibility.
EFX-TEK [noparse][[/noparse] AP-8 ]:
http://www.efx-tek.com/topics/ap-8.html
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Respectfully,
Joshua Donelson
www.parallax.com
Post Edited (thangngoc) : 3/26/2010 6:36:37 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
You can load a wav file and play it back. One nice thing is you can load several and access the slot it is in with a simple serial command, it only holds about 24 seconds of audio, enough for about 50 spoken words.
If you order, tell him you are using the BS2, he will load it with firmware for appropriate baud rate communication seen here:
www.talkbotbrain.com/TalkBot_SourceFiles.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike2545
Post Edited (Mike2545) : 3/27/2010 12:29:25 AM GMT