SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5362
VEHICLE ACCIDENT PREVENTION SYSTEM
Prof.S.S. Patil, C.S.Tupe, S.B.Solomon, K.H.Doke, H.S.Pawari
Professor,Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India
Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India
Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India
Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India
Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This project deals with prevention of vehicle accidents .In this project, we are designing a system which will
automatically incur penalty to the car driver for violation of traffic rules which means blocking pedestrian lane,crossing signal
when it is red, crossing the speed limit in speed limit zone. Also the car will not start if the driver is drunk. This will help to bring
discipline on road
Key Words: Node mcu, gsm module 800l, Relay,MQ3 sensor, Motor driver
1.INTRODUCTION
In the past few years, traffic accidents & congestions have increased enormously. Though the vehicle
volume has increased exponentially, the road infrastructure has not been improved proportionately. This
in turn leads to increased traffic congestion and road accidents. Different technologies are there to detect
traffic congestion and to make congestion management more efficient, but these technologies have
several drawbacks, such as installation problems, complexity, cost, etc. We realize that road accidents is
one of the major problem nowadays in every city.
Major cause of road accidents are:
 Drink and drive
 overspending
 traffic rules violation
In an attempt to reduce the problems related to traffic & improve the traffic discipline, advanced
technological solutions have been proposed in this project. In this project we are designing a
system,which will continuously monitor the vehicle using USB Camera and will automatically incur
penalty to car driver for violation of traffic rules such as blocking pedestrian lane, crossing signal when it
is red, crossing speed limit in speed limit zone. Also if driver is drunk then car will not start. This will help
to bring discipline on road.
1.1 Block Diagram
Drink and Drive
Alcohol
sensor
GSM
MODULE
800
Node mcu
Relay
Key
Ignition
Led
Buzzer
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5363
Over speeding and Traffic Rule Violation
Traffic signal
2. WORKING
 FOR DRINK AND DRIVE CASE
Our system is designed in such a way that the ignition circuit is controlled by interfacing set of
sensors,logic circuit and node mcu. weknow that the ignitionkeyofvehiclehastobeturnedintwosteps,one
for switching ON the electrical circuit and second step for cranking the engine. as per our design, exhaled air
reaches the sensor unit where it is checked for alcohol i.e whether the person is drunk or not, depending on
the output of the node mcu controls the ignition process. If the person is drunk then ignition will be locked
automatically and car will not start and through gsm module message will be sent to his /her family
members. If the person is not drunk then car engine will be turned ON.
 FOR OVERSPEEDING /TRAFFIC SIGNAL
