SlideShare a Scribd company logo
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 1 | P a g e Copyright@IDL-2017
Intelligent Helmet for Road Safety
Naveena Pai G
Assistant professor
Yenepoya Institute of Technology,Moodbidri
pai.naveena@gmail.com
Abstract—An accident is a specific, unexpected, unusual
and unintended external action which occurs in a particular
time and place, with no apparent and deliberate cause but with
marked effects. Carelessness of the driver is the major factor
of such accidents. The traffic authorities give a lot of
instructions to the vehicle operators. But many of them do not
obey the rules. Nowadays most of the countries are forcing the
motor riders to wear the helmet and not to use the vehicles
when the person is in drunken condition. But still the rules are
being violated by the users. In order to overcome this we
propose a new intelligent helmet system, which automatically
checks whether the person is wearing the helmet and has non-
alcoholic breath while driving. Here we have a transmitter at
the helmet and the receiver at the bike .The project aims at the
security and safety of the bikers against road accidents. The
circuit is so designed that the bike wont’ start without wearing
helmet. Also, if the driver is drunk, the bike will not start
thereby preventing drunken drivers. And in case of accident,
immediate message will be sent to the family members about
the accident using a GSM modem.
Keywords—Helmet, Accident, Alcohol detection, GSM
Modem.
I. INTRODUCTION
A traffic accident is defined as any vehicle accident
occurring on a public highway (i.e. originating on,
terminating on, or involving a vehicle partially on the
highway). These accidents therefore include collisions
between vehicles and animals, vehicles and pedestrians, or
vehicles and fixed obstacles. In higher-income countries,
road traffic [1] accidents are already among the top ten
leading causes of disease burden in 1998 as measured in
DALYs (disability-adjusted life year).
In less developed countries, road traffic accidents were
the most significant cause of injuries, ranking eleventh
among the most important causes of lost years of healthy
life. In Indian road system, widening of the road is not an
alternative solution to avoid traffic in such a cities [2]. The
problems with state drunk driving control systems can be
solved in many ways. The most effective will follow several
principles: They will invest authority and responsibility in
people and organizations at all levels, local to national,
because drunken driving control
[6] requires action at all levels. They will operate in the
public eye, using the media to report on problems and
solutions, because ultimate decisions on priorities and
resources to control drunk driving must have public support.
They will not promise instant solutions based on a single
action but rather will take steady steps towards long-term
improvement. And they will establish mechanisms for
identifying and solving problems rather than attempting to
apply one-size fits- all methods.
Application of electronics in the automobile field is very
much popular now. Because of the low prices and various
varieties available in the market people prefer motorbikes to
buy over 4 wheelers. Hence Road Safety becomes a major
issue of concern. Therefore it becomes necessary to
implement such a technique which is not easy to bypass the
basic rule of wearing helmet and to avoid drunken driving.
II. PROPOSED SYSTEM
This system consists of mainly two hardware parts.
Transmitter section comprises of helmet in which position
sensor and alcohol sensor are placed. In receiver section a
PIC microcontroller is used which will receive the signals
through RF receiver.
Here we designed a system which checks the two
conditions before ignition of the engine. The first condition
is whether the rider is wearing helmet or not and it is
detected by a position sensor. The second condition is
detection of alcohol content in rider‟s breath with the help of
an alcohol sensor. If any of the two conditions are violated
then the bike will not start. If the rider is wearing helmet and
the alcohol content is not detected then ignition of engine
starts. If any accident occurs then a piezoelectric sensor
detects it and short message service will be send to the
predefined numbers using GSM modem .If there is no
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 2 | P a g e Copyright@IDL-2017
accident then vehicle reaches its destination. This system
first checks wearing of helmet with the help of 3 axis
accelerometer and if the rider is wearing the helmet system
checks for content of alcohol in rider‟s breath using an
alcohol sensor MQ3.In case the alcohol content is not
detected pic microcontroller receives data from these sensors
and gives digital data to the RF transmitter connected to
it.RF transmitter will send this data to the RF receiver which
is connected to another pic microcontroller this in turn runs
the motor connected to it.
If any of the above two conditions are violated motor
which is connected to the pic microcontroller won‟t work
and this will be indicated by a beep sound.
A Piezoelectric sensor is used here to detect the accident
which works on the principle of piezoelectricity. In this
system Analog pin of PIC reads the data from this sensor and
converts 0-5volts into 0-1023 divisions from the internal
ADC. If the sensors output is stronger than a certain
threshold, then the PIC microcontroller reads it as a crash.
GSM SIM-900A is used in this system that works on
frequency 900/1800MHz and 4.5-12v power supply. The
GSM module receives the information when an accident
occurs and sends a message to a predefined mobile number.
To perform this operation a helical antenna is used that
receives the signals at the range of 925 to 960MHz and
transmits the signal at the range of 880 to 915MHz. Using
this modem, we can make audio calls, SMS, Read SMS,
attend the incoming calls and internet etc. through simple AT
commands. Unlike mobile phones, a GSM modem doesn‟t
have a keypad and display to interact with. It just accepts
certain commands through a serial interface and
acknowledges for those. These commands are called as AT
commands. There are lists of AT commands to instruct the
modem to perform its functions as listed below.
AT+CMGF=1; This command is used to initialize the
text message.
AT+CMGS =”phone no.”; This command is used to
send the message.
AT+CMGR=1; This command is used to receive the text
message.
Every command starts with "AT". That‟s why they are
called as AT commands. AT stands for attention. The baud
rate is set to 9600bps. The program waits for the mobile
number to be entered through the keyboard. When a ten digit
mobile number is provided, the program instructs the modem
to send the text message using a sequence of AT commands.
Fig. 1. Functional block diagram of Intelligent Helmet
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 3 | P a g e Copyright@IDL-2017
Fig. 2. Helmet Flowchart of intelligent helmet system
III. ADVANTAGES
 The device provides a better security to the biker.
 In the case of accidents, where every minute is
