SlideShare une entreprise Scribd logo
1  sur  36
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

Contenu connexe

Tendances

Automatic railway level crossing gate & slurry management.
Automatic railway level crossing gate & slurry management.Automatic railway level crossing gate & slurry management.
Automatic railway level crossing gate & slurry management.Evans Belly
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARHarshit Jain
 
Hand Gesture Controlled Wireless Robot
Hand Gesture Controlled Wireless RobotHand Gesture Controlled Wireless Robot
Hand Gesture Controlled Wireless Robotsiddhartha muduli
 
Hand gesture controlled wheel chair
Hand gesture controlled wheel chairHand gesture controlled wheel chair
Hand gesture controlled wheel chairRanju Varughese
 
automatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensorsautomatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensors8688830413
 
Railway gate controlling using ir & laser
Railway gate controlling using ir & laserRailway gate controlling using ir & laser
Railway gate controlling using ir & laserTushara Chand
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Carsubrat manna
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control systemdeepraj2085
 
Automatic railway gate control using microcontroller
Automatic railway gate control using microcontrollerAutomatic railway gate control using microcontroller
Automatic railway gate control using microcontrollerpukeshwar harmukh
 
WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETER
WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETERWIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETER
WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETERLOKENDAR KUMAR
 
Cell phone operated car using bluetooth technology and android application
Cell phone operated car using bluetooth technology and android applicationCell phone operated car using bluetooth technology and android application
Cell phone operated car using bluetooth technology and android applicationeSAT Journals
 
Vechicle accident prevention using eye bilnk sensor ppt
Vechicle accident prevention using eye bilnk sensor pptVechicle accident prevention using eye bilnk sensor ppt
Vechicle accident prevention using eye bilnk sensor pptsatish 486
 
Presentation on gesture control robot
Presentation on gesture control robotPresentation on gesture control robot
Presentation on gesture control robotprashant sharma
 
automatic railway gate controll using ir sensor
automatic railway gate controll using ir sensorautomatic railway gate controll using ir sensor
automatic railway gate controll using ir sensorAnurag Reddy
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTSatyam Kumar
 
Hardware required to build a basic Robot
Hardware required to build a basic RobotHardware required to build a basic Robot
Hardware required to build a basic RobotVarun A M
 
Railway level crossing gate operation remotely by android
Railway level crossing gate operation remotely by androidRailway level crossing gate operation remotely by android
Railway level crossing gate operation remotely by androidEdgefxkits & Solutions
 
Mems based hand gesture controlled robot
Mems based hand gesture controlled robotMems based hand gesture controlled robot
Mems based hand gesture controlled robotSriteja Rst
 
Speed checker for highway
Speed checker for highwaySpeed checker for highway
Speed checker for highwaySumit Sharma
 

Tendances (20)

Automatic railway level crossing gate & slurry management.
Automatic railway level crossing gate & slurry management.Automatic railway level crossing gate & slurry management.
Automatic railway level crossing gate & slurry management.
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CAR
 
Hand Gesture Controlled Wireless Robot
Hand Gesture Controlled Wireless RobotHand Gesture Controlled Wireless Robot
Hand Gesture Controlled Wireless Robot
 
Unmanned Ground Vehicle
Unmanned Ground VehicleUnmanned Ground Vehicle
Unmanned Ground Vehicle
 
Hand gesture controlled wheel chair
Hand gesture controlled wheel chairHand gesture controlled wheel chair
Hand gesture controlled wheel chair
 
automatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensorsautomatic railway gate control using magnetic sensors
automatic railway gate control using magnetic sensors
 
Railway gate controlling using ir & laser
Railway gate controlling using ir & laserRailway gate controlling using ir & laser
Railway gate controlling using ir & laser
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Car
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control system
 
Automatic railway gate control using microcontroller
Automatic railway gate control using microcontrollerAutomatic railway gate control using microcontroller
Automatic railway gate control using microcontroller
 
WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETER
WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETERWIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETER
WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETER
 
Cell phone operated car using bluetooth technology and android application
Cell phone operated car using bluetooth technology and android applicationCell phone operated car using bluetooth technology and android application
Cell phone operated car using bluetooth technology and android application
 
Vechicle accident prevention using eye bilnk sensor ppt
Vechicle accident prevention using eye bilnk sensor pptVechicle accident prevention using eye bilnk sensor ppt
Vechicle accident prevention using eye bilnk sensor ppt
 
