Remote Control Car Using Arduino Board
by Lee1999 in Circuits > Arduino
562 Views, 6 Favorites, 0 Comments
Remote Control Car Using Arduino Board
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.
- Arduino Board ( Uno recommended )
- Motor driver module (e.g., L298N)
- DC motors ( 4 pcs )
- Chassis for the car ( 3D printed )
- Wheels ( 4 pcs )
- Batteries (for the motors and the Arduino).
- Battery holder
- Remote control module ( Use a remote on the Arduino kit )
- Infrared receiver module
- Some Jumper wires
- Screwdriver (for assembly)
Soldering the Wire to Motors
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
Attaching wheels to the motors. Make sure that you've mounted it in the right direction.
Mounting the Motors to the Chassis
Let's mount the motors to the chassis using 8 M3 bolts.
Mounting the Battery Holder to the Chassis
Next, let's mount the battery holder to the chassis.
Mounting the L298N to the Chassis
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
Attach the Arduino Uno R3 to the chassis using 4 m3 nuts.
Mounting the IR Sensor to the Chassis
Almost finished, let's mount the IR sensor to the chassis
Connect the Wire Arcording to the Circuit
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.