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

Microcontroller Based Remote Control Car

This document describes a project to control a remote control car using an infrared remote and microcontroller. The car can be moved forward, backward, left, and right from the remote, which sends signals to a microcontroller via an RF transmitter and receiver. The microcontroller then generates hex codes that are sent to a motor driver to control the DC motor and move the car. Key components include an 8051 microcontroller, RF transmitter and receiver, DC motors, voltage regulators, and an H-bridge motor driver. The system was programmed using Keil microvision software. The goal of the project was to remotely control the speed and movement of the car using a microcontroller.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Microcontroller Based Remote Control Car

This document describes a project to control a remote control car using an infrared remote and microcontroller. The car can be moved forward, backward, left, and right from the remote, which sends signals to a microcontroller via an RF transmitter and receiver. The microcontroller then generates hex codes that are sent to a motor driver to control the DC motor and move the car. Key components include an 8051 microcontroller, RF transmitter and receiver, DC motors, voltage regulators, and an H-bridge motor driver. The system was programmed using Keil microvision software. The goal of the project was to remotely control the speed and movement of the car using a microcontroller.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

VIGNAN INSTITUTE OF TECHNOLOGY & SCIENCE

Deshmukhi, Nalgonda Dist 508 284


Department of Electronics and Communication Engineering

MICROCONTROLLER BASED REMOTE CONTROL CAR

Team
Member
names

Y.Mary Kiranmai
V.Ramya
L.Mounika

12891A0477
12891A0476
12891A0483

e-mail ID

[email protected]
[email protected]
[email protected]

[email protected]

Cell No.

7702979183, 9912863945 ,9618450419

9440076901

GUIDE
Mr.N.Dinesh Kumar

ABSTRACT
Objective
The objective of this paper is based on controlling the motion of a car using IR remote

Introduction
This project controls a remote car through RF. The ordinary 433mhz RF modules are used in this
project. AT89C2051 microcontroller is used in this project. It is also an 8051 microcontroller.
You can burn the same hex file into any 8051 microcontroller
to move car front and back, turn left and right. Also the speed of the car can be controlled from
the remote. The PWM technique is used for obtaining the speed control of the motor.

Description
The motivation is to control the speed and movement of car using microcontroller.

The direction of car is controlled manually through a IR remote through which the car can be
moved forward, backward, left, right. Also the speed can be increased or decreased. This signal
is sent to the microcontroller and appropriate hex code is generated. This hex code is sent to the
receiver circuit through RF transmitter and antenna. The hex code is received through antenna
and RF receiver and sent to 8051 microcontroller. This hex code is dumped on DC motor to run
in clockwise(forward) or anti-clockwise direction(backward).

BLOCK DIAGRAM
Transmitter and Receiver
Manual
remote
control

Antenna

8051 micro
controller

RF receiver

RF
transmitter

Micro
controller

Methodology
Hardware:
1: AT89C2051 microcontroller(8051 microcontroller)
2: RF transmitter and receiver
3: Motors 12V 30rpm
4: IC 7805, L293D
5: LED

Software:

Antenna

Dc motor

car

1: keil micro vision

Conclusion
The motion of car is controlled using microcontroller.

You might also like