Drowsiness Detection and Alerting System
Drowsiness Detection and Alerting System
Drowsiness Detection and Alerting System
On
DROWSINESS DETECTION
AND ALERTING SYSTEM
Presentation by
B.RAM PRASAD 16BH1A0419
Under the Guidance of
A.BALA TRIPURANJALI 16BH1A0403
M.APPA RAO, M.Tech, (PhD)
Head of The Department K.MOUNIKA 16BH1A0463
B.HARIBABU 16BH1A0418
Main Objective:
The main objective of this project is to develop
a system to detect the drowsiness of the driver
while driving and alert him to avoid major road
accidents and economic losses.
CONTENTS
• Introduction
• Conclusion
• Result Analysis
INTRODUCTION
Drivers drowsiness has been one of the major cause of severe physical
1 Arduino Uno 1
1 Arduino IDE
Arduino Uno:
• Arduino Uno is a microcontroller board based on ATmega328 which is an AVR processor
• It has 16 Digital I/O pins (of which 6 can be used as PWM) and 6 Analog pins
• It contains everything that needed to support the microcontroller.
Arduino Uno
ATmega328: Pin Out of
• ATmega328 is an 8-bit and 28 Pins AVR Microcontroller,
manufactured by Microchip, follows RISC Architecture and
has a flash type program memory of 32KB.
• It has an EEPROM memory of 1KB and its SRAM memory
is of 2KB.
• It has 8 Pin for ADC operations, which all combines
to form PortA (PA0 – PA7).
• It also has 3 built-in Timers, two of them are 8 Bit timers
while the third one is 16-Bit Timer
ATmega328 IC
IR Based Eye-Blink Detection Glasses:
• This Eye Blink sensor sense the eye-blink using is infrared sensor.
• The Variation Across the eye will vary as per eye-blink.
• If the eye is closed the output is high otherwise output is low.
A simple DC Motor
Piezo-Buzzer:
• A buzzer or beeper is an audio signaling device
• It is used for alerting the person feeling
drowsy while driving
Piezo-Buzzer
Vibrator:
• Vibration motor used a DC motor
• When it rotates, it creates a force that
translates into vibrations
Vibration Motor
Battery (9Volts):
• The 9V Battery is common size of batteries that was
introduced for the early transistors, radios.
• It has a rectangular prism shape with rounded edges
and a polarized snap connector at the top
• It is commonly used in walkie-talkies, clocks,
smoke
detectors etc
9Volt Battery
Arduino IDE Software:
• In Open Source Arduino IDE, it comes
divided into two parts
Setup – Components used in the project are
defined here(Sensors and Actuators)
Loop – Logic should be written here to perform
continuously.
BLOCK DIAGRAM AND WORKING
PRINCIPLE
Battery (9V)
IR Based Eye-
Blink Glasses
DC MOTOR
ATmega 328
VIBRATOR
BUZZER
Block Diagram
WORKING PRINCIPLE: