How to Make a Voice Control, Direction Control, Remote Control, Android and Arduino Robot, (3 in One)

by Magesh Jayakumar in Circuits > Arduino

59966 Views, 61 Favorites, 0 Comments

How to Make a Voice Control, Direction Control, Remote Control, Android and Arduino Robot, (3 in One)

DSC00003.jpg

This is a simplified version of any other voice control robot, No complex coding easy to understand coding with easy algorithm.

The app is developed in such a way that it convert the voice command to text and transfer the text to the connected Bluetooth device.

The bluetooth connected on the Arduino board receives text from the Android app as characters and stored them as string to the assigned String.

There are words pre-programmed (forward, reverse, right , left and stop) to the arduino , whenever the received text matches with the pre-programmed words ,the arduino executes the command that assigned to the words.

Arduino can connect to Laptop to monitor serial communication and check the working process and the words received by the Bluetooth.

Required Components:
Arduino Uno

Bluetooth Module

L293D Motor Driver

2x Gear Motor

2x Wheel

1x Chasis

A breadboard Connecting wires

Circuit Diagram and Arduino Program

bluetoothcontrol_bb.jpg

Connect the components according to the circuit diagram

Program the arduino with the uploaded bluetooth program

IF you have any doubts regarding the assembly of the robot please do reply I will add a video about how to assemble the components and make the mechanical structure.

Downloads

Tutorial and Working Video

How to Make a Voice Control Robot using android and arduino (Make robot in less than 15 minutes)
Direction Control of bluetooth bot from Arduino
How to Make a bluetooth control robot using arduino and android (Make robot less than 15 minutes)

Android Apps

Screenshot_2014-11-06-15-27-08.png
Screenshot_2014-11-06-15-29-03.png
Screenshot_2014-11-06-15-28-03.png

Voice control app:

https://www.dropbox.com/s/m6p9wzmw5cd664y/voicebot...

Direction control app:

https://www.dropbox.com/s/gmu84wp14pmrheo/Directio...

Bluetooth Remote control app:

https://www.dropbox.com/s/nkmef2sgrb1zq7o/BT_CAR.a...

Download the Android apps from the link given above, These apps are developed using MIT App inventor