Guide to build Bluetooth control car and its mobile application.
I2A PROJECT 01 :BLUETOOTH CONTROL CAR
Author: Masood Akhtar Vaheed
Why this blog ??
The answer is simple whenever one try to study from from video tutorial the process of building a IOT device from it becomes easy as you follow steps directly and apply it. But, there's a small issue in that not all tutorial give you concept or guided materials for learning.
My objective to write this blog is to give as much detailed information as possible to make you learn about a particular project and make you apply your own ideas to it.Also the information and link's which,I provide in this blog will directly make you to focus on the concepts and its application.
OBJECTIVES OF THE PROJECT:
- Preparing circuit diagram.
- Coding the Arduino Uno Board.
- Code logic and explanation.
- Creating app using MIT app inventor.
- Working
COMPONENTS :
************************************************************************************
Note: The purchase links below is for your own reference. I do not earn any commission for it. It's not mandatory to purchase from here you can buy it from any other online sites or from a retailer store.
***********************************************************************************
1. Bluetooth Module ( HC-05)

2. L293D Motor driver shield
3. Arduino Uno development board

*********************************************************************************
Note: Make sure you purchase the Arduino Board having ATM328P IC visible on it as shown in the figure.
**********************************************************************************
4. Jumper Wires
5. 9V Battery with Connector

6. Robokit Chassis Setup:

In spite of purchasing each and every product it will be better to purchase this following kit as this kit is more cheaper.
Pre-requisites to know before coding:
One should be familiar with
- Working of Arduino Board
- Knowledge of all the pins in Arduino Board (i.e, digital,analog,ground,power pins etc)
- Basics of Arduino coding
i.e. Basic functions , loops (if-else,while etc.),header files. - Idea on AFMotor library
CIRCUIT DIAGRAM :
Step:01 Connect the Bluetooth module as shown in the circuit diagram.
Step:02 With the wires pinned to Arduino board place the motor shield on the Arduino board as shown in the circuit diagram.

Step:03 Connect motor 1 and 2 with motor shield using the wires as shown in the circuit diagram.
Step:04 Connect 9v battery or Li-ion battery pack with motor shield using the wires as shown in the circuit diagram.