Arduino Bluetooth RC Car Project

Building an Arduino Bluetooth RC car is the perfect project that will help beginner grasp the whole concept of what it is like working with the Arduino board. And the couple to the latter fact, this project is super fun and will help you feel a lot more confident when you get it right.

I will recommend you check this Arduino project in which we use this same concept and almost the same components to build a 100% autonomous robot.

This project is all about building an RC controlled car which you can use your Android phone to control via Bluetooth using this app.

Building an Arduino Bluetooth RC car

Here is the list of parts we need:

When you have all of the components, use the schematic below to make the wiring.

We don’t have to connect the RX port of the Bluetooth module to the Arduino because we will only transmit data from the Bluetooth module to the Arduino, not the other way around.

The red cables are +5V and the blue cables are GND (Ground) on the schematic. The motors are connected to the screw terminals on the motor driver.

The program

The program uses Serial to get data from the Bluetooth module and then based on the letter that is sent over Bluetooth to the Arduino, it chooses what to do. If there is no letter sent, it stops the motors.

To power it I used an 11.1V battery and as you can see, it is super fast even though it is not fully charged.

The range of Bluetooth communication is around 30 meters but it is good enough for a small car like this one.

To connect to your robot just turn it on, open the app and connect to your car by clicking on the gear, choose to connect to the robot and choose your Bluetooth module (HC05 or HC06 probably). Now you can just enjoy your self made RC Bluetooth car.

That’s all for this tutorial. Hope you’ve enjoyed. Having questions? feel free to ask.

You might also like:

4 thoughts on “Arduino Bluetooth RC Car Project”

  1. Thank you for your amazing tutorial. I am a bit confused about the schematic, where do I connect the batteries?

Leave a Comment

X