SlideShare a Scribd company logo
1 of 23
VEHICLE ACCIDENT
PREVENTATION USING EYE
     BLINK SENSOR




          PROJECT GUIDE


     D.KISHORE M.Tech(Ph.D)
ABSTRACT

 Accidents are increasing at a large pace, and
 various technologies are being introduced to
 reduce the accidents.

 Inthis project we provide by means of accident
 prevention using eye blink where as the vehicle
 is stopped immediately and intimated wherever
 needed.
OVERVIEW
   INTRODUCTION
   BLOCK DIAGRAM OF TRANSMITTER
   BLOCK DIAGRAM OF RECEIVER
   MICROCONTROLLER
   PIN DESCRIPTION
   EYE BLINK SENSOR AND COMPARATOR CIRCUIT
   RF COMMUNICATION
   ENCODER AND DECODER
   MOTOR
   POWER SUPPLY UNIT
   LCD DISPLAY
   LCD INTERFACING
   SOFTWARE SED
   PROGRAM
   CONCLUSION
   FUTURE SCOPE
INTRODUCTION

 Vehicle  accidents are most common if
  the driving is inadequate.
 Driver drowsiness is recognized as an
  important factor in the vehicle accidents.
 This project involves measure and
  controls the eye blink using IR sensor.
  The IR transmitter is used to transmit the
  infrared rays in our eye.
POWER SUPPLY UNIT
BLOCK DIAGRAM OF TRANSMITTER




  EYE Blink                         RF
   Sensor                       Transmitter


              Microcontroller
                AT89S52
 comparator                     Encoder
BLOCK DIAGRAM OF RECEIVER




                                DC Motor
     RF
   Receiver


              Microcontroller    Buzzer
                AT89S52
   Decoder

                                 LCD
                                Display
MICROCONTROLLER(AT89S52)




           Pin Diagram
Pin Desciption
 Low power, high performance CMOS 8 bit microcontroller.
 8K bytes of Flash, 256 bytes of RAM, 32 I/O lines two data
  pointers, three 16-bit timer/counters, a six-vector two-level
  interrupt architecture
    VCC                      PSEN
    GND                      EA/VPP
    PORT 0                   XTAL1
    PORT 1                   XTAL2
    PORT 2
    PORT3
    RST
    ALE/PROG
RF COMMUNICATION
RF COMMUNICATION
TRANSMITTER:

• Low Cost
• 1.5-12V operation
• Small size




RECEIVER:

• operates at 4.5 to 5.5 volts
ENCODER &DECODER
MOTOR (L293D)




    L293D Pin description
                                                Logic Diagram




                       Functional description
POWER SUPPLY UNIT
LCD DISPLAY

• LCD display consists of two lines, 20
characters per line.
• 3 control lines and 8 I/O lines.
         - 8 data pins D7:D0
         - RS: Register Select
         - R/W: Read or Write
         - E: Enable (Latch data)
LCD INTERFACING
SOFTWARE USED


   Keil compiler is the software used where the
    machine language code is written and compiled.


   The machine source code is converted into hex
    code, this hex code is dumped into the
    microcontroller for further processing.
PROGRAM
#include<reg51.h>
//#include<lcd.h>
sbit s1=P1^4;
sbit s2=P1^5;
sbit s3=P1^6;
sbit s4=P1^7;
sbit r1=P1^0;
sbit r2=P1^1;
sbit r3=P1^2;
sbit r4=P1^3;
    sbit rs=P3^7;
