Friday, 26 February 2016

Arduino Controller Android App with Voice Command Support

 

  Arduino Controller an android application that can connect with blue-tooth module of Arduino and pass data to Arduino. The UI includes 6 buttons to pass various inputs to the Arduino and one voice command interface with the following six voice commands.

 

 

VALID VOICE COMMANDS

TURN LEFT


TURN RIGHT


MOVE FORWARD


MOVE BACKWARD


ROTATE RIGHT


ROTATE LEFT

Table:


Button DataToArduino
UP 'U'
DOWN 'D'
LEFT 'L'
RIGHT 'R'
RotateRight 'i'
RotateLeft 'e'



SCREENSHOT