RF Controlled Robotic
Vehicle with Laser Beam
Arrangement
http://www.edgefxkits.com/
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
Introduction
 The project is designed to control a robotic vehicle by using a RF
technology for remote operation. A low power laser light is interfaced for
demonstrating the possibilities of destroying a distant object by its beam.
An 8051 series of microcontroller is used for the desired operation. At the
transmitting end using push buttons, commands are sent to the receiver
to control the movement of the robot either to move forward, backward
and left or right etc. At the receiving end two motors are interfaced to the
microcontroller where they are used for the movement of the vehicle.
http://www.edgefxkits.com/
Block Diagram
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Hardware Requirements
 8051 series Microcontroller
 Push Buttons
 RF module
 Encoder
 Decoder
 Motor driver IC
 DC motors
 Resistors
 Capacitors
 Diodes
 Batteries
 Laser Pointer
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Software Requirements
 Keil compiler
 Languages: Embedded C or Assembly
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Microcontroller 8051
 Microcontroller 8051 is designed in 1980’s by Intel.
 It is a computer on chip type.
 It is 40 pin dip type ic.
 It is designed for performing special type operation to do specific jobs.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Microcontroller 8051
 It has four sets of i/o pins which can be used both input and output
operations.
 It contains four ports.
 Each port contains 8 pins.
 The pin configuration is shown below
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Pin diagram of 8051
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Pin diagram of 8051
 Pins 1-8:it is said to be port 1 and it is used for input/output
operations.
 Pin 9 is a reset pin.
 Pins 10-17: it is port 3 is also used for input/output operations but
specially it has alternate operations
 Pin 10(RXD): - Serial asynchronous communication input or Serial
synchronous communication output.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Pin diagram of 8051
 Pin 11(TXD): Serial asynchronous communication output or Serial
synchronous communication clock output.
 Pin 12(INT 0):Interrupt 0 input.
 Pin 13(INT 1);Interrupt 1 input.
 Pin 14(T0):Counter 0 clock input.
 Pin 15(T1):Counter 1 clock input.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Pin diagram of 8051
 Pin 16(WR): Write to external (additional) RAM.
 Pin 17(RD):Read from external RAM.
 Pin 18 to 19(X1,X2):Internal oscillator.
 Pin 20(GND):Ground
 Pin 21-28(port 2): I/P or O/P port when no external memory is used.
In case external memory is used, the higher address byte.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Pin diagram of 8051
 Pin 29 (PSEN): Program Store Enable.
 If external ROM is used for storing program then a logic zero (0)
appears on it every time the microcontroller reads a byte from
memory
 Pin 30 (ALE): Address Latch Enable
 Pin 31 (EA): Enable Access.
 To use program from an ext. memory(Logic zero), to use program
from both int. as well as ext. memory (logic 1).
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Pin diagram of 8051
 Pin 32-39 (port 0): -I/P or O/P when ALE is low and lower order
address byte when ALE is high.
 Pin 40(Vcc): +5v power supply.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
RF Transmitter and
Receiver RF modules are normally divided into three groups, RF
transmitter module
 RF receiver module and RF transceiver module
 433MHz ASK transmitter and receiver is used for the remote
control.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
RF Transmitter Module
Working
 An RF transmitter module is connected to the transmitter unit with the
help of an encoder device.
 The push buttons of the transmitter are connected to the
microcontroller as input switches.
 The commands are transferred to a receiver that controls the
movement of the robot either in forward, backward, left or right
directions corresponding to the buttons that are pressed on the
transmitter end.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
RF Transmitter Module
Working An RF receiver is connected to the receiver end with the help of a
decoder device.
 The two motors are interfaced to the microcontroller through a motor
driver IC wherein they are used to move or change the directions of the
moving robotic vehicle.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Features of
RF  Range in open space(Standard Conditions) : 100 Meters
 RX Receiver Frequency : 433 MHz
 RX Typical Sensitivity : 105 Dbm
 RX Supply Current : 3.5 mA
 RX IF Frequency : 1MHz
 Low Power Consumption
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Features of
RF
 Easy For Application
 RX Operating Voltage : 5V
 TX Frequency Range : 433.92 MHz
 TX Supply Voltage : 3V ~ 6V
 TX Out Put Power : 4 ~ 12 Dbm
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Robotic Vehicle Working
 The robot is controlled by an RF remote wherein the commands are sent by
the transmitter
 Based on these commands, the receiver controls the directions of the robot.
 A laser beam is mounted on the robot's body whose operation is carried out
by the microcontroller output through an appropriate signal from the
transmitting end.
 The low power laser light used in this project is employed just for