Automatic license plate recognition is a Computer Vision technique whichisabletorecognizea licenseplatenumber.This
system is useful in many field likes parking lots, private and public entrances,theftcontrol.Thispaperwedesignedsucha
system. First we capture the image from camera then load into system after that we used OpenCV library tools. Then we
make the training set of different characters of different sizes. On the basisofthesetrainingsetweextractedthecharacter
from images. When the license plate is detected, its digits are recognized and send to server.
Speed
limit
crossed
Next
station
Speed
sensor
server
camera
substation
USB
Camera
Gsm
module
R
Y
G
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5364
Capture
The image of the vehicle is captured using a high resolution photographic camera. A better choice is an Infrared (IR)
camera. The camera may be rolled and pitched with respect to the license plates.
• Preprocess
Preprocessing is the set algorithms applied on the image to enhance the quality. It is an important and
common phase in any computer vision system. For the present system Preprocessing involves two processes:
Resize – The image size from the camera might be large and can drive the system slow. It is to be re-sized to a
feasible aspect ratio. Convert Color Space – Images captured using IR or photographic cameras will be either
in raw format or encoded into some multimedia standards. Normally, these images will be in RGB mode, with
three channels (viz. red, green and blue).
License Plate Extractor
This is most critical process in License Plate RecognitionSystem.Inthisprocessweapplydifferenttechniquesonimageto
detect and extract license plate. This process is divided in two parts.
License Plate Detection through Haar-like features
In image processing techniques, Haar-like features are used torecognize objects from image . If our proposed system is
selected to detect only license plates then the Haar-like features are used for this purpose and no further processing is done.
This technique is old and laborious and more over needs a large database to store the collected samples nearly about 10000
images of the plates and characters
License Plate Detection through Edge Detection
In the other case, if our proposed system has to recognize license plates, then the binary image is created from the
image. After that following steps are performed to extract license plate from binary image:
1. Four Connected Points are searched from binary image.
2. Width/Height ratio is matched against those connected points.
3. License Plate region is extracted from image.
4. Transformation of extracted license plate is performed.
Then the extracted license plate is passed to next component for further processing. Thisapproachisquick andtakes
less execution time and memory with high a efficiency ratio. That’s why we have adopted this technique in our project.
Character Segmentation
In this part further image processing is done on extracted license plate to remove unnecessary data. After character
segmentation, the extracted license plate has only those characters that belong to license number. This also achieved with the
width height ratios matching with the contours detected on extracted number plate.
Optical Character Recognition
Finally, the selected blobs are send to a Optical Character Recognition (OCR) Engine, which returns the ASCII of the license
number.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5365
Server Side
The licence no is then sent to server through php on server side that data is stored in MySQL database.The data can be seen
using server ip, on any browser.
2.1 COMPONENTS
1. NODE MCU
2. L298N MOTOR DRIVER
3. ALCOHOL SENSOR MQ3
4. 12V DC RC MOTOR
5. GSM MODULE 800L
6. USB WEB CAMERA
1. NODE MCU
We have selected Node MCU as controller for our project, Because it can connect to Network and also work as controller.
Node MCU use esp 8266 12e Wi-Fi Soc chip set , it has 13 GPIO pins.Node MCU easily work withdatabasesservers.Weare
post our data in remote server for global access. Node MCU can be connect to other router and can also work as routeron
same time.To edit external Wi-Fi router settings we are using both modes. Simple HTML page is used to get SSID and
password of external Wi-Fi router setting. Once submitted the data is stored in EEPROM and thenaftersoftwarerestartit
get automatically connect to router and connect to internet.In our project Node MCU checks sensor data in every 20
microsecond and post data to server. In server one PHP program check for post and save it in database.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5366
2. L298N Motor Driver
It is an integrated monolithic circuit in a 15- lead Multiwatt. It is a high voltage , high currentdual full-bridgedriverdesignedto
accept standard TTL logic level and drive inductive loads such as relays, solenoids, DC andsteppingmotors.Twoenableinputs
are provided to enable or disable the device independently of the input signals.The emitters of the lower transistors of each
bridge are connected together rand the corresponding external terminal can be used for the connection of anexternal sensing
resistor. An additional Supply input is provided so that the logic works at a lower voltage.
3 Alcohol Sensor MQ3
MQ3 GAS Sensor is a very easy to use and very handy sensor. It is suitable for sensing Alcohol gas concentration.The
Sensitive material of MQ-3 gas sensor is SnO2, which is with lower conductivity in clean air.MQ3 Alcohol GAS Sensor
can detect Alcohol gas concentrations anywhere from 200 to 10000 ppm. The MQ3 GAS sensor has a very high
sensitivity to Alcohol gas. The sensitive material of Q3 Sensor is SnO2, which has lower conductivity in clean air.
When the target alcohol gas exist,the sensor’s conductivity is higheralong with the gas concentration rising.MQ3 GAS
sensor has high sensitivity to Alcohol, and good resistance to disturb of gasoline, smoke and vapour. The sensor could
be used to detect alcohol with different concentration, it is with low cost and suitable for different application.
4 12v dc RC motor
DC motors are electric motors that are powered by direct current (DC), such as from a battery or DC power supply. Their
commutation can be brushed or brush less. The speed of a brushed DC motor can be controlled by changing the voltage
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5367
alone. By contrast, an AC motor is powered by alternating current (AC)whichisdefinedbybotha voltageanda frequency.
Consequently, motors that are powered by AC requirea changeinfrequencytochange speed,involvingmorecomplexand
costly speed control. This makes DC motors better suited for equipment ranging from 12VDC systems in automobiles to
conveyor motors, both which require fine speed control for a range of speeds above and below the rated speeds.
5 GSM MODULE 800L
The SIM800L module supports quad-band GSM/GPRS network, available for GPRS and SMS message data remote
transmission. The SIM800L communicates with microcontroller via UART port, supports command including 3GPP TS
27.007, 27.005 and SIMCOM enhanced AT Commands.It also has built-in level translation, so it can work with
microcontroller of higher voltage than 2.8V default. Besides, the board also supports A-GPS technique which is called
mobile positioning and gets position by mobile network. This features make it can also be a tracker module.
6 USB WEB CAMERA
A webcam is a video camera that feeds or streams its image in real time to or through a computer to a computer
network. When "captured" by the computer, the video stream may be saved, viewed or sent on to other networks
travelling through systems such as the internet, and e-mailed as an attachment. When sent to a remote location, the
video stream may be saved, viewed or on sent there.
3. CONCLUSIONS
This system can be use for prevention of vehicle accidents and for driver’s safety purpose. By using this system we can be able
to maintain discipline on road. If traffic rule is violated,It sends the alert message to the authorized person.
ACKNOWLEDGEMENT
Our project not only gives us chance to explore our field but also gave us an opportunity to learn the minute’s details of the
electronic and telecommunication. With the completionofourproject,weowegratemanythankstoallthosewithoutwhomthis
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5368
world have been a distinct realityFirstly weexpress our gratefullness to Dr. M. Z. Shaikh, Principle, Bharati Vidyapeeth College
Of Engineering, Navi Mumbai for providing with a vital opportunity and an environment to carry out our project work
successfully.We extend our heartfelt thanks to Prof. P.A.Kharade, head of department of electronics and telecommunication
department B.V.C.O.Eand our project guide Prof.S.R.Wategaonkar forproviding us withthebestoffacilitiestomakethisproject
and for consistently encouraging and giving us full liberty with the project.Thanks to our friends for giving their support at the
hour of need lastly, deepest thanks to our families who provided us with the conductive environment and infrastructure in
successfully completion of the present work.
REFERENCES
 Indian Penal Code,1860, Section 279-Rash driving orriding on a public way.[Online]:http://indianlawcases.com/Act-
