SlideShare ist ein Scribd-Unternehmen logo
1 von 28
http://www.edgefxkits.com/
Obstacle Avoidance Robotic
Vehicle
http://www.edgefxkits.com/
Abstract
 The main scope of project is to automatically changing the
direction of robotic vehicle as required whenever any obstacle
comes on its way.
 Here an ultrasonic sensor is used which detects the presence of
any obstacle and sends the signal to microcontroller which
changes the direction of the robot.
http://www.edgefxkits.com/
Introduction
 This particular robotic device is a combination of both
mechanical and electronics engineering.
 This system is made so that it can be used to detect and avoid
obstacles successfully.
 This robot will be just like an electronic car that keeps on
moving in straight line until something comes in its path that’s
when it decides to turns into some other direction so it
successfully avoids the obstacle.
http://www.edgefxkits.com/
Block diagram
http://www.edgefxkits.com/
Working of circuit diagram
 The project proposes robotic vehicle that has an intelligence built
in it such that it guides itself whenever an obstacle comes ahead
of it.
 This robotic vehicle is built, using a microcontroller of 8051
family. An ultrasonic sensor is used to detect any obstacle ahead
of it and sends a command to the microcontroller.
 Depending on the input signal received, the microcontroller
redirects the robot to move in an alternate direction by actuating
the motors interfaced to it through a motor driver IC.
http://www.edgefxkits.com/
Hardware requirements
 POWER SUPPLY
 MICROCONTROLLER 8052
 ULTRASONIC SENSOR
 MOTOR DRIVER IC
http://www.edgefxkits.com/
230 V AC
50 Hz
Bridge rectifier
Filter(470µf)
5v Regulator
5V DC
12V step down
transformer
Power supply
http://www.edgefxkits.com/
 8K Bytes of In-System Programmable (ISP) Flash
Memory.
 4.0V to 5.5V Operating Range.
Crystal Frequency 11.0592MHZ.
 Three-level Program Memory Lock.
 256 x 8-bit Internal RAM.
 32 Programmable I/O Lines.
 Three 16-bit Timer/Counters.
AT89S52
Micro controller
http://www.edgefxkits.com/
CPU
On-chip
RAM
On-chip
ROM for
program
code
4 I/O
Ports
Timer 0
Serial
PortOSC
Interrupt
Control
External interrupts
Timer 1
Timer/Count
er
Bus
Control
TxD RxDP0 P1 P2 P3
Address/Data
Counter
Inputs
Block diagram of MC
http://www.edgefxkits.com/
MC components explanation
ROM:
 A code of 4K memory is incorporated as on-chip ROM in 8051.
RAM:
 The 8051 microcontroller is composed of 128 bytes of internal RAM.
Interrupt Control:
 An event which is used to suspend or halt the normal program
execution for a temporary period of time in order to serve the
request of another program or hardware device is called an
interrupt.
http://www.edgefxkits.com/
MC components explanation
Parallel Input/Output Ports:
PORT P0: When there is no external memory present, this port acts as
a general purpose input/output port.
PORT P1: This port is used for various interfacing activities.
PORT P2: This port can be used as a general purpose port when there
is no external memory but when external memory is present it works
in conjunction with PORT PO as an address bus.
PORT P3: PORT P3 behaves as a dedicated I/O port.
http://www.edgefxkits.com/
MC components explanation
Address Bus:
 A bus is group of wires using which data transfer takes place
from one location to another within a system.
Timers and Counters:
 Synchronization among internal operations can be achieved with
the help of clock circuits which are responsible for generating
clock pulses.
 Internal operations can be synchronized using clock circuits
which produce clock pulses.
http://www.edgefxkits.com/
Pin diagram of 8052
http://www.edgefxkits.com/
8052 pin diagram explanation
Port 0(p0.0 to p0.7):
 It is 8-bit bi-directional I/O port. It is bit/ byte addressable. During
external memory access, it functions as multiplexed data and low-
order address bus AD0-AD7.
Port 1 (p1.0 to p1.7):
 It is 8-bit bi-directional I/O port. When logic '1' is written into port
latch then it works as input mode. It functions as simply I/O port
and it does not have any alternative function.
http://www.edgefxkits.com/
8052 pin diagram explanation
Port 2 (p2.0 to p2.7):
 It is 8-bit bi-directional I/O port. It is bit/ byte addressable.
Port 3(p3.0 to port 3.7):
 It is 8-bit I/O port. In an alternating function each pins can be used