sbit en=P3^6;
void delay(unsigned int ch) //delay function
         {
             unsigned int i=0,j=0;
                        for(i=0;i<=ch;i++)
                        {                    for(j=0;j<=i;j++)
                                             {
                                             }
         }
         }
         void clcd(unsigned char ch)
{
          P2=ch;
          rs=0; en=1;
         delay(15);
          en=0;
}
void dlcd(unsigned char ch)
       {
        P2=ch;
        rs=1;
        en=1;
        delay(15);
        en=0;
        }
       void stringlcd(unsigned char ch,unsigned char *chrt)
        {
        unsigned int ix=0;
        if(ch==0x80)
        clcd(0x01);
        clcd(ch);
        for(ix=0;chrt[ix]!='0';ix++)
        {
        dlcd(chrt[ix]);
       }
       }
        void initlcd()
        {
        clcd(0x38);
        clcd(0x0e);
        clcd(0x06);
        clcd(0x01);
        clcd(0x80);
           ◦    }
       void main()
{
P1=0x00;
initlcd();
stringlcd(0x80,"hai");
while(1)
{
            if(s1==0) //front
            {
            r1=1;
            r2=0;
            r3=1;
            r4=0;
            stringlcd(0xc0,"front ");
            }
            else if(s2==0)
            {
            r1=0;
            r2=1;
            r3=0;
            r4=1;
            stringlcd(0xc0,"back ");
            }
else if(s3==0){
            r1=1;
            r2=0;
            r3=0;
            r4=1;
            stringlcd(0xc0,"left ");            }

            else if(s4==0){
            r1=0;
            r2=1;
            r3=1;
            r4=0;
            stringlcd(0xc0,"right ");}
            else {
            r1=0;
            r2=0;
            r3=0;
            r4=0;stringlcd(0xc0,"stopped ");}
            delay(300);
CONCLUSION

 Reduce the number of accidents.
 It is also used for security alerts where 24
  hours surveillance is required.
FUTURE SCOPE

 This is extended with alcoholic
  detection also.
 If the person took alcohol who is
  driving then the vehicle will be stopped
  immediately by giving alarm .s
THANK YOU

More Related Content

What's hot

ACCIDENT DETECTION SYSTEM PPT
ACCIDENT DETECTION SYSTEM PPTACCIDENT DETECTION SYSTEM PPT
ACCIDENT DETECTION SYSTEM PPTJoshnasai
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESAdrija Chowdhury
 
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONBLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONVarun Divekar
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTSatyam Kumar
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alertsPraween Lakra
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversVinny Chweety
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSKrishna Moparthi
 
ppt on accident detection system based on Iot
ppt on accident detection system based on Iotppt on accident detection system based on Iot
ppt on accident detection system based on Iotrahul ranjan
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Hitesh Kumar Singh
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadNishanth C
 
Vehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALVehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALiamtheone5
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSAshutha K
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognitionSairam Taduvai
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robotRahuldey1991
 
Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Study Hub
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robotnikhilsaini25
 

What's hot (20)

smart helmet
smart helmetsmart helmet
smart helmet
 
ACCIDENT DETECTION SYSTEM PPT
ACCIDENT DETECTION SYSTEM PPTACCIDENT DETECTION SYSTEM PPT
ACCIDENT DETECTION SYSTEM PPT
 
SMART TRAFFIC CONTROL
SMART TRAFFIC CONTROLSMART TRAFFIC CONTROL
SMART TRAFFIC CONTROL
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
 
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATIONBLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOT
 
Women safety device with gps tracking and alerts
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alerts
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
 
ppt on accident detection system based on Iot
ppt on accident detection system based on Iotppt on accident detection system based on Iot
ppt on accident detection system based on Iot
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 upload
 
Vehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALVehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWAL
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPS
 
Smart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle TheftSmart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle Theft
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognition
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 
Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)
 
ANTI THEFT PPT
ANTI THEFT PPTANTI THEFT PPT
ANTI THEFT PPT
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 

Similar to Vehicle Accident Prevention Using Eye Blink Sensor

Lathe Spindle Sensor
Lathe Spindle SensorLathe Spindle Sensor
Lathe Spindle SensorJoeCritt
 
Data Acquisition
Data AcquisitionData Acquisition
Data Acquisitionazhar557
 
m.tech esd lab manual for record
m.tech esd lab manual for recordm.tech esd lab manual for record
m.tech esd lab manual for recordG Lemuel George
 
Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015Rodrigo Almeida
 
Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)
Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)
Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)Shinya Takamaeda-Y
 
Automatic room light controller with visible counter
Automatic room light controller with visible counterAutomatic room light controller with visible counter
Automatic room light controller with visible counterMafaz Ahmed
 
ADC (Analog to Digital conversion) using LPC 1768
ADC (Analog to Digital conversion) using LPC 1768ADC (Analog to Digital conversion) using LPC 1768
ADC (Analog to Digital conversion) using LPC 1768Omkar Rane
 
selected input/output - sensors and actuators
selected input/output - sensors and actuatorsselected input/output - sensors and actuators
selected input/output - sensors and actuatorsEueung Mulyana
 
Analog To Digital Conversion (ADC) Programming in LPC2148
Analog To Digital Conversion (ADC) Programming in LPC2148Analog To Digital Conversion (ADC) Programming in LPC2148
Analog To Digital Conversion (ADC) Programming in LPC2148Omkar Rane
 