demonstration purpose only because high power ones are dangerous to use.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
HT 12
ENCODER
 Operating voltage is 2.4V~12V for the HT12E.
 Low power and high noise immunity CMOS technology
 Low standby current: 0.1_A (typ.) at VDD=5V
 HT12A with a 38kHz carrier for infrared transmission medium
 Minimum transmission words are Four words for the HT12E
 Built-in oscillator needs only 5% resistor
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
HT 12
ENCODER
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
 Data code has positive polarity
 Minimal external components
 HT12A/E: 18-pin DIP/20-pin SOP package
http://www.edgefxkits.com/
HT12
DECODER
 Operating voltage: 2.4V~12V.
 Low power and high noise immunity CMOS technology.
 Low standby current.
 Capable of decoding 12 bits of information.
 Binary address setting.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
HT12
DECODER
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
 Address/Data number combination for HT12D: 8 address bits and 4
data bits.
 Valid transmission indicator
 Minimal external components
 18-pin DIP, 20-pin SOP package
http://www.edgefxkits.com/
MOTOR DRIVER
(L293D)
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
 Wide supply-voltage range: 4.5V to 36V
 Separate input- logic supply
 Internal ESD protection
 Thermal shutdown
 High-Noise-Immunity input
http://www.edgefxkits.com/
MOTOR DRIVER
(L293D)
 Functional Replacements for SGS L293 and SGS L293D
 Output current 1A per channel (600 mA for L293D)
 Peak output current 2 A per channel (1.2 A for L293D)
 Output clamp diodes for Inductive Transient suppression(L293D)
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
L293D Description
 L293D is a dual H-bridge motor driver integrated circuit (IC).
 In its common mode of operation, two DC motors can be driven
simultaneously, both in forward and reverse direction.
 The motor operations of two motors can be controlled by input logic at
pins 2 & 7 and 10 & 15.
 Input logic 00 or 11 will stop the corresponding motor. Logic 01 and 10
will rotate it in clockwise and anticlockwise directions, respectively.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
L293D Description
 Enable pins 1 and 9 (corresponding to the two motors) must be
high for motors to start operating.
 When an enable input is high, the associated driver gets enabled
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
DC- MOTOR
 A DC motor is an electric motor that runs on direct current (DC)
electricity.
 In any electric motor, operation is based on simple
electromagnetism.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
DC- MOTOR
 A simple 2-pole DC electric motor (here red represents a magnet
or winding with a "North" polarization, while green represents a
magnet or winding with a "South" polarization).
 Every DC motor has six basic parts -- axle, rotor (a.k.a., armature),
stator, commutator, field magnet(s), and brushes.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
BC547 (NPN –
Transistor) The BC547 transistor is an NPN Epitaxial Silicon Transistor.
 It is used in general-purpose switching and amplification BC847/BC547
series 45 V, 100 mA NPN general-purpose transistors.
 The ratio of two currents (Ic/Ib) is called the DC Current Gain of the
device and is given the symbol of hfe or nowadays Beta, (β).
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
BC547 (NPN –
Transistor)
 The current gain from the emitter to the collector terminal, Ic/Ie, is
called Alpha, (α), and is a function of the transistor itself
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Working Principle
 A low power laser light is interfaced for demonstrating the possibilities
of destroying a distant object by its beam.
 An 8051 series of microcontroller is used for the desired operation.
 At the transmitting end using push buttons, commands are sent to the
receiver to control the movement of the robot either to move forward,
backward and left or right etc.
 At the receiving end two motors are interfaced to the microcontroller
where they are used for the movement of the vehicle.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Working Principle
 The RF transmitter acts as a RF remote control that has the advantage
of adequate range (up to 200 meters) with proper antenna.
 While the receiver decodes before feeding it to another
microcontroller to drive DC motors via motor driver IC for necessary
work.
 A laser pen is mounted on the robot body and its operation is carried
out from the microcontroller output through appropriate signal from
the transmitting end.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Working Principle
 The laser light used is just for demonstration purpose and not a
powerful one.
 Further the project can be enhanced using DTMF technology.
 Using this technology we can control the robotic vehicle by using cell
phone.
 This technology has an advantage over long communication range as
compared to RF technology.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
Conclusion
 RF Controlled Robotic Vehicle with Laser Beam Arrangement , This project is
designed to control a robotic vehicle by using a RF technology for remote operation.
A low power laser light is interfaced for demonstrating the possibilities of
destroying a distant object by its beam. An 8051 series of microcontroller is used for
the desired operation.
RF Controlled Robotic Vehicle with
Laser Beam Arrangement
http://www.edgefxkits.com/
RF Controlled Robotic Vehicle with
Laser Beam Arrangement

More Related Content

