SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 214
AUTOMATIC COLLISION DETECTION FOR AN AUTONOMOUS
ROBOT USING PROXIMITY SENSING TECHNOLOGY ON AN AVR
HARDWARE PLATFORM
Anish Kumar1
, Ramandeep Singh2
1
PG Student M.Tech (ES), EECE Department, ITM University, Gurgaon, Haryana, India
2
Assistant Professor, EECE Department, ITM University, Gurgaon, Haryana, India
Abstract
This work is concerned about making an anti-collision device. Primary goal of anti-collision device is to identify the collision and
report it to control panel. Automatic collision detection is an advance area of research. Collision are catastrophic and a mass
destructive force. This will harm property and life both. Now day collision detection is the one of most important algorithm used
in autonomous vehicle development phases. Actuator takes Input through sensor module. To belt that system, we are using
proximity sensor, AVR controller and motors. This program code simulated using proteus software as real like environment to
identifying anti-collision.
Keywords: AVR microcontroller, Proximity Sensor, Protus, Anti-Collision System, Autonomous Vehicle, Actuator.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Every mechanism, which having moving parts, needs some
safety measure. The human error or system failure with
machine raises the happening of undesired events. Our
purpose to work on anti-collision device is to make an anti
collision zone, make device portable. Other factor can also
be involved like high speed response and low cost. Collision
avoidance is one of the most difficult domains of intelligent
vehicle. This is also known as pre-clash or forward collision
warning system. Various sensor are used in making of anti
collision system i.e. laser, camera, radar, ultrasonic, GPS
etc. to detect the eminent crash [1] [5]. Once the detection
has been done this system warn the driver or action is taken
through actuators without driver interference. The different
actuators are like servo motor, relays, driving wheel and
breaks etc.
A collision detection system is an automatic self driven
system for the safety. Such system is designed to reduce the
surveillance of accident. The major hardware part of the
system will be camera, sensor, and microcontroller [1] [3]
[7] [10]. System is designed in such a manner so that it
should be more reliable and efficient for detecting not only
the imminent crash but also low cost and power efficient
system[11][12]. As soon as the detestation is there the
system either warn or will take imminent action without
driver input.
It is one of the major parts of autonomous vehicles. As an
autonomous vehicle, it is capable of sensing its environment
and navigating without human input. Zigbee is also one of
the cheap technology is being used as a communication
service provider between the nodes [2] [4] [7] [10].Zigbee
has defined data rate of 250kbps. The GPS and GSM
technologies being merged with collision detection
algorithms for better reliability [6] [11] Robotic cars exist
mainly as prototypes and demonstration systems. We can
take any technique for taking input from external world like.
Simulation is being done on proteus [5]. Purpose of
simulating the design is presenting the possibilities for its
implementation like robots, cars, railway etc [5] [8]. Also
ARM based processer is being used for making ACD (Anti
Collision Detection) [6] [10]. Collision can be vehicle to
vehicle or can be vehicle to infrastructure. Intra-vehicle
communication between two different vehicles will help in
detecting and avoiding collision [9].
2. BLOCK DIAGRAM
Fig-1: Block Diagram of collision detection using proximity
sensor
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 215
One block diagram shows the flow of data in different
sections. In block diagram there are shown six blocks
proximity sensor, ADC, ATMEGA board, motor driver
circuit, DC motor and LCD. All development blocks in a
single platform they communicate with external world
through sensor array with its very first block. That analog
input will be processed by the ADC in ATMEGA board. An
motor driver circuit is used for the proper functioning of the
DC motor driver circuit takes the output from the ports of
the ATMEGA board and drive the motor next connected to
it. Because signal coming out of the controller are not well
enough to drive the motor so in that case motor driver helps
in. One LCD unit is also been there for displaying the
activation of motor like is that motor in stop, run, clockwise
or anticlockwise condition. As in here we are using
proximity sensor which helps in detecting low range
collision. Microcontroller selection requires sufficient
input/output control lines, processing speed and adequate
memory for running the entire program and additional serial
ports, Timers, counters, PWM etc. We are choosing AVR
AT mega 128 controllers. It’s a 8 bit controller based on
advance RISC architecture, highly endure non-volatile
memory segment and with all special feature like power-on
reset , Internal Calibrated RC Oscillator, External and
Internal Interrupt Sources, Six Sleep Modes, ADC Noise
Reduction, Power-save, Power-down, Standby, and
Extended Standby, Software Selectable Clock Frequency
etc. In sensor block we can use any module of sensor
according to the design application. The selection of ADC
using is according to the sensitivity we required like 10, 12,
16 bits. In the controller block we are using ATmega128
development board.
3. FLOW CHART/ALGORITHM
Flow chart represent that how data will flow and when the
decision time comes. How system will react to the situation
when more than one decision has to make. Action will be
taken in which sequence. After starting two decision blocks
one is of active transmission and other is of receiver.
Transmission block is in loop with starting till they are not
active when this will active decision comes to receiver. That
decision is in loop with the output of transmitter. In this
flowchart from starting we check for the sensor array is
active or not then if value is send by the received then
correspondent output will be fetch on the port. Next we
choose the concept of port to port transfer of data. We do
control the operation of DC motor. We are using a sensor
module. The sensor module needs 5V for their operation.
Output signal will be in form of voltage level. That voltage
level we are getting on ADC. ADC converts that voltage
signal into binary output. Respectively binary output has
been taken on the port. According to the port value. We
select the values for motor operation on other port. Values
for motor port is designed by using if else condition. As we
can see in flow chart process block of motor are connected
with decision blocks using if-else statement.
We are designing algorithm in such a way so that when
there is no object our robot run freely in straight line and
according to the intensity of signal coming from sensor
response of the robot will be different i.e. start, turn right,
turn left, stop etc.
Fig-2: Flow Chart
They are continuously in loop. One time only one process
block of motor is active. That is chosen accordingly what
our sensor is capturing.
In above flow chart sensor takes the information. That is, is
the object being placed on the way as obstacle? Then it
inform to the brain of the system (to processer) whose
purpose is to start and stop the motor accordingly. A
continuous collision detection algorithm is there. The
algorithm is designed in such a way so that for any detection
of collision system get alert. First it will respond in the form
of error then stop or change its direction. We can also
increase the number of sensor input to microcontroller like
left sensor unit, right sensor unit, front and back unit for
robot car for make it more reliable.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 216
4. PROTEUS SIMULATION SOFTWARE:
Fig-3: Simulation on Proteus
5. APPLICATION AREA
There are verities of application of an automatic collision
detection device. Some of them are like in space application,
an intelligent self driven car, railway and metro automation,
intelligent robots, traction control system, dynamic steering
response, intelligent parking, traffic signal recognition,
intelligent speed adaptive system.
There are endless scopes of this idea. This idea is easy
adaptable with latest technology. We can merge different
technology for making one of the best automatic collision
devices. These devices can use in military, hospitals, traffic
control, space application etc.
6. ADVANTAGES & LIMITATION
A vehicle with automatic collision detection system will
increase the reliability. It increases capacity t roads and
higher speed limit for autonomous car. In autonomous car it
would not matter, if the occupant is under age, over age,
intoxicated or blind. Not-collision car and autonomous car
can go for pick up the passenger without driver. This will
also help in reduction the physical road signage. This
vehicle can operate themselves in environment like where
impossible to go for human and operate themselves
automatically.
This system mainly reduces the driver stress if it’s a semi
automatic or can give warning in advance on dash board. If
system is connected with GPS then it’s easier to find the
condition of roads.
The main disadvantage of the system if that we can’t totally
depends on system response. Information given by the
sensor can mislead the person if the orientation of the sensor
and camera is changed from a particular position. The
collision detection system is also get effected by the
environmental conditions like by dust, fog etc. Algorithm
designed will be more complex because multiple tasks are
being given to single processer when there are multiple tasks
in an autonomous vehicle. Tasks are chosen to be done
according to the priority and severity. Response of the
system should be in fraction of second otherwise imminent
crash can happen.
Vehicle with anti-collision system will increase the cost
because it requires additional vehicle equipment, service,
maintenance and possibly additional roadway infrastructure.
Also additional risk such as system failure, be less reliable
under some critical condition etc. Security for information
abuse, failure of GPS system can cause problem. Over-
ridden of automatic collision algorithm by manual operation
can also creates problem. Collision prevention assistance
requires a sufficient radar reflectance of objects and
efficiency of sensor are compromised by snow, mud or
leaves.
7. RESULT
Our system is working for small range of operation and
collision is being detected and when collision being detected
it might stop or turn as per program develop.
As following the result of motor motion has shown on LCD
screen i.e. start, clockwise, anticlockwise, stop etc.
Fig- 4: Interface screen
8. CONCLUSIONS
The embedded system for collision detection can ensure the
protection and operation of autonomous robots in the
condition where zero human interference. If we see this
technology with its future there are endless development
scope and technology we can merge with it. Everything will
became automatic and also sending status information to
owner about collision happening or not.
ACKNOWLEDGEMENTS
I am deeply grateful to the professors, faculties and
technical staff of Electrical, Electronics & Communication
Engineering of ITM University, Gurgaon by whose support
I was able to complete my research work. I want to thanks
my friends also who were involved in their research work
and same time they help me with their practical experience.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 217
REFERENCES
[1]. Frederic Maire “Vision Based Anti-collision System for
Rail Track Maintenance Vehicles”, Australia Faculty of IT,
Queensland University of Technology.
[2]. Arun P; Sabarinath G; Palai, Kottayam,; Madhukumar
S; Careena P “Collision And Level Crossing Protection
System for Indian Railways” International Journal of Latest
Trends in Engineering and Technology (IJLTET).
[3]. CH. ANUSHA1, CH.V.S.GOPINATH2, P.
NAGAMALLAIAH3 “ANTI COLLISION DEVICE
BETWEEN TRAINS USING ZIGBEE” International
Conference on Electronics and Communication Engineering
(ECE) 7th April 2013, Bangalore,ISBN:978-93-82208-84-6.
[4]. Arun.P ; Saritha.S ; Madhukumar.S “Simulation of
Zigbee based Tacs for Collision Detection and Avoidance
for Railway Traffic” Special Issue of International Journal
of Computer Applications (0975 – 8887) on Advanced
Computing and Communication Technologies for HPC
Applications - ACCTHPCA, June 2012.
[5]. SANDHYA GAUTAM;SANDIP NEMADE;TEENA
SAKLA “SIMULATION OF AN ANTI-COLLISION
SYSTEM ON SAME TRACK FOR RAILWAYS” Sandhya
Gautam et. al. /International Journal of Engineering and
Technology Vol. 2(9), 2010, 4832-4837.
[6]. J.D.Prathusha, K.S.Roy , Mahaboob Ali “ARM Cortex
M3 Based Collision Detection System” International Journal
of Engineering Trends and Technology (IJETT) -
Volume4Issue5- May 2013.
[7]. G.Anjali bissa, S.Jayasudha, R.Narmatha and
B.Rajmohan “ Train Collision Avoidance System Using
Vibration Sensors And Zigbee Technology” IJREAT
International Journal of Research in Engineering &
Advanced Technology, Volume 1, Issue 1, March, 2013
ISSN: 2320 – 8791.
[8]. Rossi Passarella, Bambang Tutuko & Aditya P.P.
Prasetyo “ DESIGN CONCEPT OF TRAIN OBSTACLE
DETECTION SYSTEM IN INDONESIA” IJRRAS 9 (3)
December 2011.
[9]. Thomas Strang, Michael Meyer zu Hörste, Xiaogang Gu
“ A RAILWAY COLLISION AVOIDANCE SYSTEM
EXPLOITING AD-HOC INTER-VEHICLE
COMMUNICATIONS AND GALILEO” German
Aerospace Center (1)Institute of Communications and
Navigation (2)Institute of Transportation Systems.
[10]. Mr. N. Sambamurthy, Sk. Hasane Ahammad, “
Prevention of Train Accidents Using Wireless Sensor
Networks” Int. Journal of Engineering Research and
Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec
2013, pp.1592-1597.
[11]. Richard W. Wall , Jerry Bennett, Greg Eis, Kevin
Lichy, and Elizabeth Owings, “CREATING A LOW-COST
AUTONOMOUS VEHICLE” Students, University of Idaho
Electrical and Computer Engineering Dept.Moscow.
[12]. Raja Jurdak, Kevin Klues, Brano Kusy, Christian
Richter, Koen Langendoen, and Michael Brünig “Opal: A
Multiradio Platform for High Throughput Wireless Sensor
Networks” IEEE EMBEDDED SYSTEMS LETTERS,
VOL. 3, NO. 4, DECEMBER 2011.
BIOGRAPHIES
Anish Kumar is currently is doing Post
Graduation in Embedded Systems from
ITM University, Gurgaon. He completed
his B.Tech in Electrical Engineering from
Chitkara Institute of Engineering and
Technology Rajpura, Chandigarh under
Punjab Technical University Jalandher in 2011. His area of
interest is Embedded System Design and Real Time
Systems.
Ramandeep Singh is an Assistant
Professor in EECE Department of ITM
University, Gurgaon. He is pursuing PhD
in embedded systems from ITM
University. In 2009 he has completed
M.E. in embedded systems. He is a B.
Tech. graduate from GGSIPU, Delhi. His core research
areas are low power embedded systems, robotics, FPGA
based embedded systems and SCADA. Prior to joining ITM
University he has worked with NXP Semiconductors,
Bangalore. He has various publications in international
journals and conferences.