STM_ADC para microcontroladores STM32 - Conceptos basicos
STM_ADC para microcontroladores STM32 - Conceptos basicosSTM_ADC para microcontroladores STM32 - Conceptos basicos
STM_ADC para microcontroladores STM32 - Conceptos basicosps6005tec
 

Similar to Vehicle Accident Prevention Using Eye Blink Sensor (20)

Direct analog
Direct analogDirect analog
Direct analog
 
EEE UNIT-2 PPT.pdf
EEE UNIT-2 PPT.pdfEEE UNIT-2 PPT.pdf
EEE UNIT-2 PPT.pdf
 
Lathe Spindle Sensor
Lathe Spindle SensorLathe Spindle Sensor
Lathe Spindle Sensor
 
Data Acquisition
Data AcquisitionData Acquisition
Data Acquisition
 
m.tech esd lab manual for record
m.tech esd lab manual for recordm.tech esd lab manual for record
m.tech esd lab manual for record
 
Uart
UartUart
Uart
 
Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015Embedded systems design @ defcon 2015
Embedded systems design @ defcon 2015
 
Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)
Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)
Pythonによるカスタム可能な高位設計技術 (Design Solution Forum 2016@新横浜)
 
Fpga creating counter with internal clock
Fpga   creating counter with internal clockFpga   creating counter with internal clock
Fpga creating counter with internal clock
 
Automatic room light controller with visible counter
Automatic room light controller with visible counterAutomatic room light controller with visible counter
Automatic room light controller with visible counter
 
ADC (Analog to Digital conversion) using LPC 1768
ADC (Analog to Digital conversion) using LPC 1768ADC (Analog to Digital conversion) using LPC 1768
ADC (Analog to Digital conversion) using LPC 1768
 
OptimizingARM
OptimizingARMOptimizingARM
OptimizingARM
 
selected input/output - sensors and actuators
selected input/output - sensors and actuatorsselected input/output - sensors and actuators
selected input/output - sensors and actuators
 
REPORT
REPORTREPORT
REPORT
 
8051 -5
8051 -58051 -5
8051 -5
 
Anup2
Anup2Anup2
Anup2
 
Analog To Digital Conversion (ADC) Programming in LPC2148
Analog To Digital Conversion (ADC) Programming in LPC2148Analog To Digital Conversion (ADC) Programming in LPC2148
Analog To Digital Conversion (ADC) Programming in LPC2148
 
STM_ADC para microcontroladores STM32 - Conceptos basicos
STM_ADC para microcontroladores STM32 - Conceptos basicosSTM_ADC para microcontroladores STM32 - Conceptos basicos
STM_ADC para microcontroladores STM32 - Conceptos basicos
 
LCD_Example.pptx
LCD_Example.pptxLCD_Example.pptx
LCD_Example.pptx
 
Jp
Jp Jp
Jp
 

More from satish 486

Html advanced-reference-guide for creating web forms
Html advanced-reference-guide for creating web formsHtml advanced-reference-guide for creating web forms
Html advanced-reference-guide for creating web formssatish 486
 
Html ref guide
Html ref guideHtml ref guide
Html ref guidesatish 486
 
bsnl broadband documentation
bsnl broadband documentationbsnl broadband documentation
bsnl broadband documentationsatish 486
 

More from satish 486 (7)

Html advanced-reference-guide for creating web forms
Html advanced-reference-guide for creating web formsHtml advanced-reference-guide for creating web forms
Html advanced-reference-guide for creating web forms
 
Html ref guide
Html ref guideHtml ref guide
Html ref guide
 
Html tag ref
Html tag refHtml tag ref
Html tag ref
 
S3100 en
S3100 enS3100 en
S3100 en
 
Ipv6
Ipv6Ipv6
Ipv6
 
broad band
broad band broad band
broad band
 
bsnl broadband documentation
bsnl broadband documentationbsnl broadband documentation
bsnl broadband documentation
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 