as a special function I/O pin.
RESET:
 It is active high I/P signal. It should be maintained high for at least
two machine cycle while oscillator is running then 8051
microcontroller resets.
http://www.edgefxkits.com/
Ultrasonic sensor
 Ultrasonic sensors (also known as
transceivers) work on a principle similar
to radar or sonar which evaluate
attributes of a target by interpreting the
echoes from radio or sound waves
respectively.
 Ultrasonic sensors generate high
frequency sound waves and evaluate the
echo which is received back by the
sensor.
http://www.edgefxkits.com/
 Ultrasonic generators use piezoelectric materials such as zinc or
lead zirconium tartrates or quartz crystal.
 The material thickness decides the resonant frequency when
mounted and excited by electrodes attached on either side of it.
 The medical scanners used for abdomen or heart ultrasound are
designed at 2.5 MHz In this circuit, a 40 kHz transducer is used
for object detection in the air medium.
Ultrasonic receiver
http://www.edgefxkits.com/
Ultrasonic features
 Use for motion or distance sensing .
 Frequency: 40kHz ±1.0kHz.
 Aluminum case.
 Capacitance: 2000Pf ±20%.
 Transmitter: bandwidth 5.0kHz/100Db, sound pressure level.
112Db/40 ±1.0kHz
http://www.edgefxkits.com/
Motor driver IC
 L293D is a dual H-bridge motor driver integrated circuit (IC).
 Motor drivers act as current amplifiers since they take a low-
current control signal and provide a higher-current signal.
 This higher current signal is used to drive the motors.
 L293D contains two inbuilt H-bridge driver circuits. In its
common mode of operation, two DC motors can be driven
simultaneously, both in forward and reverse direction.
http://www.edgefxkits.com/
Motor driver ic diagram
http://www.edgefxkits.com/
Operation of motor driver
 L293D has 2 set of arrangements where one set has input 1, input
2, output 1 and output 2 and other set has input 3, input 4,
output 3 and output 4, according to block diagram if pin no 2 & 7
are high then pin no 3 & 6 are also high.
 If enable 1 and pin number 2 are high leaving pin number 7 as
low then the motor rotates in forward direction.
 If enable 2 and pin number 10 are high leaving pin number 15 as
low then the motor rotates in forward direction.
http://www.edgefxkits.com/
Operation of motor driver
 If enable 1 and pin number 2 are low leaving pin number 7 as
high then the motor rotates in reverse direction.
 If enable 2 and pin number 15 are high leaving pin number 10
as low then the motor rotates in forward direction.
http://www.edgefxkits.com/
Operational diagram
http://www.edgefxkits.com/
Software requirements
 Keil an ARM Company makes C compilers, macro assemblers,
real-time kernels, debuggers, simulators, integrated
environments, evaluation boards, and emulators for
ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051 MCU
families.
 Compilers are programs used to convert a High Level Language to
object code. Desktop compilers produce an output object code
for the underlying microprocessor, but not for other
microprocessors.
http://www.edgefxkits.com/
Applications
 Obstacle Detection for a Mining Vehicle.
 Driverless vehicles running along beams.
 Obstacle detecting system for a motor vehicle.
 Autonomous cleaning robot.
http://www.edgefxkits.com/
Future scope
 The future work includes the enhancement of the robot design
so that it can compute area of a room and plot it on the
computer.
http://www.edgefxkits.com/
Conclusion
 It gives on an opportunity to test his mechanical and electronics
and programming skills .
 Obstacle Avoidance Robotic Vehicle project also provides robot
construction experience to beginners.
 This technology has application everywhere from industry to
home appliances all that is required is to implement it correctly to
get the best out of it.
http://www.edgefxkits.com/

Weitere ähnliche Inhalte

Was ist angesagt?

Obstacle avoiding car project slide
Obstacle avoiding car project slideObstacle avoiding car project slide
Obstacle avoiding car project slideShourovSarkerJoy
 
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMAUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMJOLLUSUDARSHANREDDY
 
Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23Abhijeet kapse
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino unoselvalakshmi24
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance RobotYash Sati
 
Line follower robot
Line follower robotLine follower robot
Line follower robotPriya Hada
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting RobotAnjan991
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot pptVarun B P
 