More Related Content

What's hot

IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET Journal
 
Automated medical surgical trolley
Automated medical surgical trolleyAutomated medical surgical trolley
Automated medical surgical trolleyIJECEIAES
 
Esert the complete system design to make railway traffic effective, safer a...
Esert   the complete system design to make railway traffic effective, safer a...Esert   the complete system design to make railway traffic effective, safer a...
Esert the complete system design to make railway traffic effective, safer a...eSAT Journals
 
Wmr obstacle avoidance using compass and ultrasonic
Wmr obstacle avoidance using compass and ultrasonicWmr obstacle avoidance using compass and ultrasonic
Wmr obstacle avoidance using compass and ultrasonicYousef Moh. Abueejela
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationeSAT Publishing House
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationeSAT Journals
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...IRJET Journal
 
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET Journal
 
Electronic Voting Machine and Fault Analysis
Electronic Voting Machine and Fault AnalysisElectronic Voting Machine and Fault Analysis
Electronic Voting Machine and Fault AnalysisMd Swawibe Ul Alam
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphonetheijes
 
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...theijes
 
IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET Journal
 
IRJET - Android based Pick and Place Robot Vehicle for Industries
IRJET -  	  Android based Pick and Place Robot Vehicle for IndustriesIRJET -  	  Android based Pick and Place Robot Vehicle for Industries
IRJET - Android based Pick and Place Robot Vehicle for IndustriesIRJET Journal
 
DESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILES
DESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILESDESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILES
DESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILESIJCSEA Journal
 
Review Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for VehiclesReview Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for VehiclesIRJET Journal
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...csandit
 

What's hot (19)

IRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoTIRJET- Step Lock System in Bus using IoT
IRJET- Step Lock System in Bus using IoT
 
Black Box
Black BoxBlack Box
Black Box
 
Automated medical surgical trolley
Automated medical surgical trolleyAutomated medical surgical trolley
Automated medical surgical trolley
 
Esert the complete system design to make railway traffic effective, safer a...
Esert   the complete system design to make railway traffic effective, safer a...Esert   the complete system design to make railway traffic effective, safer a...
Esert the complete system design to make railway traffic effective, safer a...
 
Wmr obstacle avoidance using compass and ultrasonic
Wmr obstacle avoidance using compass and ultrasonicWmr obstacle avoidance using compass and ultrasonic
Wmr obstacle avoidance using compass and ultrasonic
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
A Low Cost Yet Super efficient Means to Prevent Overloading as Well as Accide...
 
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...IRJET -  	  Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
IRJET - Controlling 4 DOF Robotic ARM with 3-Axis Accelerometer and Flex ...
 
Electronic Voting Machine and Fault Analysis
Electronic Voting Machine and Fault AnalysisElectronic Voting Machine and Fault Analysis
Electronic Voting Machine and Fault Analysis
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphone
 
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
 
IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash Driving
 
Ck35487490
Ck35487490Ck35487490
Ck35487490
 
IRJET - Android based Pick and Place Robot Vehicle for Industries
IRJET -  	  Android based Pick and Place Robot Vehicle for IndustriesIRJET -  	  Android based Pick and Place Robot Vehicle for Industries
IRJET - Android based Pick and Place Robot Vehicle for Industries
 
DESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILES
DESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILESDESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILES
DESIGN AND VALIDATION OF SAFETY CRUISE CONTROL SYSTEM FOR AUTOMOBILES
 
30120140506004
3012014050600430120140506004
30120140506004
 
Review Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for VehiclesReview Report on SOC on Various Platforms for Vehicles
Review Report on SOC on Various Platforms for Vehicles
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 

Viewers also liked

Concrete based on alkali activated fly ash from one power plant in serbia
Concrete based on alkali activated fly ash from one power plant in serbiaConcrete based on alkali activated fly ash from one power plant in serbia
Concrete based on alkali activated fly ash from one power plant in serbiaeSAT Publishing House
 
Optimization of process parameter for stir casted
Optimization of process parameter for stir castedOptimization of process parameter for stir casted
Optimization of process parameter for stir castedeSAT Publishing House
 
Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...eSAT Publishing House
 
A survey on optimal route queries for road networks
A survey on optimal route queries for road networksA survey on optimal route queries for road networks
A survey on optimal route queries for road networkseSAT Publishing House
 
Assessment of composting, energy and gas generation
Assessment of composting, energy and gas generationAssessment of composting, energy and gas generation
Assessment of composting, energy and gas generationeSAT Publishing House
 
Effects of different mole spacings on the yield of summer groundnut
Effects of different mole spacings on the yield of summer groundnutEffects of different mole spacings on the yield of summer groundnut
Effects of different mole spacings on the yield of summer groundnuteSAT Publishing House
 
Natural disasters vulnerability assessment of gondia district, maharashtra, i...
Natural disasters vulnerability assessment of gondia district, maharashtra, i...Natural disasters vulnerability assessment of gondia district, maharashtra, i...
Natural disasters vulnerability assessment of gondia district, maharashtra, i...eSAT Publishing House
 
Analysis of surface roughness on machining of al 5 cu
Analysis of surface roughness on machining of al 5 cuAnalysis of surface roughness on machining of al 5 cu
Analysis of surface roughness on machining of al 5 cueSAT Publishing House
 
Study of surface roughness for discontinuous
Study of surface roughness for discontinuousStudy of surface roughness for discontinuous
Study of surface roughness for discontinuouseSAT Publishing House
 
Conceptual design of laser assisted fixture for bending operation
Conceptual design of laser assisted fixture for bending operationConceptual design of laser assisted fixture for bending operation
Conceptual design of laser assisted fixture for bending operationeSAT Publishing House
 
Automated water head controller for domestic application
Automated water head controller for domestic applicationAutomated water head controller for domestic application
Automated water head controller for domestic applicationeSAT Publishing House
 
Design and characterization of various shapes of microcantilever for human im...
Design and characterization of various shapes of microcantilever for human im...Design and characterization of various shapes of microcantilever for human im...
Design and characterization of various shapes of microcantilever for human im...eSAT Publishing House
 
