Wireless Bluetooth Bot Using Arduino and Bluetooth

by alphaelectronz in Circuits > Arduino

2695 Views, 2 Favorites, 0 Comments

Wireless Bluetooth Bot Using Arduino and Bluetooth

IMG_20191117_133324.jpg

In this tutorial we are going to learn how to make a wireless Bluetooth Bot using Arduino and Bluetooth module hc-05, and control it using our smartphone.

HC-05 Bluetooth Module

61hsbycxel5242396313891522383..jpg

The HC-05 Bluetooth Module is responsible for enabling Bluetooth Communication between Arduino and Android Phone.

For more information on HC-05 Bluetooth Module, refer to HC-05 Bluetooth Module.

L298N Motor Driver

41zyd7gggcl1759667149103933894.jpg

The L298N Motor Driver Module is responsible for providing the necessary drive current to the motors of the robotic car.

Circuit Diagram

IMG_20191117_133324.jpg

The following is the circuit diagram of Bluetooth Controlled Robot using Arduino, L298N and HC-05.

Component required :

Android Application

PicsArt_11-17-02.45.00.jpg
Screenshot_2019-11-17-14-40-08-192_braulio.calle_.bluetoothRCcontroller.png
PicsArt_11-17-02.46.08.jpg
Screenshot_2019-11-17-14-40-17-134_braulio.calle_.bluetoothRCcontroller.png

App for voice command control – Download
App for Button and Gesture Control – Download

Voice command app

You can set the voice command and what data to send at that voice command.

I’ve configured 5 voice commands,

Forward & Data = 1

Backward & Data = 2

Right & Data = 3

Left & Data = 4

Stop & Data = 5

Gesture and Button Control App
In this the data sent is fixed by the developer of the app.

Forward – FF

Backward – BB

Right – RR

Left – LL

Stop – SS

Output Video

Voice and Accelerometer Controlled Bluetooth Bot | Alpha Electronz

Get the full code here