Recently uploaded (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 

Vehicle Accident Prevention Using Eye Blink Sensor

  • 1. VEHICLE ACCIDENT PREVENTATION USING EYE BLINK SENSOR PROJECT GUIDE D.KISHORE M.Tech(Ph.D)
  • 2. ABSTRACT  Accidents are increasing at a large pace, and various technologies are being introduced to reduce the accidents.  Inthis project we provide by means of accident prevention using eye blink where as the vehicle is stopped immediately and intimated wherever needed.
  • 3. OVERVIEW  INTRODUCTION  BLOCK DIAGRAM OF TRANSMITTER  BLOCK DIAGRAM OF RECEIVER  MICROCONTROLLER  PIN DESCRIPTION  EYE BLINK SENSOR AND COMPARATOR CIRCUIT  RF COMMUNICATION  ENCODER AND DECODER  MOTOR  POWER SUPPLY UNIT  LCD DISPLAY  LCD INTERFACING  SOFTWARE SED  PROGRAM  CONCLUSION  FUTURE SCOPE
  • 4. INTRODUCTION  Vehicle accidents are most common if the driving is inadequate.  Driver drowsiness is recognized as an important factor in the vehicle accidents.  This project involves measure and controls the eye blink using IR sensor. The IR transmitter is used to transmit the infrared rays in our eye.
  • 6. BLOCK DIAGRAM OF TRANSMITTER EYE Blink RF Sensor Transmitter Microcontroller AT89S52 comparator Encoder
  • 7. BLOCK DIAGRAM OF RECEIVER DC Motor RF Receiver Microcontroller Buzzer AT89S52 Decoder LCD Display
  • 9. Pin Desciption  Low power, high performance CMOS 8 bit microcontroller.  8K bytes of Flash, 256 bytes of RAM, 32 I/O lines two data pointers, three 16-bit timer/counters, a six-vector two-level interrupt architecture VCC PSEN GND EA/VPP PORT 0 XTAL1 PORT 1 XTAL2 PORT 2 PORT3 RST ALE/PROG
  • 11. RF COMMUNICATION TRANSMITTER: • Low Cost • 1.5-12V operation • Small size RECEIVER: • operates at 4.5 to 5.5 volts
  • 13. MOTOR (L293D) L293D Pin description Logic Diagram Functional description
  • 15. LCD DISPLAY • LCD display consists of two lines, 20 characters per line. • 3 control lines and 8 I/O lines. - 8 data pins D7:D0 - RS: Register Select - R/W: Read or Write - E: Enable (Latch data)
  • 17. SOFTWARE USED  Keil compiler is the software used where the machine language code is written and compiled.  The machine source code is converted into hex code, this hex code is dumped into the microcontroller for further processing.
  • 18. PROGRAM #include<reg51.h> //#include<lcd.h> sbit s1=P1^4; sbit s2=P1^5; sbit s3=P1^6; sbit s4=P1^7; sbit r1=P1^0; sbit r2=P1^1; sbit r3=P1^2; sbit r4=P1^3; sbit rs=P3^7; sbit en=P3^6; void delay(unsigned int ch) //delay function { unsigned int i=0,j=0; for(i=0;i<=ch;i++) { for(j=0;j<=i;j++) { } } } void clcd(unsigned char ch) { P2=ch; rs=0; en=1; delay(15); en=0; }
  • 19. void dlcd(unsigned char ch) { P2=ch; rs=1; en=1; delay(15); en=0; } void stringlcd(unsigned char ch,unsigned char *chrt) { unsigned int ix=0; if(ch==0x80) clcd(0x01); clcd(ch); for(ix=0;chrt[ix]!='0';ix++) { dlcd(chrt[ix]); } } void initlcd() { clcd(0x38); clcd(0x0e); clcd(0x06); clcd(0x01); clcd(0x80); ◦ } void main() { P1=0x00; initlcd(); stringlcd(0x80,"hai");
  • 20. while(1) { if(s1==0) //front { r1=1; r2=0; r3=1; r4=0; stringlcd(0xc0,"front "); } else if(s2==0) { r1=0; r2=1; r3=0; r4=1; stringlcd(0xc0,"back "); } else if(s3==0){ r1=1; r2=0; r3=0; r4=1; stringlcd(0xc0,"left "); } else if(s4==0){ r1=0; r2=1; r3=1; r4=0; stringlcd(0xc0,"right ");} else { r1=0; r2=0; r3=0; r4=0;stringlcd(0xc0,"stopped ");} delay(300);
  • 21. CONCLUSION  Reduce the number of accidents.  It is also used for security alerts where 24 hours surveillance is required.
  • 22. FUTURE SCOPE  This is extended with alcoholic detection also.  If the person took alcohol who is driving then the vehicle will be stopped immediately by giving alarm .s

Editor's Notes

  1. D.KISHORE M.Tech(Ph.D)
  2. Pin Diagram
  3. RECEIVER:
  4. THANK YOU