Experimental investigation, optimization and performance prediction of wind t...
Experimental investigation, optimization and performance prediction of wind t...Experimental investigation, optimization and performance prediction of wind t...
Experimental investigation, optimization and performance prediction of wind t...eSAT Publishing House
 
Study of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin modelStudy of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin modeleSAT Publishing House
 
Power system stability improvement under three
Power system stability improvement under threePower system stability improvement under three
Power system stability improvement under threeeSAT Publishing House
 
A review of pre combustion co2 capture in igcc
A review of pre combustion co2 capture in igccA review of pre combustion co2 capture in igcc
A review of pre combustion co2 capture in igcceSAT Publishing House
 
Biodiesel as a blended fuel in compression ignition
Biodiesel as a blended fuel in compression ignitionBiodiesel as a blended fuel in compression ignition
Biodiesel as a blended fuel in compression ignitioneSAT Publishing House
 
Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...eSAT Publishing House
 
A comparative flow analysis of naca 6409 and naca 4412 aerofoil
A comparative flow analysis of naca 6409 and naca 4412 aerofoilA comparative flow analysis of naca 6409 and naca 4412 aerofoil
A comparative flow analysis of naca 6409 and naca 4412 aerofoileSAT Publishing House
 
Investigation of mechanical properties on vinylester based bio composite with...
Investigation of mechanical properties on vinylester based bio composite with...Investigation of mechanical properties on vinylester based bio composite with...
Investigation of mechanical properties on vinylester based bio composite with...eSAT Publishing House
 

Viewers also liked (20)

Concrete based on alkali activated fly ash from one power plant in serbia
Concrete based on alkali activated fly ash from one power plant in serbiaConcrete based on alkali activated fly ash from one power plant in serbia
Concrete based on alkali activated fly ash from one power plant in serbia
 
Optimization of process parameter for stir casted
Optimization of process parameter for stir castedOptimization of process parameter for stir casted
Optimization of process parameter for stir casted
 
Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...
 
A survey on optimal route queries for road networks
A survey on optimal route queries for road networksA survey on optimal route queries for road networks
A survey on optimal route queries for road networks
 
Assessment of composting, energy and gas generation
Assessment of composting, energy and gas generationAssessment of composting, energy and gas generation
Assessment of composting, energy and gas generation
 
Effects of different mole spacings on the yield of summer groundnut
Effects of different mole spacings on the yield of summer groundnutEffects of different mole spacings on the yield of summer groundnut
Effects of different mole spacings on the yield of summer groundnut
 
Natural disasters vulnerability assessment of gondia district, maharashtra, i...
Natural disasters vulnerability assessment of gondia district, maharashtra, i...Natural disasters vulnerability assessment of gondia district, maharashtra, i...
Natural disasters vulnerability assessment of gondia district, maharashtra, i...
 
Analysis of surface roughness on machining of al 5 cu
Analysis of surface roughness on machining of al 5 cuAnalysis of surface roughness on machining of al 5 cu
Analysis of surface roughness on machining of al 5 cu
 
Study of surface roughness for discontinuous
Study of surface roughness for discontinuousStudy of surface roughness for discontinuous
Study of surface roughness for discontinuous
 
Conceptual design of laser assisted fixture for bending operation
Conceptual design of laser assisted fixture for bending operationConceptual design of laser assisted fixture for bending operation
Conceptual design of laser assisted fixture for bending operation
 
Automated water head controller for domestic application
Automated water head controller for domestic applicationAutomated water head controller for domestic application
Automated water head controller for domestic application
 
Design and characterization of various shapes of microcantilever for human im...
Design and characterization of various shapes of microcantilever for human im...Design and characterization of various shapes of microcantilever for human im...
Design and characterization of various shapes of microcantilever for human im...
 
Experimental investigation, optimization and performance prediction of wind t...
Experimental investigation, optimization and performance prediction of wind t...Experimental investigation, optimization and performance prediction of wind t...
Experimental investigation, optimization and performance prediction of wind t...
 
Study of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin modelStudy of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin model
 
Power system stability improvement under three
Power system stability improvement under threePower system stability improvement under three
Power system stability improvement under three
 
A review of pre combustion co2 capture in igcc
A review of pre combustion co2 capture in igccA review of pre combustion co2 capture in igcc
A review of pre combustion co2 capture in igcc
 
Biodiesel as a blended fuel in compression ignition
Biodiesel as a blended fuel in compression ignitionBiodiesel as a blended fuel in compression ignition
Biodiesel as a blended fuel in compression ignition
 
Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...Phycoremediation of malachite green and reduction of physico chemical paramet...
Phycoremediation of malachite green and reduction of physico chemical paramet...
 
A comparative flow analysis of naca 6409 and naca 4412 aerofoil
A comparative flow analysis of naca 6409 and naca 4412 aerofoilA comparative flow analysis of naca 6409 and naca 4412 aerofoil
A comparative flow analysis of naca 6409 and naca 4412 aerofoil
 