important, the user can be traced within a second.
 The device also reduces the accident rate due to
drunken driving.
 The device decreases the head injuries throughout
accidents.
IV. RESULTS AND CONCLUSION
Nowadays, most cases of accidents area unit by motor
bikes. The severities of those accidents are increased because
of the absence of helmet or by the usage of alcoholic drinks.
In our project we have a tendency to develop an electronic
intelligent helmet system that efficiently checks the wearing
of helmet and drunken driving. By implementing this system
a safe 2 wheeler journey is possible which would decrease
the head injuries throughout accidents caused from the
absence of helmet and additionally reduce the accident rate
due to drunken driving. A GSM modem is used in this
system that will send a message to the predefined numbers
that are programmed using microcontroller in case of any
accident. We have a tendency to introduce advanced sensors
techniques and radio frequency wireless communications are
included in this project to make it a good one.
V. FUTURE SCOPE
In future we have a tendency to planned to construct our
intelligent system during a compact size. And additionally as
globally acceptable to notify the No entry and No parking
areas. Government should enforce laws to install such
system in each 2 wheeler. By implementing such mechanism
in 2 wheelers, the deaths attributable to due to driving and
alternative road fatalities are often brought to zero p.c. And
also indicates No parking area which would reduce the
crowd of the vehicle in those areas. No entry area is mainly
allocated during the development or repairing of the road, if
the rider enters in such area this system would immediately
intimate as No entry area and vehicle can stop automatically.
in case of any accident it might send the messages to the
friends continuously about the location of the accident
happened until the first aid reaches the rider. Our system
helps to know the location of the vehicle for rescuing in the
case of theft incidents.
Acknowledgment
We sincerely appreciate the encouragement extended by
the Head of the Department, Electronics & Communication
Engineering, Dr. MVSIT, Prof. Gangadhar G and our
beloved principal, Dr. Sandeep J Nayak.
References
[1] Alcohol sensor and Automatic control system for bike, Volume 2,
Issue ICRAET12, May 2012
[2] Baird, T., & Hardy, E. „„Concerning Car Collisions and Motorcycles.
Motorcycle Action Group”, 2006.
[3] Gotoh, M., Watanabe, H., Takashiba, h., &Kakizoe, „„Development
Of The Advanced Safety Vehicles”, 8th ITS World Congress,
Sydney, Australia, 2001.
[4] Hurt, “Motor cycle accident cause factor and identification of
countermeasures”, 1981.
[5] Nissan, “To Drink Drive-Proof its Vehicle”, September 2006.
[6] Ms. Namrata D.Ghuse, „„Intelligent Helmet For Two Bikers”, volume
6, 2006
[7] Olssen,T.,Truedsson,N.,Xafis,V.,Tomasevic,N.,Logan,D.,Flides,B.,&
Kullgren,“A Review and Evaluation of Vehicle Safety Features and
Systems”, 2006.
Sudharsana Vijayan, “Alcohol detection using smartHelmet system”,
0976-1353 Volume 8, APRIL 2014
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 4 | P a g e Copyright@IDL-2017

