Remote Control Car Using Arduino Board

by Lee1999 in Circuits > Arduino

384 Views, 4 Favorites, 0 Comments

Remote Control Car Using Arduino Board

Remote Control Car Using Arduino for Beginners
20240317_135733.jpg
Remote Control car.JPG

A Beginner's Guide: Controlling an Arduino Car with a Remote

Hello everyone, My name is Lee from Lee Curiosity 

Arduino cars are exciting projects that blend creativity, engineering, and fun. Whether you're a hobbyist or a student exploring the world of electronics, building and controlling an Arduino car can be a rewarding experience. One of the most popular ways to control these vehicles is through a remote control system. In this guide, we'll walk you through the process of setting up and controlling an Arduino car using a remote.

I don't have the chassis so I have to design and print it with my printer. You can download it and print it yourself. 


Downloads

Supplies

You need to prepare some components if you want to make it.

  1. Arduino Board ( Uno recommended ) 
  2. Motor driver module (e.g., L298N)
  3. DC motors ( 4 pcs )
  4. Chassis for the car ( 3D printed )
  5. Wheels ( 4 pcs )
  6. Batteries (for the motors and the Arduino).
  7. Battery holder
  8. Remote control module ( Use a remote on the Arduino kit )
  9. Infrared receiver module
  10. Some Jumper wires
  11. Screwdriver (for assembly)

Soldering the Wire to Motors

Motor soldering.JPG

After preparing all the components that I've listed before. Let's build the car yourself.

The first thing you need to do is solder wires for 2 motors. After soldering it, attach the motors to the motor mounting bracket like this.

Attach 4 Wheels to Motors

Mouting wheels to motor.JPG

Attaching wheels to the motors. Make sure that you've mounted it in the right direction.


Mounting the Motors to the Chassis

Motor mouting.JPG

Let's mount the motors to the chassis using 8 M3 bolts.

Mounting the Battery Holder to the Chassis

Battery holder.JPG

Next, let's mount the battery holder to the chassis.

Mounting the L298N to the Chassis

L298N.JPG

Mounting the L298N to the chassis using 4 M3 bolts, you have to add 4 nuts into the chassis to screw the M3 into the chassis.After attaching the L298N to the chassis. let's connect the motor to OUT 1, OUT 2, OUT 3, OUT 4. You can watch the videos for more details.

Mounting the Arduino Board to the Chassis

Arduino Mouting.JPG

Attach the Arduino Uno R3 to the chassis using 4 m3 nuts.

Mounting the IR Sensor to the Chassis

IR sensor.JPG

Almost finished, let's mount the IR sensor to the chassis 

Connect the Wire Arcording to the Circuit

Remote Control Car.png

You can set up the wires as shown or you can watch the tutorial on my YouTube for more details.

For the code: here

The first code for you to set up your IR Remote

The second code is used to control the motors.

Hope you guys like this and have a happy time when make it.