Fritzing android

broken image
broken image

I have created a button app to speech and recognize the words, the first coincidence of information “words string type” is sent to the IOT “CC3000 or other” which is interfaced with the Arduino Micro. As needed, it’s aimed at Arduino projects where you need to control a device with an Android phone through WiFi and Speech Recognition The Android (v4.4+) app you need is IOT Continuous Speech Recognition, by the same maker, is the crucial element in the chain. There’s not alot of detail about the Android connection or voice processing side of the equation – it simply says “All objects are in the same network for simplicity” – but it seems to take standard Android/Google speech input to connect to the CC3000. The mobile device sends information “lowercase text string type” to the IOT CC3000 which is interfaced with the Arduino Micro, the Servo Motor and led lamp, this information is obtained from the mobile application when the user speaks with the microphone that the application recognizes the word and sends the text match or matches “you can select that on the app”, to the Arduino Micro via a UDP or TCP client “you can set on the app” that runs on the mobile application and with the help of the CC3000, so the micro Arduino can either power the servo motor or turn off the led lamp.

broken image