More Related Content

What's hot

ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
anand bedre
 
Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd Iaetsd
 
IoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two WheelersIoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two Wheelers
IJASRD Journal
 
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
ijcsit
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET Journal
 
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 Journal
 
IRJET- Car Accident Detection and Reporting System
IRJET-  	  Car Accident Detection and Reporting SystemIRJET-  	  Car Accident Detection and Reporting System
IRJET- Car Accident Detection and Reporting System
IRJET Journal
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)
IRJET Journal
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
Anamika Vinod
 
Smart Helmet using GSM and GPS
Smart Helmet using GSM and GPSSmart Helmet using GSM and GPS
Smart Helmet using GSM and GPS
IRJET Journal
 
DRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEMDRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEM
ijiert bestjournal
 
IRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle SafetyIRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle Safety
IRJET Journal
 
Smart helmet by pratik panmand
Smart helmet by pratik panmandSmart helmet by pratik panmand
Smart helmet by pratik panmand
PRATIKPANMAND
 
IRJET- Road Mishap (Accident Detector)
IRJET-  	  Road Mishap (Accident Detector)IRJET-  	  Road Mishap (Accident Detector)
IRJET- Road Mishap (Accident Detector)
IRJET Journal
 
Development of anti theft security system
Development of anti theft security systemDevelopment of anti theft security system
Development of anti theft security system96452128
 
IRJET- Life Saving Device: A Smart Helmet
IRJET-  	  Life Saving Device: A Smart HelmetIRJET-  	  Life Saving Device: A Smart Helmet
IRJET- Life Saving Device: A Smart Helmet
IRJET Journal
 
IJSRED-V2I3P41
IJSRED-V2I3P41IJSRED-V2I3P41
IJSRED-V2I3P41
IJSRED
 
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET Journal
 
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET Journal
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control System
IRJET Journal
 

What's hot (20)

ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
 
Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...
 
IoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two WheelersIoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two Wheelers
 
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
 
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- Car Accident Detection and Reporting System
IRJET-  	  Car Accident Detection and Reporting SystemIRJET-  	  Car Accident Detection and Reporting System
IRJET- Car Accident Detection and Reporting System
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
 
Smart Helmet using GSM and GPS
Smart Helmet using GSM and GPSSmart Helmet using GSM and GPS
Smart Helmet using GSM and GPS
 
DRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEMDRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEM
 
IRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle SafetyIRJET- Smart Technology for Vehicle Safety
IRJET- Smart Technology for Vehicle Safety
 
Smart helmet by pratik panmand
Smart helmet by pratik panmandSmart helmet by pratik panmand
Smart helmet by pratik panmand
 
IRJET- Road Mishap (Accident Detector)
IRJET-  	  Road Mishap (Accident Detector)IRJET-  	  Road Mishap (Accident Detector)
IRJET- Road Mishap (Accident Detector)
 
Development of anti theft security system
Development of anti theft security systemDevelopment of anti theft security system
Development of anti theft security system
 
IRJET- Life Saving Device: A Smart Helmet
IRJET-  	  Life Saving Device: A Smart HelmetIRJET-  	  Life Saving Device: A Smart Helmet
IRJET- Life Saving Device: A Smart Helmet
 
IJSRED-V2I3P41
IJSRED-V2I3P41IJSRED-V2I3P41
IJSRED-V2I3P41
 
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...IRJET-  	  Implementation of Smart Secure System in Motorbike using Bluetooth...
IRJET- Implementation of Smart Secure System in Motorbike using Bluetooth...
 
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost Key
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control System
 

Similar to Intelligent Helmet for Road Safety

IRJET- Smart Helmet Controlled Vehicle
IRJET-  	  Smart Helmet Controlled VehicleIRJET-  	  Smart Helmet Controlled Vehicle
IRJET- Smart Helmet Controlled Vehicle
IRJET Journal
 
IRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using Arduino
IRJET Journal
 
Vehicle Theft Control and Accident Location Intimation Through SMS
Vehicle Theft Control and Accident Location Intimation Through SMSVehicle Theft Control and Accident Location Intimation Through SMS
Vehicle Theft Control and Accident Location Intimation Through SMS
IJMTST Journal
 
