SlideShare a Scribd company logo
1 of 16
Download to read offline
VEHICLE
ACCIDENT
PREVENTION
SYSTEM
USING EYE BLINK SENSOR
INTRODUCTION
• Vehicle Accidents are more common if driving is Inadequate.
• Various things involved in car crashes such as high speed, sleep while
driving other distractions such as texting while driving, talking to others,
playing with children, etc.
• Driver Drowsiness is recognized as an important factor in Vehicle Accident.
• The National Highway Traffic Safety Administration estimates
that 1,00,000 accidents are the direct result of driver fatigue each year.
• The only solution to this problem is detecting the drowsiness and alerting
the driver.
• In this Project, we will prevent the road accident using Eye Blink Sensor
where a vehicle is stopped immediately and intimated whenever necessary.
PURPOSE OF THIS SYSTEM
• The basic purpose of this system is to track the driver’s eye movements using
Eye blink Sensor and if the driver is feeling drowsy, then the system will trigger
the system by stopping the wheel movement of car ultimately stopping the car
and a loud buzzer alert.
• This will prevent accident as the due to beep sound the driver will be awaked
and if not the vehicle will automatically stop.
• This project can be really helpful by saving the precious life of person.
COMPONENT REQUIRED
• 1. Arduino UNO
• 2. Eye Blink Sensor with Goggles
• 3. 2 Channel 5V Relay Module
• 4. 9V Battery +Jack
• 5. Dual Shaft DC Geared Motor 100 RPM (BO Motor)
• 6. Robot Wheel 65mm for DC Geared Motor
• 7. Some Jumpers ( for Connection Male to Female )
• 8. Buzzer
COSTING
COMPONENTS DESCRIPTION
• 1. EYE BLINK SENSOR
• Eye blink Sensor is a relatively simple sensor used to detect eye blink.
• The infrared sensor is mounted on the glasses and positioned in a way so
that it lines up with the user’s eye.
• The infrared then gives an output HIGH signal when the sensor detects a
blink, that is the user closes their eyes. The infrared sensor also has an
onboard indicator LED to alert the user of the same.
• About Pins→
• IR Sensor has 3 pins – 1.Vcc 2. GND 3. OUT
• VCC and GND can be connected to the system
• The OUT pin can directly connected to any digital input pin of any
microcontroller
Working Principle of Eye Blink Sensor
• The IR sensor works based on the principle of IR.
• The onboard IR array contains two components, an IR Emitter and an IR Photodiode
• The IR Emitter emits an IR light towards the eye. The IR Photodiode is designed to
detect if the radiation of the same wavelength is reflected back and detected. If the eye is
closed, the IR rays will reflect back with a larger intensity and the photodiode will detect
it. If the eye is open, the IR rays will either go into the eye or scatter across the eye
thereby causing a very low intensity of reflected IR light. Therefore, by monitoring the
Photodiode, we can come to a reasonable conclusion if the eye is indeed closed or not.
2. RELAY MODULE
• Arduino runs on 5 volts,it cannot directly
control these high-voltage appliances like
bulb, fan ,motors etc
• This is where relay modules (
Electromagnetic Switch )come into play.
• . The device is connected between the COM
(common) terminal and either the NC
(normally closed) or NO (normally open)
terminal, depending on whether the device
should remain normally on or off.
BLOCK DIAGRAM OF THE PROJECT
CONNECTION
EYE BLINK SENSOR Arduino
Vcc 5V
GND GND
Vout D 10
RELAY Arduino
Vcc 5V
GND GND
IN1 D11
NC
Common
NO
Connect the (+) Terminal of motor to
(+) of battery
CODE
void setup() {
Serial.begin(9600);
pinMode(13,OUTPUT); // Buzzer connected to pin 13
pinMode(11,OUTPUT); // Relay is connect to pin 11
pinMode(10,INPUT); //Eye Blink Sensor out pin connected to pin 10
}
void loop() {
long s1=digitalRead(10);
Serial.println(s1);
if(s1==HIGH) // when eye closed
{
delay(3000);
digitalWrite(13,HIGH);
delay(1000);
digitalWrite(11,HIGH); // Vehicle stopped after s1 =high when eye closed
}
else{
delay(500);
digitalWrite(13,LOW);
digitalWrite(11,LOW); // Vehicle Running
}
The duration of a blink is on average 100–150 milliseconds
according to UCL researcher and between 100 and 400
ms according to the Harvard Database of Useful Biological
Numbers. Closures in excess of 1000 ms were defined as
microsleeps
Start
Eye Blink Sensor
Is Drowsing Detected?

More Related Content

What's hot

Drives lec 11_12_Braking of DC Motors
Drives lec 11_12_Braking of DC MotorsDrives lec 11_12_Braking of DC Motors
Drives lec 11_12_Braking of DC MotorsMohammad Umar Rehman
 
Dc Motor Construction and Working
Dc Motor Construction and WorkingDc Motor Construction and Working
Dc Motor Construction and WorkingSourabh sharma
 
Night Vision Technology.Final
Night Vision Technology.FinalNight Vision Technology.Final
Night Vision Technology.Finalpratik665
 
Electric vehicle smart charging
Electric vehicle smart chargingElectric vehicle smart charging
Electric vehicle smart chargingSiddhant Shirguppe
 
Lecture 3 image sampling and quantization
Lecture 3 image sampling and quantizationLecture 3 image sampling and quantization
Lecture 3 image sampling and quantizationVARUN KUMAR
 
Single Phase Induction Motor Speed Control
Single Phase Induction Motor Speed ControlSingle Phase Induction Motor Speed Control
Single Phase Induction Motor Speed ControlEdgefxkits & Solutions
 
Future of Solar Technology - Solar Energy Facts
Future of Solar Technology - Solar Energy FactsFuture of Solar Technology - Solar Energy Facts
Future of Solar Technology - Solar Energy FactsPremier Energy
 
Advancement in solar technology
 Advancement in solar technology  Advancement in solar technology
Advancement in solar technology Ujjwal Singh
 
Energy Harvesting - An Introduction
Energy Harvesting - An IntroductionEnergy Harvesting - An Introduction
Energy Harvesting - An IntroductionMohammad Tawfik
 
Night vision technology
Night vision technologyNight vision technology
Night vision technologygy_manish
 
Led lighting for energy efficiency
Led lighting for energy efficiencyLed lighting for energy efficiency
Led lighting for energy efficiencyBHUPATI PRADHAN
 

What's hot (20)

Drives lec 11_12_Braking of DC Motors
Drives lec 11_12_Braking of DC MotorsDrives lec 11_12_Braking of DC Motors
Drives lec 11_12_Braking of DC Motors
 
Dc Motor Construction and Working
Dc Motor Construction and WorkingDc Motor Construction and Working
Dc Motor Construction and Working
 
Plasma display
Plasma  displayPlasma  display
Plasma display
 
Electric car
Electric car  Electric car
Electric car
 
Night Vision Technology.Final
Night Vision Technology.FinalNight Vision Technology.Final
Night Vision Technology.Final
 
Electric vehicle smart charging
Electric vehicle smart chargingElectric vehicle smart charging
Electric vehicle smart charging
 
Lecture 3 image sampling and quantization
Lecture 3 image sampling and quantizationLecture 3 image sampling and quantization
Lecture 3 image sampling and quantization
 
Nightvision
NightvisionNightvision
Nightvision
 
Solar car .ppt
Solar car .pptSolar car .ppt
Solar car .ppt
 
Solar business
Solar businessSolar business
Solar business
 
Single Phase Induction Motor Speed Control
Single Phase Induction Motor Speed ControlSingle Phase Induction Motor Speed Control
Single Phase Induction Motor Speed Control
 
NIGHT VISION TECHNOLOGY
NIGHT VISION TECHNOLOGYNIGHT VISION TECHNOLOGY
NIGHT VISION TECHNOLOGY
 
Permanent Magnet Motors
Permanent Magnet MotorsPermanent Magnet Motors
Permanent Magnet Motors
 
Future of Solar Technology - Solar Energy Facts
Future of Solar Technology - Solar Energy FactsFuture of Solar Technology - Solar Energy Facts
Future of Solar Technology - Solar Energy Facts
 
Advancement in solar technology
 Advancement in solar technology  Advancement in solar technology
Advancement in solar technology
 
UNIT-I-EV.pptx
UNIT-I-EV.pptxUNIT-I-EV.pptx
UNIT-I-EV.pptx
 
Energy Harvesting - An Introduction
Energy Harvesting - An IntroductionEnergy Harvesting - An Introduction
Energy Harvesting - An Introduction
 
Night vision technology
Night vision technologyNight vision technology
Night vision technology
 
Led lighting for energy efficiency
Led lighting for energy efficiencyLed lighting for energy efficiency
Led lighting for energy efficiency
 
MPPT
MPPTMPPT
MPPT
 

Similar to major project vehicle accident prevention.pdf

Eye blink sensor cum accident controller
Eye blink sensor cum accident controllerEye blink sensor cum accident controller
Eye blink sensor cum accident controllershashank shekhar
 
Automatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptxAutomatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptxHamed Raza
 
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorDrowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorIRJET Journal
 
AUTOMATIC INTELLIGENCE BASED CAR
AUTOMATIC INTELLIGENCE BASED CARAUTOMATIC INTELLIGENCE BASED CAR
AUTOMATIC INTELLIGENCE BASED CARPrabal Singh
 
Design and Implementation of Smart Car Driving
Design and Implementation of Smart Car DrivingDesign and Implementation of Smart Car Driving
Design and Implementation of Smart Car Drivingijiert bestjournal
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMBiprajitSarkar
 
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Hariharan L
 
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleAutomotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleIRJET Journal
 
Anti sleep alarm for drivers using arduino project
Anti sleep alarm for drivers using arduino projectAnti sleep alarm for drivers using arduino project
Anti sleep alarm for drivers using arduino projectSazid Hasan Milon
 
ARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptx
ARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptxARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptx
ARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptxmukundnikam1
 
Automatic breaking system.docx
Automatic breaking system.docxAutomatic breaking system.docx
Automatic breaking system.docxPraveenYadav581556
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino unoselvalakshmi24
 
Ppt on brake failure indicator.
Ppt on brake failure indicator.Ppt on brake failure indicator.
Ppt on brake failure indicator.mmnbaig
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemIRJET Journal
 
Micro controller based Traffic control system
Micro controller based Traffic control systemMicro controller based Traffic control system
Micro controller based Traffic control systemRohit Kumar
 

Similar to major project vehicle accident prevention.pdf (20)

EBM.ppt
EBM.pptEBM.ppt
EBM.ppt
 
Drowsy Driver detection system
Drowsy Driver detection systemDrowsy Driver detection system
Drowsy Driver detection system
 
Eye blink sensor cum accident controller
Eye blink sensor cum accident controllerEye blink sensor cum accident controller
Eye blink sensor cum accident controller
 
Automatic Intelligence Based Car
Automatic Intelligence Based Car Automatic Intelligence Based Car
Automatic Intelligence Based Car
 
Automatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptxAutomatic Head Light Intensity control for avoid accidents at night times..pptx
Automatic Head Light Intensity control for avoid accidents at night times..pptx
 
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorDrowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
 
AUTOMATIC INTELLIGENCE BASED CAR
AUTOMATIC INTELLIGENCE BASED CARAUTOMATIC INTELLIGENCE BASED CAR
AUTOMATIC INTELLIGENCE BASED CAR
 
EMBEDDED SYSTEMS
EMBEDDED SYSTEMSEMBEDDED SYSTEMS
EMBEDDED SYSTEMS
 
Design and Implementation of Smart Car Driving
Design and Implementation of Smart Car DrivingDesign and Implementation of Smart Car Driving
Design and Implementation of Smart Car Driving
 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
 
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
Under Graduation Final Year Project - Design of Steering wheel with anti-fati...
 
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleAutomotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
 
Anti sleep alarm for drivers using arduino project
Anti sleep alarm for drivers using arduino projectAnti sleep alarm for drivers using arduino project
Anti sleep alarm for drivers using arduino project
 
ARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptx
ARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptxARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptx
ARDUINO BASED ACCIDENT PREVENTION SYSTEM USING EYE BLINK.pptx
 
Automatic breaking system.docx
Automatic breaking system.docxAutomatic breaking system.docx
Automatic breaking system.docx
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino uno
 
Ppt on brake failure indicator.
Ppt on brake failure indicator.Ppt on brake failure indicator.
Ppt on brake failure indicator.
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
 
SMART HELMET (3).pptx
SMART HELMET (3).pptxSMART HELMET (3).pptx
SMART HELMET (3).pptx
 
Micro controller based Traffic control system
Micro controller based Traffic control systemMicro controller based Traffic control system
Micro controller based Traffic control system
 

Recently uploaded

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

major project vehicle accident prevention.pdf

  • 2. INTRODUCTION • Vehicle Accidents are more common if driving is Inadequate. • Various things involved in car crashes such as high speed, sleep while driving other distractions such as texting while driving, talking to others, playing with children, etc. • Driver Drowsiness is recognized as an important factor in Vehicle Accident. • The National Highway Traffic Safety Administration estimates that 1,00,000 accidents are the direct result of driver fatigue each year. • The only solution to this problem is detecting the drowsiness and alerting the driver. • In this Project, we will prevent the road accident using Eye Blink Sensor where a vehicle is stopped immediately and intimated whenever necessary.
  • 3. PURPOSE OF THIS SYSTEM • The basic purpose of this system is to track the driver’s eye movements using Eye blink Sensor and if the driver is feeling drowsy, then the system will trigger the system by stopping the wheel movement of car ultimately stopping the car and a loud buzzer alert. • This will prevent accident as the due to beep sound the driver will be awaked and if not the vehicle will automatically stop. • This project can be really helpful by saving the precious life of person.
  • 4. COMPONENT REQUIRED • 1. Arduino UNO • 2. Eye Blink Sensor with Goggles • 3. 2 Channel 5V Relay Module • 4. 9V Battery +Jack • 5. Dual Shaft DC Geared Motor 100 RPM (BO Motor) • 6. Robot Wheel 65mm for DC Geared Motor • 7. Some Jumpers ( for Connection Male to Female ) • 8. Buzzer
  • 6. COMPONENTS DESCRIPTION • 1. EYE BLINK SENSOR • Eye blink Sensor is a relatively simple sensor used to detect eye blink. • The infrared sensor is mounted on the glasses and positioned in a way so that it lines up with the user’s eye. • The infrared then gives an output HIGH signal when the sensor detects a blink, that is the user closes their eyes. The infrared sensor also has an onboard indicator LED to alert the user of the same. • About Pins→ • IR Sensor has 3 pins – 1.Vcc 2. GND 3. OUT • VCC and GND can be connected to the system • The OUT pin can directly connected to any digital input pin of any microcontroller
  • 7. Working Principle of Eye Blink Sensor • The IR sensor works based on the principle of IR. • The onboard IR array contains two components, an IR Emitter and an IR Photodiode • The IR Emitter emits an IR light towards the eye. The IR Photodiode is designed to detect if the radiation of the same wavelength is reflected back and detected. If the eye is closed, the IR rays will reflect back with a larger intensity and the photodiode will detect it. If the eye is open, the IR rays will either go into the eye or scatter across the eye thereby causing a very low intensity of reflected IR light. Therefore, by monitoring the Photodiode, we can come to a reasonable conclusion if the eye is indeed closed or not.
  • 8. 2. RELAY MODULE • Arduino runs on 5 volts,it cannot directly control these high-voltage appliances like bulb, fan ,motors etc • This is where relay modules ( Electromagnetic Switch )come into play. • . The device is connected between the COM (common) terminal and either the NC (normally closed) or NO (normally open) terminal, depending on whether the device should remain normally on or off.
  • 9. BLOCK DIAGRAM OF THE PROJECT
  • 10.
  • 11. CONNECTION EYE BLINK SENSOR Arduino Vcc 5V GND GND Vout D 10 RELAY Arduino Vcc 5V GND GND IN1 D11 NC Common NO Connect the (+) Terminal of motor to (+) of battery
  • 12.
  • 13. CODE void setup() { Serial.begin(9600); pinMode(13,OUTPUT); // Buzzer connected to pin 13 pinMode(11,OUTPUT); // Relay is connect to pin 11 pinMode(10,INPUT); //Eye Blink Sensor out pin connected to pin 10 } void loop() { long s1=digitalRead(10); Serial.println(s1);
  • 14. if(s1==HIGH) // when eye closed { delay(3000); digitalWrite(13,HIGH); delay(1000); digitalWrite(11,HIGH); // Vehicle stopped after s1 =high when eye closed } else{ delay(500); digitalWrite(13,LOW); digitalWrite(11,LOW); // Vehicle Running }
  • 15. The duration of a blink is on average 100–150 milliseconds according to UCL researcher and between 100 and 400 ms according to the Harvard Database of Useful Biological Numbers. Closures in excess of 1000 ms were defined as microsleeps
  • 16. Start Eye Blink Sensor Is Drowsing Detected?