Introduction: Arduino Bluetooth Car

Hello, This is my first instrcutable on how to make a bluetooth controlled arduino car. I have been studying electronics since 9th grade and now i have finally decided to pass my knowledge to others. In order to promote DIY culture among young enthusiasts I have taken this step.

A bluetooth controlled arduino car is a perfect start for beginners to learn robotics. It helps you learn basic arduino programming, controlling motors, and controlling stuff using inputs. This is also the first step towards wireless communication. You also learn how to power everything up because trust me efficient power supply is essential.

Let us begin.

Step 1: Getting the Material

what you need is:

  1. Arduino Uno
  2. Geared motors
  3. Bluetooth (HC-05)
  4. Motor driver (I made mine using L293d, but you can use L298 motor driver module)
  5. Acrylic
  6. 2x 4 volt batteries
  7. Some zipper ties and double sided tape
  8. A glue gun
  9. 100nf ceramic capacitors

Step 2: Making the Chassis

  1. Cut a 6x4 inch rectangular piece from the acrylic.
  2. Solder the ceramic capacitors on each motor's terminal, along with the wires
  3. Glue the 4 motors to the acrylic rectangle.
  4. Drill holes where appropriate for the wires to pass through.
  5. Connect the 4 volt batteries in series to produce 8 volts.
  6. Glue the battery as shown.

Step 3: The Circuitry

  1. Make connections using jumper cables as shown.
  2. Connect the motors in a parallel manner on each side of the chassis so that they move in same direction when voltage is applied.
  3. Connect the motors with the output pins on the motor driver module.
  4. Make a power supply using 7085 voltage regular and connect to battery as shown.

Step 4: Programming the Arduino

Here is the code.

(Note: You will need to change motor pin connections in case your car moves in opposite directions or does not move at all).

Step 5: Controlling It

Install the following application on your android phone.

App link

Pair with bluetooth. open the app on android phone and enjoy.

I am open to all kinds of feedback. Please feel free to comment or ask for any help if your robot is not working.