Investigation of mechanical properties on vinylester based bio composite with...
Investigation of mechanical properties on vinylester based bio composite with...Investigation of mechanical properties on vinylester based bio composite with...
Investigation of mechanical properties on vinylester based bio composite with...
 

Similar to Automatic collision detection for an autonomous robot using proximity sensing technology on an avr hardware platform

Blind spot detection with automatic steering
Blind spot detection with automatic steeringBlind spot detection with automatic steering
Blind spot detection with automatic steeringeSAT Journals
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET Journal
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET Journal
 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOIRJET Journal
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET Journal
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMIRJET Journal
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphonetheijes
 
Accident Alert System using Advance Microcontroller
Accident Alert System using Advance MicrocontrollerAccident Alert System using Advance Microcontroller
Accident Alert System using Advance Microcontrollerijtsrd
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET Journal
 
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET Journal
 
Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemIRJET Journal
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET Journal
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET Journal
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET Journal
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET Journal
 
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERAN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERIRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 

Similar to Automatic collision detection for an autonomous robot using proximity sensing technology on an avr hardware platform (20)

Blind spot detection with automatic steering
Blind spot detection with automatic steeringBlind spot detection with automatic steering
Blind spot detection with automatic steering
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation System
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX System
 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue System
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphoneAutomatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphone
 
Accident Alert System using Advance Microcontroller
Accident Alert System using Advance MicrocontrollerAccident Alert System using Advance Microcontroller
Accident Alert System using Advance Microcontroller
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and Reporting
 
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile SensorsIRJET- Offline Location Detection and Accident Indication using Mobile Sensors
IRJET- Offline Location Detection and Accident Indication using Mobile Sensors
 
Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention System
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR Controller
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle Control
 
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERAN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 