Heart attack and alcohol detection sensor using internet of things
Heart attack and alcohol detection sensor using internet of thingsHeart attack and alcohol detection sensor using internet of things
Heart attack and alcohol detection sensor using internet of things
EditorIJAERD
 
Wireless Reporting System for Accident Detection at Higher Speeds
Wireless Reporting System for Accident Detection at Higher SpeedsWireless Reporting System for Accident Detection at Higher Speeds
Wireless Reporting System for Accident Detection at Higher Speeds
IJERA Editor
 
IRJET - Intelligent Safety Helmet
IRJET -  	  Intelligent Safety HelmetIRJET -  	  Intelligent Safety Helmet
IRJET - Intelligent Safety Helmet
IRJET Journal
 
SmartHelmetPaper.pdf
SmartHelmetPaper.pdfSmartHelmetPaper.pdf
SmartHelmetPaper.pdf
FaruqMahmud2
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
IRJET Journal
 
IRJET- Intelligence Transportation System based on IoT
IRJET-  	  Intelligence Transportation System based on IoTIRJET-  	  Intelligence Transportation System based on IoT
IRJET- Intelligence Transportation System based on IoT
IRJET Journal
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET Journal
 
IoT BASED SMART HELMET
IoT BASED SMART HELMETIoT BASED SMART HELMET
IoT BASED SMART HELMET
IRJET Journal
 
Smart Helmet using IoT
Smart Helmet using IoTSmart Helmet using IoT
Smart Helmet using IoT
AI Publications
 
SMART HELMET
SMART HELMETSMART HELMET
SMART HELMET
IRJET Journal
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
IAESIJEECS
 
Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.
IRJET Journal
 
IRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoT
IRJET Journal
 
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
ijtsrd
 
Alcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTAlcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOT
IRJET Journal
 
Smart Helmet & Feature Bike
Smart Helmet & Feature BikeSmart Helmet & Feature Bike
Smart Helmet & Feature Bike
IRJET Journal
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and Reporting
IRJET Journal
 

Similar to Intelligent Helmet for Road Safety (20)

IRJET- Smart Helmet Controlled Vehicle
IRJET-  	  Smart Helmet Controlled VehicleIRJET-  	  Smart Helmet Controlled Vehicle
IRJET- Smart Helmet Controlled Vehicle
 
IRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using Arduino
 
Vehicle Theft Control and Accident Location Intimation Through SMS
Vehicle Theft Control and Accident Location Intimation Through SMSVehicle Theft Control and Accident Location Intimation Through SMS
Vehicle Theft Control and Accident Location Intimation Through SMS
 
Heart attack and alcohol detection sensor using internet of things
Heart attack and alcohol detection sensor using internet of thingsHeart attack and alcohol detection sensor using internet of things
Heart attack and alcohol detection sensor using internet of things
 
Wireless Reporting System for Accident Detection at Higher Speeds
Wireless Reporting System for Accident Detection at Higher SpeedsWireless Reporting System for Accident Detection at Higher Speeds
Wireless Reporting System for Accident Detection at Higher Speeds
 
IRJET - Intelligent Safety Helmet
IRJET -  	  Intelligent Safety HelmetIRJET -  	  Intelligent Safety Helmet
IRJET - Intelligent Safety Helmet
 
SmartHelmetPaper.pdf
SmartHelmetPaper.pdfSmartHelmetPaper.pdf
SmartHelmetPaper.pdf
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
 
IRJET- Intelligence Transportation System based on IoT
IRJET-  	  Intelligence Transportation System based on IoTIRJET-  	  Intelligence Transportation System based on IoT
IRJET- Intelligence Transportation System based on IoT
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
 
IoT BASED SMART HELMET
IoT BASED SMART HELMETIoT BASED SMART HELMET
IoT BASED SMART HELMET
 
Smart Helmet using IoT
Smart Helmet using IoTSmart Helmet using IoT
Smart Helmet using IoT
 
SMART HELMET
SMART HELMETSMART HELMET
SMART HELMET
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.
 
IRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoT
 
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
 
Alcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTAlcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOT
 
Smart Helmet & Feature Bike
Smart Helmet & Feature BikeSmart Helmet & Feature Bike
Smart Helmet & Feature Bike
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and Reporting
 

Recently uploaded

AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 

Recently uploaded (20)

AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 

