Remote Control Car Using Arduino Board

This is a project about using a Remote to control 4 motors moving forward, backward, turn left, turn right.
7
75
0
576
updated April 29, 2024

Description

PDF

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. 

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)

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.

Attaching wheels to the motors

Lets mount the motors to the chassis.

It looks pretty good, right? The next thing is mounting the battery holder to the chassis using 2 M3 nuts.

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. The next thing is mounting the Arduino Board to the chassis.

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

Here is the circuit diagram 

You can watch the video for more details or you can follow the circuit.

After connecting to the Arduino board like the image above, let's set up the code .

The code here.

 

 

Tags



Model origin

The author marked this model as their own original creation.

License