Emic interface
LarsLeif
Posts: 4
I just got the emic text to speech module but i'm having a hard time finding good documentation for they code as far as the interface and actual workings of it. I've tried just playing around with the code myself and i havn't had much luck.
Anybody know if theres a good resource for it out there? or maybe somebody could post the bare bones for me!
Thanks any help would be great!
Anybody know if theres a good resource for it out there? or maybe somebody could post the bare bones for me!
Thanks any help would be great!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Thanks,
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
www.parallax.com/detail.asp?product_id=30006
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Roger Pierson
Senior Electronics Technicain
DTI Assoicates
For instance you can't simply write:
The contents of your user input variable would be 73, the ASCII code for "I"
In the EMIC demo program, the user types a single character. The program then uses a lookup table to translate that character into a unique number that can be used in another lookup table to find the starting point of the appropriate phrase in eeprom. The text is then transfered byte-by-byte from eeprom to the Emic.
Regardless of what you are trying to do, if your program relys on user input, it will have to work in a similar fashion. If you try to avoid using the eeprom you will quickly run out of variable space by using large byte arrays.
Hope this helps,
Roger
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Roger Pierson
Senior Electronics Technicain
DTI Assoicates
Post Edited (Roger Pierson) : 11/13/2006 11:17:51 PM GMT
·
·· This is actually being brought up in another thread as well…There is no reason you can’t place the individual bytes into an array and read them out serially from the array.· To the EMIC there is no difference in whether or not it is a string or an array of bytes.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support