Indian.Penal.Code,1860-1726
 Inara Hasanali (2016) Alcohol and Driving. [Online]:http://www.medindia.net/patients/patientinfo/alcoholdriving-
indian-law.htm
 G. Ou, Y. Gao and Y. Liu, "Real-Time VehicularTraffic Violation Detection in Traffic MonitoringStream," in Web
Intelligence and Intelligent AgentTechnology (WI-IAT), 2012 IEEE/WIC/ACM International Conferences, Macau, 2012.
 EFU magazines, and www.EfU.com
 "http://www.internationaljournalssrg.org/IJECE/2015/Volume2-Issue2/IJECE-V2I2P104.pdf

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
 
IRJET- On Board Diagnostics (OBD)3 for Vehicular Management
IRJET- On Board Diagnostics (OBD)3 for Vehicular ManagementIRJET- On Board Diagnostics (OBD)3 for Vehicular Management
IRJET- On Board Diagnostics (OBD)3 for Vehicular Management
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
 
IRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway TrackIRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway Track
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in Automobiles
 
IRJET- Smart Parking System using IoT
IRJET-  	  Smart Parking System using IoTIRJET-  	  Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- IoT based Alcohol Smocking Detection System for Public Transport
IRJET- IoT based Alcohol Smocking Detection System for Public TransportIRJET- IoT based Alcohol Smocking Detection System for Public Transport
IRJET- IoT based Alcohol Smocking Detection System for Public Transport
 
Government Poly Arvi.
Government Poly Arvi.Government Poly Arvi.
Government Poly Arvi.
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
RFID Based School Children Security System
RFID Based School Children Security SystemRFID Based School Children Security System
RFID Based School Children Security System
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceCombined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
 
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
IRJET- Density-Based Real-Time Traffic Control System using Image Processing ...
 
IRJET- Smart Helmet an Intelligent Bike System
IRJET- 	  Smart Helmet an Intelligent Bike SystemIRJET- 	  Smart Helmet an Intelligent Bike System
IRJET- Smart Helmet an Intelligent Bike System
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
IRJET- Do not Park
IRJET- Do not ParkIRJET- Do not Park
IRJET- Do not Park
 
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
 

Semelhante a IRJET- Vehicle Accident Prevention System

Semelhante a IRJET- Vehicle Accident Prevention System (20)

IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
 