Arduino bluetooth controlled robot
Arduino bluetooth controlled robotArduino bluetooth controlled robot
Arduino bluetooth controlled robotUVSofts Technologies
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot pptathmeg
 
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOROBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSORLeTsKnOw1
 
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONBLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONVarun Divekar
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control systemdeepraj2085
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robotnikhilsaini25
 

Was ist angesagt? (20)

OBSTACLE AVOIDING CAR
OBSTACLE AVOIDING CAROBSTACLE AVOIDING CAR
OBSTACLE AVOIDING CAR
 
Obstacle avoiding car project slide
Obstacle avoiding car project slideObstacle avoiding car project slide
Obstacle avoiding car project slide
 
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEMAUTOMATIC RAILWAY GATE CONTROL SYSTEM
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
 
Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23Obstacle Avoiding Robot Report Robot23
Obstacle Avoiding Robot Report Robot23
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino uno
 
Obstacle avoiding robot(Lab report)
Obstacle  avoiding  robot(Lab report)Obstacle  avoiding  robot(Lab report)
Obstacle avoiding robot(Lab report)
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
Fire fighting Robot
Fire fighting RobotFire fighting Robot
Fire fighting Robot
 
Wireless robot ppt
Wireless robot pptWireless robot ppt
Wireless robot ppt
 
Obstacle Detection Robot
Obstacle Detection RobotObstacle Detection Robot
Obstacle Detection Robot
 
Arduino bluetooth controlled robot
Arduino bluetooth controlled robotArduino bluetooth controlled robot
Arduino bluetooth controlled robot
 
Edge detector robot
Edge detector robotEdge detector robot
Edge detector robot
 
Fire fighting robot ppt
Fire fighting robot pptFire fighting robot ppt
Fire fighting robot ppt
 
Obstacle avoiding robot
Obstacle avoiding robotObstacle avoiding robot
Obstacle avoiding robot
 
Bluetooth controlled robot
Bluetooth controlled robotBluetooth controlled robot
Bluetooth controlled robot
 
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOROBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
 
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONBLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
 
Automatic railway gate control system
Automatic railway gate control systemAutomatic railway gate control system
Automatic railway gate control system
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 

Ähnlich wie Obstacle Avoidance 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).pptxSyedMohiuddin62
 
Overview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontrollerOverview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontrollerRup Chowdhury
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlEdgefxkits & Solutions
 
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
 
RF Controlled Robotic Vehicle With Laser Beam Arrangement
RF Controlled Robotic Vehicle With Laser Beam ArrangementRF Controlled Robotic Vehicle With Laser Beam Arrangement
RF Controlled Robotic Vehicle With Laser Beam ArrangementEdgefxkits & Solutions
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Coin based mobile charger project report
Coin based mobile charger project reportCoin based mobile charger project report
Coin based mobile charger project reportkaushal chaubey
 
Design and Development of a prototype of AGV
Design and Development of a prototype of AGVDesign and Development of a prototype of AGV
Design and Development of a prototype of AGVKUNJBIHARISINGH5
 
embedded system and microcontroller
 embedded system and microcontroller embedded system and microcontroller
embedded system and microcontrollerSHILPA Sillobhargav
 
Continuous Liquid Level Controller
Continuous Liquid Level ControllerContinuous Liquid Level Controller
Continuous Liquid Level ControllerRahul Kalra
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARHarshit Jain
 
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
 
Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Pankaj Singh
 
REPORT texto braillefinal
REPORT texto braillefinalREPORT texto braillefinal
REPORT texto braillefinalASWATHI K
 

Ähnlich wie Obstacle Avoidance Robotic Vehicle (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
 
Overview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontrollerOverview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontroller
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances Control
 
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
 
RF Controlled Robotic Vehicle With Laser Beam Arrangement
RF Controlled Robotic Vehicle With Laser Beam ArrangementRF Controlled Robotic Vehicle With Laser Beam Arrangement
RF Controlled Robotic Vehicle With Laser Beam Arrangement
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Coin based mobile charger project report
Coin based mobile charger project reportCoin based mobile charger project report
Coin based mobile charger project report
 
Design and Development of a prototype of AGV
Design and Development of a prototype of AGVDesign and Development of a prototype of AGV
Design and Development of a prototype of AGV
 
embedded system and microcontroller
 embedded system and microcontroller embedded system and microcontroller
embedded system and microcontroller
 
Continuous Liquid Level Controller
Continuous Liquid Level ControllerContinuous Liquid Level Controller
Continuous Liquid Level Controller
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CAR
 
Ppt
PptPpt
Ppt
 
Touchpad Monitored Car
Touchpad Monitored CarTouchpad Monitored Car
Touchpad Monitored Car
 
Touchpad Monitored Car
Touchpad Monitored Car Touchpad Monitored Car
Touchpad Monitored Car
 
Bluetooth controlled robot
Bluetooth controlled robotBluetooth controlled robot
Bluetooth controlled robot
 
Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)Synopsis for alcohol detection with vehicle controlling (1)
Synopsis for alcohol detection with vehicle controlling (1)
 