Presentation on gesture control robot
Presentation on gesture control robotPresentation on gesture control robot
Presentation on gesture control robot
 
automatic railway gate controll using ir sensor
automatic railway gate controll using ir sensorautomatic railway gate controll using ir sensor
automatic railway gate controll using ir sensor
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOT
 
Hardware required to build a basic Robot
Hardware required to build a basic RobotHardware required to build a basic Robot
Hardware required to build a basic Robot
 
Railway level crossing gate operation remotely by android
Railway level crossing gate operation remotely by androidRailway level crossing gate operation remotely by android
Railway level crossing gate operation remotely by android
 
Mems based hand gesture controlled robot
Mems based hand gesture controlled robotMems based hand gesture controlled robot
Mems based hand gesture controlled robot
 
Speed checker for highway
Speed checker for highwaySpeed checker for highway
Speed checker for highway
 

En vedette

WIRELESS ROBOT PPT
WIRELESS ROBOT PPTWIRELESS ROBOT PPT
WIRELESS ROBOT PPTAIRTEL
 
Omni Directional Robot
Omni Directional RobotOmni Directional Robot
Omni Directional Robotprashanth15
 
Wireless power transfer by high frequency resonating coils
Wireless power transfer by high frequency resonating coilsWireless power transfer by high frequency resonating coils
Wireless power transfer by high frequency resonating coilsEdgefxkits & Solutions
 
WIRELESS ROBOT
WIRELESS ROBOTWIRELESS ROBOT
WIRELESS ROBOTAIRTEL
 
20130719 Robot Car controlled by Android Phone
20130719 Robot Car controlled by Android Phone20130719 Robot Car controlled by Android Phone
20130719 Robot Car controlled by Android PhoneKenichi Ohwada
 
Sensor based motion control of mobile car robot
Sensor based motion control of mobile car robotSensor based motion control of mobile car robot
Sensor based motion control of mobile car robotNaidu P
 
Smooth start of a single phase induction motor
Smooth start of a single phase induction motorSmooth start of a single phase induction motor
Smooth start of a single phase induction motorEdgefxkits & Solutions
 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemEdgefxkits & Solutions
 
Arduino bluetooth controlled robot
Arduino bluetooth controlled robotArduino bluetooth controlled robot
Arduino bluetooth controlled robotUVSofts Technologies
 
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONBLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONVarun Divekar
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interfaceEdgefxkits & Solutions
 
Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi Real Time Vehicle Monitoring Using Raspberry Pi
Real Time Vehicle Monitoring Using Raspberry Pi Albin George
 
Bluetooth Controlled Robot
Bluetooth Controlled RobotBluetooth Controlled Robot
Bluetooth Controlled RobotPankaj Rai
 
Wireless power transfer by high frequency resonating coils
Wireless power transfer by high frequency resonating coilsWireless power transfer by high frequency resonating coils
Wireless power transfer by high frequency resonating coilsEdgefxkits & Solutions
 
Bluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarBluetooth Controlled Robot/Car
Bluetooth Controlled Robot/CarVarun A M
 
Ppt rf based home automation system 1
Ppt rf based home automation system 1Ppt rf based home automation system 1
Ppt rf based home automation system 1Ankit Gosain
 
How to Choose the Right Microcontrollers For Your Embedded Projects
How to Choose the Right Microcontrollers For Your Embedded ProjectsHow to Choose the Right Microcontrollers For Your Embedded Projects
How to Choose the Right Microcontrollers For Your Embedded Projectselprocus
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot pptVarun B P
 
What are the different types of arduino boards
What are the different types of arduino boardsWhat are the different types of arduino boards
What are the different types of arduino boardselprocus
 

En vedette (20)

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

Similaire à RF Controlled Robotic Vehicle With Laser Beam Arrangement

Fire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxFire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxSyedMohiuddin62
 
Remote Operated Spy Robot Circuit
Remote Operated Spy Robot CircuitRemote Operated Spy Robot Circuit
Remote Operated Spy Robot CircuitlaibaNoor60
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlEdgefxkits & Solutions
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTrehaan ukaye
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionVeena Rani
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot pptshakshi58
 
REMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTREMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTkiran bansod
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detectorncct
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLshiv kapil
 
Touchpad Monitored Car
Touchpad Monitored CarTouchpad Monitored Car
Touchpad Monitored CarIOSR Journals
 
Touchpad Monitored Car
Touchpad Monitored Car Touchpad Monitored Car
Touchpad Monitored Car IOSR Journals
 
