Text to Speech WTS701
· Hi
·I'm a newbie. I'm designing a navigator for blind person. I wanna create speech module to inform user about the obstacle's distance. I have Basic Stamp 2 and I intend to use the Text to Speech WTS701 from Winbond. Does anyone have experiences about it? Is it possible to interface WTS701 to BS2? Is there any soft documentation about it ?·Please help me. Thanks a lot.·
··
·I'm a newbie. I'm designing a navigator for blind person. I wanna create speech module to inform user about the obstacle's distance. I have Basic Stamp 2 and I intend to use the Text to Speech WTS701 from Winbond. Does anyone have experiences about it? Is it possible to interface WTS701 to BS2? Is there any soft documentation about it ?·Please help me. Thanks a lot.·

Comments
You also may want to consider an ISD25120 (2 min voice speech). I designed a Talking Video Clock a few weeks ago. www.sxvm.com (half way down).
Even though the EMIC is more money, the quality and adaptation for the BS2 is done and it is so much better than the ISD 25120 (which also is from Winbond).
Thanks,
Timothy Gilmore
Do you have any schematic about TTS?
Are you in the USA ? I have one of the SP0256-AL2 chips as well as one of the companion CTS256A-AL2 "Text to speech" IC.
I can mail them to you (I'll never use them).
If you want them send me a private message with your mailing address.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
Those that would give up freedom for security will have neither.
·
http://www.speechchips.com/shop/
Thanks,
Timothy Gilmore
·· I've·used BS2 and Sensors from Parallax.·I've done successfully my first task.·It·is to measure the distance from·blind person·to obstacle. My second task is to use the Text to Speech Chip to inform blind person.
·· I also intend to use pyroelectric to help blind person distinguish between human and stable obstacle.·Does anyone have exprience in pyroelectric. I've tried to create a circuit but I still could not get the correct ouput from pyroelectric.
·· One more idea ... Maybe I will use the vibrator to inform·blind person about the obstacle ahead in case blind person doesn't want to use the Text to Speech (Keep informing by voice all the time may cause uncomfortable). However, until now I still could not purchase the vibrator in Singapore, my place. Can anyone let me know where I can purchase it ? Thanks a lot.
If you stop by any place that sells or services pagers, they usually have defective units which they'll sell for just a few dollars. They're headed for the trash can any way. Remove the pager's vibrator, and you're all set.
Usually the vibrator is nothing more than a small DC motor with an offset weight attached to the shaft. Use the Stamp to drive an appropriate transistor, and have the transistor drive the motor.
Regards,
Bruce Bates
Apply to sensor moving in front of blind person with a cane, the single antenna in the cane. The speaker sounds off like a metal detector as cane moves toward or away from a object.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
73
spence
k4kep
Sure, the faster you drive the motor, the more it vibrates. It couldn't be much simpler. Drive it with a PWM signal from the Stamp, if you wish for complete variability.
Regards,
Brcue Bates
I mailed the chips yesterday. You should see them in about a week.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
Those that would give up freedom for security will have neither.
·
The one I used can be found at this web site..
www.acroname.com/robotics/parts/R3-PYRO1.html
Deno
To output an analog signal from a digital source, you need to use a DAC, a digital to analog converter, the opposite of an ADC, analog to digital converter.
Regards,
Bruce Bates
I have a CTS256-AL2 chip. Do i need a SPO256 in addition to the CTS256 chip to get speech voice. I would like to add text to speech to a robot that i am building. I have had these CTS256 chips for years and i have finally gotten around to buiding my unit. I was wondering if these chips were the way to go for voice with a basic stamp.
Joe
Jon Williams wrote Nuts and Volts column #40 a long time ago, which used the SPO256 and a BS1. He revised the program 2 years ago for the BS2 and you'll find it posted here - groups.yahoo.com/group/basicstamps/files/ The program is TALKER.BS2. You'll also find another version of TALKER that uses the 74HC164 to drive the SPO256 to use less I/O pins.
While you're there, check out Chiptalk - free software that converts text to SPO256 allophones and you can listen to the speech on your PC
question on the different chips-
EMIC , SPO256 and SPEAKJET
How is the audio on the 3 of these?
Which is the simplest to use?
Thanks
mechanical as the venerable SP0256 and you can tweak the pronounciation more than the EMIC.
Still the SJ is not TTS although there is a companion PIC chip that does TTS to connect with the
SJ. See the Speechchips.com site as others have mentioned. I like the SJ -- it's fun.
But, the best I've played with recent is from RC Systems -- the VStamp. I've been using the evaluation
board for the 8660 chipset and have been quite impressed. It does do TTS out of the box via RS-232.
It also has memory so you can store sound effects, some music, and whatnot and play them on command.
Not as flexible at the SJ but understandability is a bit better, in my umpteen years playing with Voice
Synth. technology.
Still, the SJ is quite a value for what it does at that price point... but it doesn't do TTS without some
software or hardware support.
And then there's the idea of an amplifier. The RC Systems chip/module has one built in as does the EMIC
module.
Just my humble opinion... FWIW.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rusty-
--
Rusty Haddock = KD4WLZ = rusty@fe2o3.lonestar.org
**Out yonder in the Van Alstyne (TX) Metropolitan Area**
Microsoft is to software what McDonalds is to gourmet cooking
You can get an "analog" output from a STAMP -- by using the PWM command.· Read all about that in PBASIC Help.· If you want to use·it to run a motor or something, then you'll need to amplify it (an op-amp·for more·voltage if necessary and·definitely·an emitter-follower circuit·for increased current/drive capability.)
I'm surprised that nobody remembers the PWM command or picked up on this before now.
Regarding speech quality, the Emic has the most human sounding of the 3. Not sure how the vstamp sounds as I couldn't find any samples on their website. Fe2o3Fish, could you post some if you get the chance?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.speechchips.com
Speech & Video IC's for BasicStamps
Ah... RC Systems' demos are off the Downloads/Demos "menu" on their home page.
Let me know what you think. These demos are from the 8650 chip; I think the
earlier version of the 8660.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rusty-
--
Rusty Haddock = KD4WLZ = rusty@fe2o3.lonestar.org
**Out yonder in the Van Alstyne (TX) Metropolitan Area**
Microsoft is to software what McDonalds is to gourmet cooking
Post Edited (Fe2o3Fish) : 1/5/2006 4:40:08 AM GMT
I really like the RC Systems sound quality PLUS it has the ability to record your own audio prompts. That's a huge bonus. I see that the phonemes are not blended together ala the SP0256 and the SpeakJet but it sounds much more human.
They are a little expensive but I can't see being able to provide that functionality at a lower cost.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.speechchips.com
Speech & Video IC's for BasicStamps
I don't notice that lack of blending you mention but maybe it's something they tweaked with the
slightly newer chipset that I've been using. Dunno. And while it is a bit more expensive, the
capabilities, if you need 'em, really make it stand out. Certainly good if you need some quality
computer speech as well as the ability to play back sound bits or generate pure sine wave tones.
The TTS appears to be a notch above as well -- try getting the EMIC board to say "Fahrenheit".
That's the only example that comes to mind but I know there are others.
The RCSys module/chipset would be my recommendation for a good speech and general sound
effects subsystem. The SpeakJet is still great if I want to spend less money but can still wire up
an amplifier and don't need the multiple voices (I like RCsys's Vader voice myself) and other goodies
from RCsys. If you want easy and fairly straight-forward TTS then there is the EMIC board which
carries with it the excellant support from Parallax. All sorts of choices out there!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rusty-
--
Rusty Haddock = KD4WLZ = rusty@fe2o3.lonestar.org
**Out yonder in the Van Alstyne (TX) Metropolitan Area**
Microsoft is to software what McDonalds is to gourmet cooking