PPTX
The Design of Everyday Things
PPTX
Jarvisproject
PPTX
Space mouse
PPTX
HCI : Virtual reality (AUGMENTED & MIXED REALITY)
PPTX
Augmented reality (Access virtual world)
PDF
Collaborative Brainstorming for Better UX Workshop
PDF
Virtual Reality(VR)
PPTX
Touchless technology Seminar Presentation
The Design of Everyday Things
Jarvisproject
Space mouse
HCI : Virtual reality (AUGMENTED & MIXED REALITY)
Augmented reality (Access virtual world)
Collaborative Brainstorming for Better UX Workshop
Virtual Reality(VR)
Touchless technology Seminar Presentation

What's hot (15)

PPTX
Mobile Robots
PPTX
Hand Gesture Recognition system for deaf and dump people
PDF
UX/UI Introduction
PPTX
UI UX introduction
PPTX
Cobots ppt
PPTX
Wi-Vi Technology
PPTX
Domestic robot
PDF
Augmented Reality presentation
DOCX
Abstract Robotics
PDF
Manual canon eos-5d-mark-ii-pt1
PPTX
CSC103 Vector vs Raster Graphics
PPTX
Iot and self driving cars
PPTX
(USFP) Ultrasonic Fingerprint Scanner
PDF
UI & UX Design for Startups
Mobile Robots
Hand Gesture Recognition system for deaf and dump people
UX/UI Introduction
UI UX introduction
Cobots ppt
Wi-Vi Technology
Domestic robot
Augmented Reality presentation
Abstract Robotics
Manual canon eos-5d-mark-ii-pt1
CSC103 Vector vs Raster Graphics
Iot and self driving cars
(USFP) Ultrasonic Fingerprint Scanner
UI & UX Design for Startups
Ad

Viewers also liked (20)

PPTX
WIRELESS ROBOT PPT
PPTX
Omni Directional Robot
PPTX
Wireless power transfer by high frequency resonating coils
DOC
WIRELESS ROBOT
PDF
20130719 Robot Car controlled by Android Phone
PPTX
Sensor based motion control of mobile car robot
PPTX
Smooth start of a single phase induction motor
PPTX
Microcontroller based Electronic Eye Controlled security System
DOCX
Arduino bluetooth controlled robot
PDF
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
PPTX
Prepaid energy meter with gsm interface
PPTX
RF Based Home Automation System
PPTX
Real Time Vehicle Monitoring Using Raspberry Pi
DOCX
Bluetooth Controlled Robot
PPTX
Wireless power transfer by high frequency resonating coils
PPTX
Bluetooth Controlled Robot/Car
PPTX
Ppt rf based home automation system 1
PPTX
How to Choose the Right Microcontrollers For Your Embedded Projects
PPTX
Wireless robot ppt
PPTX
What are the different types of arduino boards
WIRELESS ROBOT PPT
Omni Directional Robot
Wireless power transfer by high frequency resonating coils
WIRELESS ROBOT
20130719 Robot Car controlled by Android Phone
Sensor based motion control of mobile car robot
Smooth start of a single phase induction motor
Microcontroller based Electronic Eye Controlled security System
Arduino bluetooth controlled robot
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
Prepaid energy meter with gsm interface
RF Based Home Automation System
Real Time Vehicle Monitoring Using Raspberry Pi
Bluetooth Controlled Robot
Wireless power transfer by high frequency resonating coils
Bluetooth Controlled Robot/Car
Ppt rf based home automation system 1
How to Choose the Right Microcontrollers For Your Embedded Projects
Wireless robot ppt
What are the different types of arduino boards
Ad

Similar to RF Controlled Robotic Vehicle With Laser Beam Arrangement (20)

PPTX
Metal Detector Robotic Vehicle
PDF
Rf controlled pick up and drop robot
PPTX
Controlling Robotic Vehicle With IR Remote
PPTX
Obstacle Avoidance Robotic Vehicle
DOCX
Bluetooth controlled robot
PDF
Design and implementation of autonomous maneuvering robotic vehicle using glo...
PDF
elementz_0154963001470123686RFRobotwoArduinoppt.pdf
PPTX
Tunnel robot ppt
DOCX
Pc controlled robot
PPTX
Fire Fighter Robot with Night Vision Camera (1).pptx
PPTX
Design and Implementation of a Robotic Vehicle With Real-Time Video Feedback ...
PPTX
BATCH 4 ppt presentation.pptx industrial
DOC
PDF
IRJET- Explosive Ordinanace Disposal Robot
PPTX
Hand Gesture Controlled Wireless Robot
PDF
Navigation of Robot Vehicle using RF with Landmine Detection
PDF
Wifi controlled rover prototype
PPTX
final yr project
PPTX
Robotic car ppt (1)1.pptx project presentation
Metal Detector Robotic Vehicle
Rf controlled pick up and drop robot
Controlling Robotic Vehicle With IR Remote
Obstacle Avoidance Robotic Vehicle
Bluetooth controlled robot
Design and implementation of autonomous maneuvering robotic vehicle using glo...
elementz_0154963001470123686RFRobotwoArduinoppt.pdf
Tunnel robot ppt
Pc controlled robot
Fire Fighter Robot with Night Vision Camera (1).pptx
Design and Implementation of a Robotic Vehicle With Real-Time Video Feedback ...
BATCH 4 ppt presentation.pptx industrial
IRJET- Explosive Ordinanace Disposal Robot
Hand Gesture Controlled Wireless Robot
Navigation of Robot Vehicle using RF with Landmine Detection
Wifi controlled rover prototype
final yr project
Robotic car ppt (1)1.pptx project presentation

