How To Make Mobile Controlled Robot Using Bluetooth
How To Make Mobile Controlled Robot Using Bluetooth
Controlled Robot
using Bluetooth
INTODUCTION
In this project, we are going to learn How to make a
Mobile controlled Robot using the Arduino
microcontroller. We will be controlling robots using a
mobile app using Bluetooth. If you are a beginner,
then building a robot is probably one of the important
projects to do after learning about the basics of
robotics.
HARDWARE USED
Arduino
Arduino is an open-source prototyping platform used
for building electronics projects. It consists of both a
physical programmable circuit board and a software,
or IDE (Integrated Development Environment) that
runs on your computer, where you can write and
upload the computer code to the physical board.
DC Motor
A DC motor with a gear box attached to the shaft, which is
mechanically commutated electric motor powered from
direct current (DC).
Bluetooth module hc-05
• Coming to the design of the circuit, the first is the HC-05 Bluetooth Module. The +5V and
GND pins of the Bluetooth Module are connected to +5V and GND of Arduino.
• Since I will be only transmitting data related to the Robot’s movement from Android
Phone to Bluetooth Module and do not intend to receive any data from Arduino, I will
connect only the TX pin of the Bluetooth Module to RX Pin of Arduino. You can also
connect tx of the Bluetooth module to RX of the Arduino or left it open.
• The L293D Motor Driver Module. Digital I/O Pins 9 through 12 of Arduino are
configured as Input pins of the Motor Driver and are connected to IN1 through IN4 of
the L298N Motor Driver Module. Both the Enable Pins are connected to 5V through
the provided jumper.
• The robot chassis which I am using in this Bluetooth Controlled Robot Car project is
supplied with 4 geared motors. Since L293D has slots for only two motors, I have
joined the left side motors as one set and the right side motors as other set and
connected both these sets to the output of the L293D Module.