IRJET - Toll and Vehicle Rules Automation System
IRJET - Toll and Vehicle Rules Automation SystemIRJET - Toll and Vehicle Rules Automation System
IRJET - Toll and Vehicle Rules Automation System
 
IRJET- Self Driving Car using Raspberry-Pi and Machine Learning
IRJET- Self Driving Car using Raspberry-Pi and Machine LearningIRJET- Self Driving Car using Raspberry-Pi and Machine Learning
IRJET- Self Driving Car using Raspberry-Pi and Machine Learning
 
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
 
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
 
SMART HELMET SYSTEM
SMART HELMET SYSTEMSMART HELMET SYSTEM
SMART HELMET SYSTEM
 
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
 
Smart Driving Test Track
Smart Driving Test TrackSmart Driving Test Track
Smart Driving Test Track
 
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry PiIRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
 
SMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOTSMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOT
 
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
IRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCVIRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCV
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking 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 - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for Drivers
 
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLEAUTOMATIC DETECTION OF OVERSPEED VEHICLE
AUTOMATIC DETECTION OF OVERSPEED VEHICLE
 
IRJET- Efficient IoT based Automated Toll Collection System
IRJET-  	  Efficient IoT based Automated Toll Collection SystemIRJET-  	  Efficient IoT based Automated Toll Collection System
IRJET- Efficient IoT based Automated Toll Collection System
 
IRJET - Smart Parking Guidance System
IRJET -  	  Smart Parking Guidance SystemIRJET -  	  Smart Parking Guidance System
IRJET - Smart Parking Guidance System
 
Automated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving LicensesAutomated Driving Test and Issuing Of Driving Licenses
Automated Driving Test and Issuing Of Driving Licenses
 
Design and Analysis of Ignition based on RFID by Arduino Nano Compiler
Design and Analysis of Ignition based on RFID by Arduino Nano CompilerDesign and Analysis of Ignition based on RFID by Arduino Nano Compiler
Design and Analysis of Ignition based on RFID by Arduino Nano Compiler
 

Mais de IRJET Journal

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 

Último (20)

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 