More from Edgefxkits & Solutions (20)

PPTX
Mains operated under voltage over voltage trip switch
PPTX
Scada for remote industrial plant
PPTX
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
PPTX
Predefined speed control of bldc motor
PPTX
How to select the diy electrical projects kit by engineering students
PPTX
How to build a robot with an arduino and 8051 microcontroller
PPTX
Opto-Electronic Oscillator Circuit Working and Applications
PPTX
Importance of Doing Mini Projects By Engineering Students
PPTX
Common mode rejection ratio (cmrr) and the operational amplifier
PPTX
Vehicle tracking by gps gsm
PPTX
Tutorial on avr atmega8 microcontroller, architecture and its applications
PPTX
Photodiode working principle characteristics and applications
PPTX
Cro cathode ray oscilloscope working and applications
PPTX
Rfid security access control system
PPTX
Density based traffic signal system
PPTX
Electronic Speed Control (ESC) Circuits, Working And Applications
PPTX
Difference between soc and single board computer ppt1
PPTX
Pc mouse operated electrical load control using vb application
PPTX
Facts (flexible ac transmission) by tsr
PPTX
Home automation under wi fi through android apps from any smart phone
Mains operated under voltage over voltage trip switch
Scada for remote industrial plant
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
Predefined speed control of bldc motor
How to select the diy electrical projects kit by engineering students
How to build a robot with an arduino and 8051 microcontroller
Opto-Electronic Oscillator Circuit Working and Applications
Importance of Doing Mini Projects By Engineering Students
Common mode rejection ratio (cmrr) and the operational amplifier
Vehicle tracking by gps gsm
Tutorial on avr atmega8 microcontroller, architecture and its applications
Photodiode working principle characteristics and applications
Cro cathode ray oscilloscope working and applications
Rfid security access control system
Density based traffic signal system
Electronic Speed Control (ESC) Circuits, Working And Applications
Difference between soc and single board computer ppt1
Pc mouse operated electrical load control using vb application
Facts (flexible ac transmission) by tsr
Home automation under wi fi through android apps from any smart phone

Recently uploaded (20)

PDF
Mechanics of materials week 2 rajeshwari
PPT
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
PDF
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf
PPTX
Micro1New.ppt.pptx the mai themes of micfrobiology
PDF
20250617 - IR - Global Guide for HR - 51 pages.pdf
PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PDF
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
PPTX
Unit_1_introduction to surveying for diploma.pptx
PDF
MLpara ingenieira CIVIL, meca Y AMBIENTAL
PPTX
Principal presentation for NAAC (1).pptx
PDF
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
PPTX
mechattonicsand iotwith sensor and actuator
PDF
electrical machines course file-anna university
PPTX
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
PDF
August -2025_Top10 Read_Articles_ijait.pdf
PPTX
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
PPTX
MAD Unit - 3 User Interface and Data Management (Diploma IT)
PPTX
Environmental studies, Moudle 3-Environmental Pollution.pptx
PPTX
Amdahl’s law is explained in the above power point presentations
PPTX
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT
Mechanics of materials week 2 rajeshwari
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf
Micro1New.ppt.pptx the mai themes of micfrobiology
20250617 - IR - Global Guide for HR - 51 pages.pdf
August 2025 - Top 10 Read Articles in Network Security & Its Applications
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
Unit_1_introduction to surveying for diploma.pptx
MLpara ingenieira CIVIL, meca Y AMBIENTAL
Principal presentation for NAAC (1).pptx
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
mechattonicsand iotwith sensor and actuator
electrical machines course file-anna university
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
August -2025_Top10 Read_Articles_ijait.pdf
Chapter 2 -Technology and Enginerring Materials + Composites.pptx
MAD Unit - 3 User Interface and Data Management (Diploma IT)
Environmental studies, Moudle 3-Environmental Pollution.pptx
Amdahl’s law is explained in the above power point presentations
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT

RF Controlled Robotic Vehicle With Laser Beam Arrangement