Emic2 & EasyVR
prodigyrick
Posts: 23
Has anyone figured out how to get these two to work together without locking up easyvr in the process?
I used one of the examples for easyvr, added a led to control on or off by voice, and added code for emic2 to repeat the valid words. After emic2 finishes speech, easyvr seems to be stale. Not sure whats doing this and I don't know enough about serialization to fixit. I tried playing around with what I learned off google in serialization but I had 0 success.
Ideas?
I used one of the examples for easyvr, added a led to control on or off by voice, and added code for emic2 to repeat the valid words. After emic2 finishes speech, easyvr seems to be stale. Not sure whats doing this and I don't know enough about serialization to fixit. I tried playing around with what I learned off google in serialization but I had 0 success.
Ideas?
Comments
Which microcontroller are you using?
I haven't used these devices with an Arduino but I'm pretty sure in order to use both the Emic2 and the EasyVR, you need to use a software serial driver (UART) with one of them. You can use the the hardware UART with one device and a software UART with the other. I'm not sure if you'll have the option of using a third UART to send debug statements to a terminal window but I doubt this is an easy option to include.
I'm heard of hardware serial multiplexers but I haven't used these myself.