IRJET- Vehicle Accident Prevention System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5362 VEHICLE ACCIDENT PREVENTION SYSTEM Prof.S.S. Patil, C.S.Tupe, S.B.Solomon, K.H.Doke, H.S.Pawari Professor,Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India Student, Dept. of Electronics & Tele. Engineering,Bharati vidyapeeth college of engineering,Mahrashtra,India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This project deals with prevention of vehicle accidents .In this project, we are designing a system which will automatically incur penalty to the car driver for violation of traffic rules which means blocking pedestrian lane,crossing signal when it is red, crossing the speed limit in speed limit zone. Also the car will not start if the driver is drunk. This will help to bring discipline on road Key Words: Node mcu, gsm module 800l, Relay,MQ3 sensor, Motor driver 1.INTRODUCTION In the past few years, traffic accidents & congestions have increased enormously. Though the vehicle volume has increased exponentially, the road infrastructure has not been improved proportionately. This in turn leads to increased traffic congestion and road accidents. Different technologies are there to detect traffic congestion and to make congestion management more efficient, but these technologies have several drawbacks, such as installation problems, complexity, cost, etc. We realize that road accidents is one of the major problem nowadays in every city. Major cause of road accidents are:  Drink and drive  overspending  traffic rules violation In an attempt to reduce the problems related to traffic & improve the traffic discipline, advanced technological solutions have been proposed in this project. In this project we are designing a system,which will continuously monitor the vehicle using USB Camera and will automatically incur penalty to car driver for violation of traffic rules such as blocking pedestrian lane, crossing signal when it is red, crossing speed limit in speed limit zone. Also if driver is drunk then car will not start. This will help to bring discipline on road. 1.1 Block Diagram Drink and Drive Alcohol sensor GSM MODULE 800 Node mcu Relay Key Ignition Led Buzzer
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5363 Over speeding and Traffic Rule Violation Traffic signal 2. WORKING  FOR DRINK AND DRIVE CASE Our system is designed in such a way that the ignition circuit is controlled by interfacing set of sensors,logic circuit and node mcu. weknow that the ignitionkeyofvehiclehastobeturnedintwosteps,one for switching ON the electrical circuit and second step for cranking the engine. as per our design, exhaled air reaches the sensor unit where it is checked for alcohol i.e whether the person is drunk or not, depending on the output of the node mcu controls the ignition process. If the person is drunk then ignition will be locked automatically and car will not start and through gsm module message will be sent to his /her family members. If the person is not drunk then car engine will be turned ON.  FOR OVERSPEEDING /TRAFFIC SIGNAL Automatic license plate recognition is a Computer Vision technique whichisabletorecognizea licenseplatenumber.This system is useful in many field likes parking lots, private and public entrances,theftcontrol.Thispaperwedesignedsucha system. First we capture the image from camera then load into system after that we used OpenCV library tools. Then we make the training set of different characters of different sizes. On the basisofthesetrainingsetweextractedthecharacter from images. When the license plate is detected, its digits are recognized and send to server. Speed limit crossed Next station Speed sensor server camera substation USB Camera Gsm module R Y G
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5364 Capture The image of the vehicle is captured using a high resolution photographic camera. A better choice is an Infrared (IR) camera. The camera may be rolled and pitched with respect to the license plates. • Preprocess Preprocessing is the set algorithms applied on the image to enhance the quality. It is an important and common phase in any computer vision system. For the present system Preprocessing involves two processes: Resize – The image size from the camera might be large and can drive the system slow. It is to be re-sized to a feasible aspect ratio. Convert Color Space – Images captured using IR or photographic cameras will be either in raw format or encoded into some multimedia standards. Normally, these images will be in RGB mode, with three channels (viz. red, green and blue). License Plate Extractor This is most critical process in License Plate RecognitionSystem.Inthisprocessweapplydifferenttechniquesonimageto detect and extract license plate. This process is divided in two parts. License Plate Detection through Haar-like features In image processing techniques, Haar-like features are used torecognize objects from image . If our proposed system is selected to detect only license plates then the Haar-like features are used for this purpose and no further processing is done. This technique is old and laborious and more over needs a large database to store the collected samples nearly about 10000 images of the plates and characters License Plate Detection through Edge Detection In the other case, if our proposed system has to recognize license plates, then the binary image is created from the image. After that following steps are performed to extract license plate from binary image: 1. Four Connected Points are searched from binary image. 2. Width/Height ratio is matched against those connected points. 3. License Plate region is extracted from image. 4. Transformation of extracted license plate is performed. Then the extracted license plate is passed to next component for further processing. Thisapproachisquick andtakes less execution time and memory with high a efficiency ratio. That’s why we have adopted this technique in our project. Character Segmentation In this part further image processing is done on extracted license plate to remove unnecessary data. After character segmentation, the extracted license plate has only those characters that belong to license number. This also achieved with the width height ratios matching with the contours detected on extracted number plate. Optical Character Recognition Finally, the selected blobs are send to a Optical Character Recognition (OCR) Engine, which returns the ASCII of the license number.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5365 Server Side The licence no is then sent to server through php on server side that data is stored in MySQL database.The data can be seen using server ip, on any browser. 2.1 COMPONENTS 1. NODE MCU 2. L298N MOTOR DRIVER 3. ALCOHOL SENSOR MQ3 4. 12V DC RC MOTOR 5. GSM MODULE 800L 6. USB WEB CAMERA 1. NODE MCU We have selected Node MCU as controller for our project, Because it can connect to Network and also work as controller. Node MCU use esp 8266 12e Wi-Fi Soc chip set , it has 13 GPIO pins.Node MCU easily work withdatabasesservers.Weare post our data in remote server for global access. Node MCU can be connect to other router and can also work as routeron same time.To edit external Wi-Fi router settings we are using both modes. Simple HTML page is used to get SSID and password of external Wi-Fi router setting. Once submitted the data is stored in EEPROM and thenaftersoftwarerestartit get automatically connect to router and connect to internet.In our project Node MCU checks sensor data in every 20 microsecond and post data to server. In server one PHP program check for post and save it in database.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5366 2. L298N Motor Driver It is an integrated monolithic circuit in a 15- lead Multiwatt. It is a high voltage , high currentdual full-bridgedriverdesignedto accept standard TTL logic level and drive inductive loads such as relays, solenoids, DC andsteppingmotors.Twoenableinputs are provided to enable or disable the device independently of the input signals.The emitters of the lower transistors of each bridge are connected together rand the corresponding external terminal can be used for the connection of anexternal sensing resistor. An additional Supply input is provided so that the logic works at a lower voltage. 3 Alcohol Sensor MQ3 MQ3 GAS Sensor is a very easy to use and very handy sensor. It is suitable for sensing Alcohol gas concentration.The Sensitive material of MQ-3 gas sensor is SnO2, which is with lower conductivity in clean air.MQ3 Alcohol GAS Sensor can detect Alcohol gas concentrations anywhere from 200 to 10000 ppm. The MQ3 GAS sensor has a very high sensitivity to Alcohol gas. The sensitive material of Q3 Sensor is SnO2, which has lower conductivity in clean air. When the target alcohol gas exist,the sensor’s conductivity is higheralong with the gas concentration rising.MQ3 GAS sensor has high sensitivity to Alcohol, and good resistance to disturb of gasoline, smoke and vapour. The sensor could be used to detect alcohol with different concentration, it is with low cost and suitable for different application. 4 12v dc RC motor DC motors are electric motors that are powered by direct current (DC), such as from a battery or DC power supply. Their commutation can be brushed or brush less. The speed of a brushed DC motor can be controlled by changing the voltage
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5367 alone. By contrast, an AC motor is powered by alternating current (AC)whichisdefinedbybotha voltageanda frequency. Consequently, motors that are powered by AC requirea changeinfrequencytochange speed,involvingmorecomplexand costly speed control. This makes DC motors better suited for equipment ranging from 12VDC systems in automobiles to conveyor motors, both which require fine speed control for a range of speeds above and below the rated speeds. 5 GSM MODULE 800L The SIM800L module supports quad-band GSM/GPRS network, available for GPRS and SMS message data remote transmission. The SIM800L communicates with microcontroller via UART port, supports command including 3GPP TS 27.007, 27.005 and SIMCOM enhanced AT Commands.It also has built-in level translation, so it can work with microcontroller of higher voltage than 2.8V default. Besides, the board also supports A-GPS technique which is called mobile positioning and gets position by mobile network. This features make it can also be a tracker module. 6 USB WEB CAMERA A webcam is a video camera that feeds or streams its image in real time to or through a computer to a computer network. When "captured" by the computer, the video stream may be saved, viewed or sent on to other networks travelling through systems such as the internet, and e-mailed as an attachment. When sent to a remote location, the video stream may be saved, viewed or on sent there. 3. CONCLUSIONS This system can be use for prevention of vehicle accidents and for driver’s safety purpose. By using this system we can be able to maintain discipline on road. If traffic rule is violated,It sends the alert message to the authorized person. ACKNOWLEDGEMENT Our project not only gives us chance to explore our field but also gave us an opportunity to learn the minute’s details of the electronic and telecommunication. With the completionofourproject,weowegratemanythankstoallthosewithoutwhomthis
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5368 world have been a distinct realityFirstly weexpress our gratefullness to Dr. M. Z. Shaikh, Principle, Bharati Vidyapeeth College Of Engineering, Navi Mumbai for providing with a vital opportunity and an environment to carry out our project work successfully.We extend our heartfelt thanks to Prof. P.A.Kharade, head of department of electronics and telecommunication department B.V.C.O.Eand our project guide Prof.S.R.Wategaonkar forproviding us withthebestoffacilitiestomakethisproject and for consistently encouraging and giving us full liberty with the project.Thanks to our friends for giving their support at the hour of need lastly, deepest thanks to our families who provided us with the conductive environment and infrastructure in successfully completion of the present work. REFERENCES  Indian Penal Code,1860, Section 279-Rash driving orriding on a public way.[Online]:http://indianlawcases.com/Act- Indian.Penal.Code,1860-1726  Inara Hasanali (2016) Alcohol and Driving. [Online]:http://www.medindia.net/patients/patientinfo/alcoholdriving- indian-law.htm  G. Ou, Y. Gao and Y. Liu, "Real-Time VehicularTraffic Violation Detection in Traffic MonitoringStream," in Web Intelligence and Intelligent AgentTechnology (WI-IAT), 2012 IEEE/WIC/ACM International Conferences, Macau, 2012.  EFU magazines, and www.EfU.com  "http://www.internationaljournalssrg.org/IJECE/2015/Volume2-Issue2/IJECE-V2I2P104.pdf