REPORT texto braillefinal
REPORT texto braillefinalREPORT texto braillefinal
REPORT texto braillefinal
 
Ppt embedded
Ppt embeddedPpt embedded
Ppt embedded
 
8085 microprocessor
8085 microprocessor8085 microprocessor
8085 microprocessor
 

Mehr von 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
 
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
 
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
 
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
 
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
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interfaceEdgefxkits & Solutions
 

Mehr von 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
 
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
 
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
 
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
 
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
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
 

Kürzlich hochgeladen

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
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
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(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
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Kürzlich hochgeladen (20)

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
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
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(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...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 

Obstacle Avoidance Robotic Vehicle

  • 2. http://www.edgefxkits.com/ Abstract  The main scope of project is to automatically changing the direction of robotic vehicle as required whenever any obstacle comes on its way.  Here an ultrasonic sensor is used which detects the presence of any obstacle and sends the signal to microcontroller which changes the direction of the robot.
  • 3. http://www.edgefxkits.com/ Introduction  This particular robotic device is a combination of both mechanical and electronics engineering.  This system is made so that it can be used to detect and avoid obstacles successfully.  This robot will be just like an electronic car that keeps on moving in straight line until something comes in its path that’s when it decides to turns into some other direction so it successfully avoids the obstacle.
  • 5. http://www.edgefxkits.com/ Working of circuit diagram  The project proposes robotic vehicle that has an intelligence built in it such that it guides itself whenever an obstacle comes ahead of it.  This robotic vehicle is built, using a microcontroller of 8051 family. An ultrasonic sensor is used to detect any obstacle ahead of it and sends a command to the microcontroller.  Depending on the input signal received, the microcontroller redirects the robot to move in an alternate direction by actuating the motors interfaced to it through a motor driver IC.
  • 6. http://www.edgefxkits.com/ Hardware requirements  POWER SUPPLY  MICROCONTROLLER 8052  ULTRASONIC SENSOR  MOTOR DRIVER IC
  • 7. http://www.edgefxkits.com/ 230 V AC 50 Hz Bridge rectifier Filter(470µf) 5v Regulator 5V DC 12V step down transformer Power supply
  • 8. http://www.edgefxkits.com/  8K Bytes of In-System Programmable (ISP) Flash Memory.  4.0V to 5.5V Operating Range. Crystal Frequency 11.0592MHZ.  Three-level Program Memory Lock.  256 x 8-bit Internal RAM.  32 Programmable I/O Lines.  Three 16-bit Timer/Counters. AT89S52 Micro controller
  • 9. http://www.edgefxkits.com/ CPU On-chip RAM On-chip ROM for program code 4 I/O Ports Timer 0 Serial PortOSC Interrupt Control External interrupts Timer 1 Timer/Count er Bus Control TxD RxDP0 P1 P2 P3 Address/Data Counter Inputs Block diagram of MC
  • 10. http://www.edgefxkits.com/ MC components explanation ROM:  A code of 4K memory is incorporated as on-chip ROM in 8051. RAM:  The 8051 microcontroller is composed of 128 bytes of internal RAM. Interrupt Control:  An event which is used to suspend or halt the normal program execution for a temporary period of time in order to serve the request of another program or hardware device is called an interrupt.
  • 11. http://www.edgefxkits.com/ MC components explanation Parallel Input/Output Ports: PORT P0: When there is no external memory present, this port acts as a general purpose input/output port. PORT P1: This port is used for various interfacing activities. PORT P2: This port can be used as a general purpose port when there is no external memory but when external memory is present it works in conjunction with PORT PO as an address bus. PORT P3: PORT P3 behaves as a dedicated I/O port.
  • 12. http://www.edgefxkits.com/ MC components explanation Address Bus:  A bus is group of wires using which data transfer takes place from one location to another within a system. Timers and Counters:  Synchronization among internal operations can be achieved with the help of clock circuits which are responsible for generating clock pulses.  Internal operations can be synchronized using clock circuits which produce clock pulses.
  • 14. http://www.edgefxkits.com/ 8052 pin diagram explanation Port 0(p0.0 to p0.7):  It is 8-bit bi-directional I/O port. It is bit/ byte addressable. During external memory access, it functions as multiplexed data and low- order address bus AD0-AD7. Port 1 (p1.0 to p1.7):  It is 8-bit bi-directional I/O port. When logic '1' is written into port latch then it works as input mode. It functions as simply I/O port and it does not have any alternative function.
  • 15. http://www.edgefxkits.com/ 8052 pin diagram explanation Port 2 (p2.0 to p2.7):  It is 8-bit bi-directional I/O port. It is bit/ byte addressable. Port 3(p3.0 to port 3.7):  It is 8-bit I/O port. In an alternating function each pins can be used as a special function I/O pin. RESET:  It is active high I/P signal. It should be maintained high for at least two machine cycle while oscillator is running then 8051 microcontroller resets.
  • 16. http://www.edgefxkits.com/ Ultrasonic sensor  Ultrasonic sensors (also known as transceivers) work on a principle similar to radar or sonar which evaluate attributes of a target by interpreting the echoes from radio or sound waves respectively.  Ultrasonic sensors generate high frequency sound waves and evaluate the echo which is received back by the sensor.
  • 17. http://www.edgefxkits.com/  Ultrasonic generators use piezoelectric materials such as zinc or lead zirconium tartrates or quartz crystal.  The material thickness decides the resonant frequency when mounted and excited by electrodes attached on either side of it.  The medical scanners used for abdomen or heart ultrasound are designed at 2.5 MHz In this circuit, a 40 kHz transducer is used for object detection in the air medium. Ultrasonic receiver
  • 18. http://www.edgefxkits.com/ Ultrasonic features  Use for motion or distance sensing .  Frequency: 40kHz ±1.0kHz.  Aluminum case.  Capacitance: 2000Pf ±20%.  Transmitter: bandwidth 5.0kHz/100Db, sound pressure level. 112Db/40 ±1.0kHz
  • 19. http://www.edgefxkits.com/ Motor driver IC  L293D is a dual H-bridge motor driver integrated circuit (IC).  Motor drivers act as current amplifiers since they take a low- current control signal and provide a higher-current signal.  This higher current signal is used to drive the motors.  L293D contains two inbuilt H-bridge driver circuits. In its common mode of operation, two DC motors can be driven simultaneously, both in forward and reverse direction.
  • 21. http://www.edgefxkits.com/ Operation of motor driver  L293D has 2 set of arrangements where one set has input 1, input 2, output 1 and output 2 and other set has input 3, input 4, output 3 and output 4, according to block diagram if pin no 2 & 7 are high then pin no 3 & 6 are also high.  If enable 1 and pin number 2 are high leaving pin number 7 as low then the motor rotates in forward direction.  If enable 2 and pin number 10 are high leaving pin number 15 as low then the motor rotates in forward direction.
  • 22. http://www.edgefxkits.com/ Operation of motor driver  If enable 1 and pin number 2 are low leaving pin number 7 as high then the motor rotates in reverse direction.  If enable 2 and pin number 15 are high leaving pin number 10 as low then the motor rotates in forward direction.
  • 24. http://www.edgefxkits.com/ Software requirements  Keil an ARM Company makes C compilers, macro assemblers, real-time kernels, debuggers, simulators, integrated environments, evaluation boards, and emulators for ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051 MCU families.  Compilers are programs used to convert a High Level Language to object code. Desktop compilers produce an output object code for the underlying microprocessor, but not for other microprocessors.
  • 25. http://www.edgefxkits.com/ Applications  Obstacle Detection for a Mining Vehicle.  Driverless vehicles running along beams.  Obstacle detecting system for a motor vehicle.  Autonomous cleaning robot.
  • 26. http://www.edgefxkits.com/ Future scope  The future work includes the enhancement of the robot design so that it can compute area of a room and plot it on the computer.
  • 27. http://www.edgefxkits.com/ Conclusion  It gives on an opportunity to test his mechanical and electronics and programming skills .  Obstacle Avoidance Robotic Vehicle project also provides robot construction experience to beginners.  This technology has application everywhere from industry to home appliances all that is required is to implement it correctly to get the best out of it.