Automatic collision detection for an autonomous robot using proximity sensing technology on an avr hardware platform

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 214 AUTOMATIC COLLISION DETECTION FOR AN AUTONOMOUS ROBOT USING PROXIMITY SENSING TECHNOLOGY ON AN AVR HARDWARE PLATFORM Anish Kumar1 , Ramandeep Singh2 1 PG Student M.Tech (ES), EECE Department, ITM University, Gurgaon, Haryana, India 2 Assistant Professor, EECE Department, ITM University, Gurgaon, Haryana, India Abstract This work is concerned about making an anti-collision device. Primary goal of anti-collision device is to identify the collision and report it to control panel. Automatic collision detection is an advance area of research. Collision are catastrophic and a mass destructive force. This will harm property and life both. Now day collision detection is the one of most important algorithm used in autonomous vehicle development phases. Actuator takes Input through sensor module. To belt that system, we are using proximity sensor, AVR controller and motors. This program code simulated using proteus software as real like environment to identifying anti-collision. Keywords: AVR microcontroller, Proximity Sensor, Protus, Anti-Collision System, Autonomous Vehicle, Actuator. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Every mechanism, which having moving parts, needs some safety measure. The human error or system failure with machine raises the happening of undesired events. Our purpose to work on anti-collision device is to make an anti collision zone, make device portable. Other factor can also be involved like high speed response and low cost. Collision avoidance is one of the most difficult domains of intelligent vehicle. This is also known as pre-clash or forward collision warning system. Various sensor are used in making of anti collision system i.e. laser, camera, radar, ultrasonic, GPS etc. to detect the eminent crash [1] [5]. Once the detection has been done this system warn the driver or action is taken through actuators without driver interference. The different actuators are like servo motor, relays, driving wheel and breaks etc. A collision detection system is an automatic self driven system for the safety. Such system is designed to reduce the surveillance of accident. The major hardware part of the system will be camera, sensor, and microcontroller [1] [3] [7] [10]. System is designed in such a manner so that it should be more reliable and efficient for detecting not only the imminent crash but also low cost and power efficient system[11][12]. As soon as the detestation is there the system either warn or will take imminent action without driver input. It is one of the major parts of autonomous vehicles. As an autonomous vehicle, it is capable of sensing its environment and navigating without human input. Zigbee is also one of the cheap technology is being used as a communication service provider between the nodes [2] [4] [7] [10].Zigbee has defined data rate of 250kbps. The GPS and GSM technologies being merged with collision detection algorithms for better reliability [6] [11] Robotic cars exist mainly as prototypes and demonstration systems. We can take any technique for taking input from external world like. Simulation is being done on proteus [5]. Purpose of simulating the design is presenting the possibilities for its implementation like robots, cars, railway etc [5] [8]. Also ARM based processer is being used for making ACD (Anti Collision Detection) [6] [10]. Collision can be vehicle to vehicle or can be vehicle to infrastructure. Intra-vehicle communication between two different vehicles will help in detecting and avoiding collision [9]. 2. BLOCK DIAGRAM Fig-1: Block Diagram of collision detection using proximity sensor
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 215 One block diagram shows the flow of data in different sections. In block diagram there are shown six blocks proximity sensor, ADC, ATMEGA board, motor driver circuit, DC motor and LCD. All development blocks in a single platform they communicate with external world through sensor array with its very first block. That analog input will be processed by the ADC in ATMEGA board. An motor driver circuit is used for the proper functioning of the DC motor driver circuit takes the output from the ports of the ATMEGA board and drive the motor next connected to it. Because signal coming out of the controller are not well enough to drive the motor so in that case motor driver helps in. One LCD unit is also been there for displaying the activation of motor like is that motor in stop, run, clockwise or anticlockwise condition. As in here we are using proximity sensor which helps in detecting low range collision. Microcontroller selection requires sufficient input/output control lines, processing speed and adequate memory for running the entire program and additional serial ports, Timers, counters, PWM etc. We are choosing AVR AT mega 128 controllers. It’s a 8 bit controller based on advance RISC architecture, highly endure non-volatile memory segment and with all special feature like power-on reset , Internal Calibrated RC Oscillator, External and Internal Interrupt Sources, Six Sleep Modes, ADC Noise Reduction, Power-save, Power-down, Standby, and Extended Standby, Software Selectable Clock Frequency etc. In sensor block we can use any module of sensor according to the design application. The selection of ADC using is according to the sensitivity we required like 10, 12, 16 bits. In the controller block we are using ATmega128 development board. 3. FLOW CHART/ALGORITHM Flow chart represent that how data will flow and when the decision time comes. How system will react to the situation when more than one decision has to make. Action will be taken in which sequence. After starting two decision blocks one is of active transmission and other is of receiver. Transmission block is in loop with starting till they are not active when this will active decision comes to receiver. That decision is in loop with the output of transmitter. In this flowchart from starting we check for the sensor array is active or not then if value is send by the received then correspondent output will be fetch on the port. Next we choose the concept of port to port transfer of data. We do control the operation of DC motor. We are using a sensor module. The sensor module needs 5V for their operation. Output signal will be in form of voltage level. That voltage level we are getting on ADC. ADC converts that voltage signal into binary output. Respectively binary output has been taken on the port. According to the port value. We select the values for motor operation on other port. Values for motor port is designed by using if else condition. As we can see in flow chart process block of motor are connected with decision blocks using if-else statement. We are designing algorithm in such a way so that when there is no object our robot run freely in straight line and according to the intensity of signal coming from sensor response of the robot will be different i.e. start, turn right, turn left, stop etc. Fig-2: Flow Chart They are continuously in loop. One time only one process block of motor is active. That is chosen accordingly what our sensor is capturing. In above flow chart sensor takes the information. That is, is the object being placed on the way as obstacle? Then it inform to the brain of the system (to processer) whose purpose is to start and stop the motor accordingly. A continuous collision detection algorithm is there. The algorithm is designed in such a way so that for any detection of collision system get alert. First it will respond in the form of error then stop or change its direction. We can also increase the number of sensor input to microcontroller like left sensor unit, right sensor unit, front and back unit for robot car for make it more reliable.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 216 4. PROTEUS SIMULATION SOFTWARE: Fig-3: Simulation on Proteus 5. APPLICATION AREA There are verities of application of an automatic collision detection device. Some of them are like in space application, an intelligent self driven car, railway and metro automation, intelligent robots, traction control system, dynamic steering response, intelligent parking, traffic signal recognition, intelligent speed adaptive system. There are endless scopes of this idea. This idea is easy adaptable with latest technology. We can merge different technology for making one of the best automatic collision devices. These devices can use in military, hospitals, traffic control, space application etc. 6. ADVANTAGES & LIMITATION A vehicle with automatic collision detection system will increase the reliability. It increases capacity t roads and higher speed limit for autonomous car. In autonomous car it would not matter, if the occupant is under age, over age, intoxicated or blind. Not-collision car and autonomous car can go for pick up the passenger without driver. This will also help in reduction the physical road signage. This vehicle can operate themselves in environment like where impossible to go for human and operate themselves automatically. This system mainly reduces the driver stress if it’s a semi automatic or can give warning in advance on dash board. If system is connected with GPS then it’s easier to find the condition of roads. The main disadvantage of the system if that we can’t totally depends on system response. Information given by the sensor can mislead the person if the orientation of the sensor and camera is changed from a particular position. The collision detection system is also get effected by the environmental conditions like by dust, fog etc. Algorithm designed will be more complex because multiple tasks are being given to single processer when there are multiple tasks in an autonomous vehicle. Tasks are chosen to be done according to the priority and severity. Response of the system should be in fraction of second otherwise imminent crash can happen. Vehicle with anti-collision system will increase the cost because it requires additional vehicle equipment, service, maintenance and possibly additional roadway infrastructure. Also additional risk such as system failure, be less reliable under some critical condition etc. Security for information abuse, failure of GPS system can cause problem. Over- ridden of automatic collision algorithm by manual operation can also creates problem. Collision prevention assistance requires a sufficient radar reflectance of objects and efficiency of sensor are compromised by snow, mud or leaves. 7. RESULT Our system is working for small range of operation and collision is being detected and when collision being detected it might stop or turn as per program develop. As following the result of motor motion has shown on LCD screen i.e. start, clockwise, anticlockwise, stop etc. Fig- 4: Interface screen 8. CONCLUSIONS The embedded system for collision detection can ensure the protection and operation of autonomous robots in the condition where zero human interference. If we see this technology with its future there are endless development scope and technology we can merge with it. Everything will became automatic and also sending status information to owner about collision happening or not. ACKNOWLEDGEMENTS I am deeply grateful to the professors, faculties and technical staff of Electrical, Electronics & Communication Engineering of ITM University, Gurgaon by whose support I was able to complete my research work. I want to thanks my friends also who were involved in their research work and same time they help me with their practical experience.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | June-2014, Available @ http://www.ijret.org 217 REFERENCES [1]. Frederic Maire “Vision Based Anti-collision System for Rail Track Maintenance Vehicles”, Australia Faculty of IT, Queensland University of Technology. [2]. Arun P; Sabarinath G; Palai, Kottayam,; Madhukumar S; Careena P “Collision And Level Crossing Protection System for Indian Railways” International Journal of Latest Trends in Engineering and Technology (IJLTET). [3]. CH. ANUSHA1, CH.V.S.GOPINATH2, P. NAGAMALLAIAH3 “ANTI COLLISION DEVICE BETWEEN TRAINS USING ZIGBEE” International Conference on Electronics and Communication Engineering (ECE) 7th April 2013, Bangalore,ISBN:978-93-82208-84-6. [4]. Arun.P ; Saritha.S ; Madhukumar.S “Simulation of Zigbee based Tacs for Collision Detection and Avoidance for Railway Traffic” Special Issue of International Journal of Computer Applications (0975 – 8887) on Advanced Computing and Communication Technologies for HPC Applications - ACCTHPCA, June 2012. [5]. SANDHYA GAUTAM;SANDIP NEMADE;TEENA SAKLA “SIMULATION OF AN ANTI-COLLISION SYSTEM ON SAME TRACK FOR RAILWAYS” Sandhya Gautam et. al. /International Journal of Engineering and Technology Vol. 2(9), 2010, 4832-4837. [6]. J.D.Prathusha, K.S.Roy , Mahaboob Ali “ARM Cortex M3 Based Collision Detection System” International Journal of Engineering Trends and Technology (IJETT) - Volume4Issue5- May 2013. [7]. G.Anjali bissa, S.Jayasudha, R.Narmatha and B.Rajmohan “ Train Collision Avoidance System Using Vibration Sensors And Zigbee Technology” IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 1, March, 2013 ISSN: 2320 – 8791. [8]. Rossi Passarella, Bambang Tutuko & Aditya P.P. Prasetyo “ DESIGN CONCEPT OF TRAIN OBSTACLE DETECTION SYSTEM IN INDONESIA” IJRRAS 9 (3) December 2011. [9]. Thomas Strang, Michael Meyer zu Hörste, Xiaogang Gu “ A RAILWAY COLLISION AVOIDANCE SYSTEM EXPLOITING AD-HOC INTER-VEHICLE COMMUNICATIONS AND GALILEO” German Aerospace Center (1)Institute of Communications and Navigation (2)Institute of Transportation Systems. [10]. Mr. N. Sambamurthy, Sk. Hasane Ahammad, “ Prevention of Train Accidents Using Wireless Sensor Networks” Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1592-1597. [11]. Richard W. Wall , Jerry Bennett, Greg Eis, Kevin Lichy, and Elizabeth Owings, “CREATING A LOW-COST AUTONOMOUS VEHICLE” Students, University of Idaho Electrical and Computer Engineering Dept.Moscow. [12]. Raja Jurdak, Kevin Klues, Brano Kusy, Christian Richter, Koen Langendoen, and Michael Brünig “Opal: A Multiradio Platform for High Throughput Wireless Sensor Networks” IEEE EMBEDDED SYSTEMS LETTERS, VOL. 3, NO. 4, DECEMBER 2011. BIOGRAPHIES Anish Kumar is currently is doing Post Graduation in Embedded Systems from ITM University, Gurgaon. He completed his B.Tech in Electrical Engineering from Chitkara Institute of Engineering and Technology Rajpura, Chandigarh under Punjab Technical University Jalandher in 2011. His area of interest is Embedded System Design and Real Time Systems. Ramandeep Singh is an Assistant Professor in EECE Department of ITM University, Gurgaon. He is pursuing PhD in embedded systems from ITM University. In 2009 he has completed M.E. in embedded systems. He is a B. Tech. graduate from GGSIPU, Delhi. His core research areas are low power embedded systems, robotics, FPGA based embedded systems and SCADA. Prior to joining ITM University he has worked with NXP Semiconductors, Bangalore. He has various publications in international journals and conferences.