BLDC Motor Speed Control with RPM Display and PWM
BLDC Motor Speed Control with RPM Display and PWMBLDC Motor Speed Control with RPM Display and PWM
BLDC Motor Speed Control with RPM Display and PWMEdgefxkits & Solutions
 

Similaire à RF Controlled Robotic Vehicle With Laser Beam Arrangement (20)

Metal Detector Robotic Vehicle
Metal Detector Robotic VehicleMetal Detector Robotic Vehicle
Metal Detector Robotic Vehicle
 
Fire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxFire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptx
 
Obstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic VehicleObstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic Vehicle
 
Remote Operated Spy Robot Circuit
Remote Operated Spy Robot CircuitRemote Operated Spy Robot Circuit
Remote Operated Spy Robot Circuit
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances Control
 
LINE FOLLOWER ROBOT
LINE FOLLOWER ROBOTLINE FOLLOWER ROBOT
LINE FOLLOWER ROBOT
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine Detection
 
Tunnel robot ppt
Tunnel robot pptTunnel robot ppt
Tunnel robot ppt
 
REMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTREMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPT
 
Rfid
RfidRfid
Rfid
 
k10681
k10681k10681
k10681
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detector
 
Obstacle observing
Obstacle observingObstacle observing
Obstacle observing
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Touchpad Monitored Car
Touchpad Monitored CarTouchpad Monitored Car
Touchpad Monitored Car
 
Touchpad Monitored Car
Touchpad Monitored Car Touchpad Monitored Car
Touchpad Monitored Car
 
Drivers2
Drivers2Drivers2
Drivers2
 
Drivers2
Drivers2Drivers2
Drivers2
 
BLDC Motor Speed Control with RPM Display and PWM
BLDC Motor Speed Control with RPM Display and PWMBLDC Motor Speed Control with RPM Display and PWM
BLDC Motor Speed Control with RPM Display and PWM
 

Plus de Edgefxkits & Solutions

Mains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchMains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchEdgefxkits & Solutions
 
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsTV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsEdgefxkits & Solutions
 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motorEdgefxkits & Solutions
 
How to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsHow to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsEdgefxkits & Solutions
 
How to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerHow to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerEdgefxkits & Solutions
 
Opto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsOpto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsEdgefxkits & Solutions
 
Importance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsImportance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsEdgefxkits & Solutions
 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierEdgefxkits & Solutions
 
Tutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsTutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsEdgefxkits & Solutions
 
Photodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsPhotodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsEdgefxkits & Solutions
 
Cro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsCro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsEdgefxkits & Solutions
 
Electronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsElectronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsEdgefxkits & Solutions
 
Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Edgefxkits & Solutions
 
Pc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationPc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationEdgefxkits & Solutions
 
Facts (flexible ac transmission) by tsr
Facts (flexible ac transmission) by tsrFacts (flexible ac transmission) by tsr
Facts (flexible ac transmission) by tsrEdgefxkits & Solutions
 
Home automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneHome automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneEdgefxkits & Solutions
 

Plus de Edgefxkits & Solutions (20)

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

Dernier

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Dernier (20)

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

RF Controlled Robotic Vehicle With Laser Beam Arrangement

  • 1. RF Controlled Robotic Vehicle with Laser Beam Arrangement
  • 2. 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.
  • 3. http://www.edgefxkits.com/ Block Diagram RF Controlled Robotic Vehicle with Laser Beam Arrangement
  • 4. 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
  • 5. http://www.edgefxkits.com/ Software Requirements  Keil compiler  Languages: Embedded C or Assembly RF Controlled Robotic Vehicle with Laser Beam Arrangement
  • 6. 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
  • 7. 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
  • 8. http://www.edgefxkits.com/ Pin diagram of 8051 RF Controlled Robotic Vehicle with Laser Beam Arrangement
  • 9. 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
  • 10. 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
  • 11. 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
  • 12. 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
  • 13. 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
  • 14. 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
  • 15. 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
  • 16. 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
  • 17. 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
  • 18. 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
  • 19. 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
  • 20. 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
  • 21. 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
  • 22. 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
  • 23. 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
  • 24. 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
  • 25. 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
  • 26. 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
  • 27. 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
  • 28. 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
  • 29. 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
  • 30. 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
  • 31. 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
  • 32. 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
  • 33. 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
  • 34. 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
  • 35. 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
  • 36. http://www.edgefxkits.com/ RF Controlled Robotic Vehicle with Laser Beam Arrangement