Hi,
Here to find an oldie : http://www.speechchips.com/shop/
Yesss ... the SPO 256 !!! Hatari !!!
just REALLY easy to use ... now, may be difficult to find, but worth it !!!
Alain
Hi,
Here to find an oldie : http://www.speechchips.com/shop/
Yesss ... the SPO 256 !!! Hatari !!!
just REALLY easy to use ... now, may be difficult to find, but worth it !!!
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Yup that's an oldie... how about finding an old Texas Instrumens ti-99/4a speech module
If it's just human words, there's probably some text-to-speech ICs somehow somewhere over the web... sure it must exist. If my memory is good Winbond do some.. but... DUH! Google!
EDIT: nice link Alain..
Last edited by mister_e; - 16th July 2006 at 16:12.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi, Steve
My HP86 with all its peripherals is still alive ...
Ti doesn't speak HP language !!! No Ti home ...
Still useful at home: Unicom 202SR , HP29 ... and the first HP Scientific calculator !!! ( The model 34 ? )
Winbond = $$$$$$ ...
maybe, if not too much words used, an ISD could be used here ...
Cheers, Alain
PS: I found another juke-box "asm include" program ... straight from HTTTP format !!! converter utility comes with.
Last edited by Acetronics2; - 16th July 2006 at 18:16.
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Dear members,
Thanks a lot for your support. In fact I have started with the suggestions of mister_e to use ISD4002 with PIC16F877. In fact, while I am reading about it, I faced a lot of difficulties in the part of programming it and interfacing it with PIC16F877. Therefore, it will be great if you provide me with an illustration about these points and detailed steps for recording and playing saved voice messages.
Best regards,
Bakari
Dear Members,
Can any body show me the connection between PIC16F877 and ISD4002. I connected them and nothing is working. I have decided to start the troubleshooting with the connection. My connection was as follow (both have ICs DIP pachaging):
PIC16F877 ISD4002
Pin 18 Pin 28
Pin 23 Pin3
Pin 24 Pin 2
Pin 1 in ISD4002 is connected to ground because I need it always in slave mode. Pin 7 in PIC16F877 is connected to Vcc since I need it always in master mode.
Looking for any help.
Best regards,
Bakari
To make things simple, you'll need to use SHIFTIN/SHIFTOUT in PBP. so it doesn't really matter the PIC I/O you use.
A while back i used a PIC16F628, Bellow is the hardware assignement i used.
Later to write to the ISD chip, i usedCode:' I/O Definition ' =============== ' TRISA = %00110000 ' PORTA Output on : ' PORTA<3:0> : LCD data ' PORTA<7:6> : LCD RS & E bit ' ' PORTA Input on : ' PORTA.4 : "ALT PLAY" Button ' PORTA.5 : "PLAY" button ' TRISB = %11110001 ' PORTB Output on : ' PORTB.1 : ISD4002 SS pin ' PORTB.2 : ISD4002 SCLK pin ' PORTB.3 : ISD4002 MOSI pin ' ' PORTB Input on : ' PORTB.0 : ISD4002 INT pin ' PORTB.4 : ISD4002 MISO pin ' PORTB.5 : ISD4002 RAC pin ' PORTB.6 : "SETUP" button ' PORTB.7 : "RECORD" button
to read fromCode:ss = 0 shiftout MOSI,SCLK,LSBFIRST,[ISDword\16] ss = 1
HTHCode:ss=0 shiftin miso,sclk,lsbpre,[isdpointer\16] ss=1
Last edited by mister_e; - 22nd July 2006 at 21:53.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Dear mister_e,
Thanks for your support. Could you please send me your code that used for controlling ISD4002. The one that includes the recording and playing back as well as the interrupt routine and the EOM one.
Waiting for your help, please
Best regards,
Bakari
Bookmarks