Intelligent Helmet for Road Safety

  • 1. IDL - International Digital Library Of Technology & Research Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 1 | P a g e Copyright@IDL-2017 Intelligent Helmet for Road Safety Naveena Pai G Assistant professor Yenepoya Institute of Technology,Moodbidri pai.naveena@gmail.com Abstract—An accident is a specific, unexpected, unusual and unintended external action which occurs in a particular time and place, with no apparent and deliberate cause but with marked effects. Carelessness of the driver is the major factor of such accidents. The traffic authorities give a lot of instructions to the vehicle operators. But many of them do not obey the rules. Nowadays most of the countries are forcing the motor riders to wear the helmet and not to use the vehicles when the person is in drunken condition. But still the rules are being violated by the users. In order to overcome this we propose a new intelligent helmet system, which automatically checks whether the person is wearing the helmet and has non- alcoholic breath while driving. Here we have a transmitter at the helmet and the receiver at the bike .The project aims at the security and safety of the bikers against road accidents. The circuit is so designed that the bike wont’ start without wearing helmet. Also, if the driver is drunk, the bike will not start thereby preventing drunken drivers. And in case of accident, immediate message will be sent to the family members about the accident using a GSM modem. Keywords—Helmet, Accident, Alcohol detection, GSM Modem. I. INTRODUCTION A traffic accident is defined as any vehicle accident occurring on a public highway (i.e. originating on, terminating on, or involving a vehicle partially on the highway). These accidents therefore include collisions between vehicles and animals, vehicles and pedestrians, or vehicles and fixed obstacles. In higher-income countries, road traffic [1] accidents are already among the top ten leading causes of disease burden in 1998 as measured in DALYs (disability-adjusted life year). In less developed countries, road traffic accidents were the most significant cause of injuries, ranking eleventh among the most important causes of lost years of healthy life. In Indian road system, widening of the road is not an alternative solution to avoid traffic in such a cities [2]. The problems with state drunk driving control systems can be solved in many ways. The most effective will follow several principles: They will invest authority and responsibility in people and organizations at all levels, local to national, because drunken driving control [6] requires action at all levels. They will operate in the public eye, using the media to report on problems and solutions, because ultimate decisions on priorities and resources to control drunk driving must have public support. They will not promise instant solutions based on a single action but rather will take steady steps towards long-term improvement. And they will establish mechanisms for identifying and solving problems rather than attempting to apply one-size fits- all methods. Application of electronics in the automobile field is very much popular now. Because of the low prices and various varieties available in the market people prefer motorbikes to buy over 4 wheelers. Hence Road Safety becomes a major issue of concern. Therefore it becomes necessary to implement such a technique which is not easy to bypass the basic rule of wearing helmet and to avoid drunken driving. II. PROPOSED SYSTEM This system consists of mainly two hardware parts. Transmitter section comprises of helmet in which position sensor and alcohol sensor are placed. In receiver section a PIC microcontroller is used which will receive the signals through RF receiver. Here we designed a system which checks the two conditions before ignition of the engine. The first condition is whether the rider is wearing helmet or not and it is detected by a position sensor. The second condition is detection of alcohol content in rider‟s breath with the help of an alcohol sensor. If any of the two conditions are violated then the bike will not start. If the rider is wearing helmet and the alcohol content is not detected then ignition of engine starts. If any accident occurs then a piezoelectric sensor detects it and short message service will be send to the predefined numbers using GSM modem .If there is no
  • 2. IDL - International Digital Library Of Technology & Research Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 2 | P a g e Copyright@IDL-2017 accident then vehicle reaches its destination. This system first checks wearing of helmet with the help of 3 axis accelerometer and if the rider is wearing the helmet system checks for content of alcohol in rider‟s breath using an alcohol sensor MQ3.In case the alcohol content is not detected pic microcontroller receives data from these sensors and gives digital data to the RF transmitter connected to it.RF transmitter will send this data to the RF receiver which is connected to another pic microcontroller this in turn runs the motor connected to it. If any of the above two conditions are violated motor which is connected to the pic microcontroller won‟t work and this will be indicated by a beep sound. A Piezoelectric sensor is used here to detect the accident which works on the principle of piezoelectricity. In this system Analog pin of PIC reads the data from this sensor and converts 0-5volts into 0-1023 divisions from the internal ADC. If the sensors output is stronger than a certain threshold, then the PIC microcontroller reads it as a crash. GSM SIM-900A is used in this system that works on frequency 900/1800MHz and 4.5-12v power supply. The GSM module receives the information when an accident occurs and sends a message to a predefined mobile number. To perform this operation a helical antenna is used that receives the signals at the range of 925 to 960MHz and transmits the signal at the range of 880 to 915MHz. Using this modem, we can make audio calls, SMS, Read SMS, attend the incoming calls and internet etc. through simple AT commands. Unlike mobile phones, a GSM modem doesn‟t have a keypad and display to interact with. It just accepts certain commands through a serial interface and acknowledges for those. These commands are called as AT commands. There are lists of AT commands to instruct the modem to perform its functions as listed below. AT+CMGF=1; This command is used to initialize the text message. AT+CMGS =”phone no.”; This command is used to send the message. AT+CMGR=1; This command is used to receive the text message. Every command starts with "AT". That‟s why they are called as AT commands. AT stands for attention. The baud rate is set to 9600bps. The program waits for the mobile number to be entered through the keyboard. When a ten digit mobile number is provided, the program instructs the modem to send the text message using a sequence of AT commands. Fig. 1. Functional block diagram of Intelligent Helmet
  • 3. IDL - International Digital Library Of Technology & Research Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 3 | P a g e Copyright@IDL-2017 Fig. 2. Helmet Flowchart of intelligent helmet system III. ADVANTAGES  The device provides a better security to the biker.  In the case of accidents, where every minute is important, the user can be traced within a second.  The device also reduces the accident rate due to drunken driving.  The device decreases the head injuries throughout accidents. IV. RESULTS AND CONCLUSION Nowadays, most cases of accidents area unit by motor bikes. The severities of those accidents are increased because of the absence of helmet or by the usage of alcoholic drinks. In our project we have a tendency to develop an electronic intelligent helmet system that efficiently checks the wearing of helmet and drunken driving. By implementing this system a safe 2 wheeler journey is possible which would decrease the head injuries throughout accidents caused from the absence of helmet and additionally reduce the accident rate due to drunken driving. A GSM modem is used in this system that will send a message to the predefined numbers that are programmed using microcontroller in case of any accident. We have a tendency to introduce advanced sensors techniques and radio frequency wireless communications are included in this project to make it a good one. V. FUTURE SCOPE In future we have a tendency to planned to construct our intelligent system during a compact size. And additionally as globally acceptable to notify the No entry and No parking areas. Government should enforce laws to install such system in each 2 wheeler. By implementing such mechanism in 2 wheelers, the deaths attributable to due to driving and alternative road fatalities are often brought to zero p.c. And also indicates No parking area which would reduce the crowd of the vehicle in those areas. No entry area is mainly allocated during the development or repairing of the road, if the rider enters in such area this system would immediately intimate as No entry area and vehicle can stop automatically. in case of any accident it might send the messages to the friends continuously about the location of the accident happened until the first aid reaches the rider. Our system helps to know the location of the vehicle for rescuing in the case of theft incidents. Acknowledgment We sincerely appreciate the encouragement extended by the Head of the Department, Electronics & Communication Engineering, Dr. MVSIT, Prof. Gangadhar G and our beloved principal, Dr. Sandeep J Nayak. References [1] Alcohol sensor and Automatic control system for bike, Volume 2, Issue ICRAET12, May 2012 [2] Baird, T., & Hardy, E. „„Concerning Car Collisions and Motorcycles. Motorcycle Action Group”, 2006. [3] Gotoh, M., Watanabe, H., Takashiba, h., &Kakizoe, „„Development Of The Advanced Safety Vehicles”, 8th ITS World Congress, Sydney, Australia, 2001. [4] Hurt, “Motor cycle accident cause factor and identification of countermeasures”, 1981. [5] Nissan, “To Drink Drive-Proof its Vehicle”, September 2006. [6] Ms. Namrata D.Ghuse, „„Intelligent Helmet For Two Bikers”, volume 6, 2006 [7] Olssen,T.,Truedsson,N.,Xafis,V.,Tomasevic,N.,Logan,D.,Flides,B.,& Kullgren,“A Review and Evaluation of Vehicle Safety Features and Systems”, 2006. Sudharsana Vijayan, “Alcohol detection using smartHelmet system”, 0976-1353 Volume 8, APRIL 2014
  • 4. IDL - International Digital Library Of Technology & Research Volume 1, Issue 4, Apr 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 4 | P a g e Copyright@IDL-2017