Hi all,
i'm an electronics student and i'm not an expert at using Arduino, but i wanted to do a simple circuit that should recognize simple vocal commands.
I looked a bit around but everything i found was involving external shields etc, while i wanted to use only the Arduino Uno i have.
I understood that using the Arduino itself for recognizing a voice is nearly impossible, so i thought about using Google Voice on a PC, getting somehow the text and with a program send via serial port the string to Arduino.
The question is...is it possible? Has anyone ever tried something like that? I really don't know how to start, how can i get the string from Google? Should i use a program or should i write one myself (I have medium knowledge of C / C++) ?
Thanks for your time, and sorry for eventual grammar errors.