0% found this document useful (0 votes)
67 views

IR Car Control Arduino PDF

This document provides instructions for building a remote controlled car using an Arduino, IR receiver and transmitter, and motor driver module. The car can be controlled with a remote that has buttons to go forward, backward, left, and right. An IR receiver module receives the button codes from the remote and an Arduino uses the iRremote library to interpret the codes and send commands to a motor driver module to control the car's motors accordingly. Parts needed include an Arduino Nano, IR modules, buttons, a motor driver, batteries, and chassis components to build the remote controlled car. Diagrams and code are provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views

IR Car Control Arduino PDF

This document provides instructions for building a remote controlled car using an Arduino, IR receiver and transmitter, and motor driver module. The car can be controlled with a remote that has buttons to go forward, backward, left, and right. An IR receiver module receives the button codes from the remote and an Arduino uses the iRremote library to interpret the codes and send commands to a motor driver module to control the car's motors accordingly. Parts needed include an Arduino Nano, IR modules, buttons, a motor driver, batteries, and chassis components to build the remote controlled car. Diagrams and code are provided.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

instructables

IR Car Control Arduino

by ForbiddenBit_com

The car is controlled by a remote control with four buttons: front, back, left and right, when no button is pressed
the “STOP” code is sent. We can insert the iR diode itself or the ready module with the iR diode into the remote
control and receiver. The L298N module, which is powered by six AA / R6 batteries, is responsible for controlling the
engines. To use the iR diode to send codes, we need the iRremote library.

https://youtu.be/x-9ea57-nzM

Step 1: List Components

2x Arduino Nano
iR Receveir and transmitter
4x buttons
PCB Board
Module L298N
6x Batteries
Switch
Wires
Plexi 15cm x 10cm
4x TT Motors and wheels
Wires
Pins Headers

Step 2: Digram

IR Car Control Arduino: Page 1


Step 3: Code and Libraries

Code and Libraries Download

IR Car Control Arduino: Page 2

You might also like