Smart Helmet With Message Alert System

DOI : 10.17577/IJERTCONV6IS13164

Download Full-Text PDF Cite this Publication

Text Only Version

Smart Helmet With Message Alert System

Amulya J

Department of ECE Vidyavardhaka College of Engineering

Mysuru, Karnataka, India.

Anusha S

Department of ECE Vidyavardhaka College of Engineering

Mysuru, Karnataka, India

Kiran Akkasali

Department of ECE Vidyavardhaka College of Engineering

Mysuru, Karnataka, India

Kiran C

Department of ECE Vidyavardhaka College of Engineering

Mysuru, Karnataka, India

Chethan K

Department of ECE Vidyavardhaka College of Engineering

Mysuru, Karnataka, India

Bhargavi K

Department of ECE Vidyavardhaka College of Engineering

Mysuru, Karnataka, India

Abstract Smart Helmet is designed to prevent most of the fatal accidents as it acts as the protective head gear for the rider. This smart helmet provides safety for the rider and also finds out the location where vehicle is located by sending the location through message in case of vehicle theft and fall detection. The Smart Helmet through belt-tie sensor detects whether the rider is wearing the helmet or not and switches the ignition ON only if the helmet is worn, otherwise it remains in OFF condition. It also contains a special feature which detects the alcohol content if the rider is drunk using Alcohol/Gas sensor(MQ5). This also follows the same condition as that of the belt-tie sensor where the ignition will not turn ON if the rider is drunk. RF module is used as a wireless link which communicates between the transmitter and the receiver in the Helmet module and the Engine Control Unit(ECU). One interesting feature here is in case if vehicle theft the vehicle can be tracked by sending the message to the number present in the GSM sim slot, and if the vehicle has met with an accident then the Pressure sensor in the ECU senses the pressure and message by the GSM is sent to the registered number with their current location using GPS module.

Keywords-: Smart helmet, riders safety, accident detection, fall detection, alcohol detection, vehicle tracking, location.

  1. INTRODUCTION

    In recent times helmets have been made compulsory for both persons in bike. Traffic accidents in India have increased year by year. As per Section129 of Motor Vehicles Act, 1988 it is compulsory that the rider should wear helmet which is of ISI standard. In India drunken drive case is a criminal offence according to Motor Vehicle act 1939. Which states that the bike rider will get punish. In spite of this bike rider easily get escaped from law.

    These are the key issues which motivates us to develop this smart helmet. The first step is to identify whether rider is wearing helmet or not. The ignition gets on if he is wearing helmet otherwise it remains off until he wears it. For detecting this we use pressure sensor (force sensor flexible type). The second step is alcohol detection. Alcohol sensor is placed in

    front of the mouth which detect the presence of alcohol in rider breathe if it is exceeds permissible range ignition cannot start. MQ-5 sensor is used as alcohol sensor.

    When these two conditions are satisfied then ignition will start. The third main issue is accident and late medical help. If the rider met accident with him he cannot receive medical help instantly, its big reason for deaths. Around every second people die due to late medical help or the accident place is not known. Pressure sensor is used to detect accident occurred.

    The aim of this project is to make a protection system in a helmet for a good safety of bike rider. The smart helmet that we made is fixed with sensors which act as to detect wear helmet or not. The arduino microcontroller is used. Smart helmet consists of two modules, one on the bike and another on helmet. Signal transmission between the helmet unit and bike unit is using a RF concept.

  2. PROBLEM DEFINITION AND MOTIVATION There has been a sharp rise in total number of deaths due to

    road accidents in past few years. A survey performed in India confirmed that around 1,34,513 deaths occurred in year 2014

    ,these number increased to 1,42,485 in year 2015. The main reason for these road accident deaths are due to violation of traffic rules, rider not wearing helmet, drunken drive. More than one third who died in road accidents could have survived if they had worn a helmet. Studies shows that usage of helmet can save accident death by 30 to 40%. The rate at which number of two wheelers in India is rising is 20 times the rate at which human population is growing. The risk of death is 2.5 times more among riders not wearing a helmet compared with those wearing a helmet.

  3. BLOCK DIAGRAM

    It has two modules they are Helmet Module and the Engine Control Unit (ECU), on the helmet and another inside the bike.

    1. Helmet Module

      Fig. 1. Block Diagram of Helmet module

      The sensors Belt-tie sensors-conductance and Alcohol/Gas sensor(MQ5) sensors are present in the helmet module. It runs with 9v battery. The 7805 linear regulator IC connected to the modules convert 9v to 5v.

      This circuit contains RF transmitter, encoder, sensors and regulator. Output from each of the sensors is connected to the data input pins if the encoder. (AD9, AD10 and AD11). Encoder will continuously encode and these sensors values are fed to RF transmitter to transmit data to the ECU unit where further fuction will take place. All the sensors we have used here is digital (TTL output) to makes our system easier. Conductance is used here as helmet sensor i.e. it will detect the wearing of helmet.MQ5 Alcohol sensor is used and it must be placed in front of the mouth to check alcohol content in the breath.

    2. Engine Control Unit

      Fig. 2. Engine control Unit (ECU)

      ECU includes GPS module, GSM module, PIC microcontroller, RF receiver and decoder. RF receiver receives signals from the helmet module and are decoded by decoder IC HT12D. Decoder is directly connected to the microcontroller, it is continuously scanned by Arduino microcontroller and does the required actions. Relay is used to short the spark plug to ground; normally vehicle body is connected to ground. it will get disconnected from ground only after wearing helmet and when no alcohol is detected.

      Vibration sensor is fixed in the vehicle which is connected to the ECU module, if accident occurs it will detect and send signals through RF, it will send SMS to the specified number

      with the accident location. LCD display shows the status of the system and detection of alcohol.

    3. Arduino-uno

      The Arduino-uno is microcontroller which is shown in Figure 1 based board on the atmega328.The board are equipped with set of digital and analog input/output pins that may be interfaced o various expansion boards or breadboard and other circuits. The boards feature serial communications interfaces including USB (universal serial bus) on some models which are also used for loading programs from PCs. The microcontroller is typically programmed using a dialect of features from the programming languages c and c++ in addition to using traditional compiler tool chains, the Arduino project.

      Fig. 3. Block Diagram

    4. MQ-5 Alcohol Sensor

      MQ-5 gas sensor is right for identifying the alcohol content from breath. It can be positioned just front of the face. The sensor is responds to various gases. It determines by helmet unit that weather the rider is drunk or not. MQ-5 sensor has potentiometer to adjusting different concentration of gasses. We calibrate the detector for 0.4mg/L of Alcohol concentration in air and use value of resistance is 200 K.MQ-5 has supports for both analog and digital. MQ-5 has a 4 pin namely GND, VCC, Aout, Dout. Here we use digital output of this sensor which is gives output in terms of high or low. It decided by our helmet unit weather rider is drunk.

      Fig. 4. Block Diagram

    5. GSM and GPS Module

      GSM (Global System for Mobile Communications) is a standard developed by the European Telecommunications Standards Institute (ETSI) to describe protocols for second generation (2G) digital cellular networks used by mobile phones. SIM300 module is a Dual band GSM/GPRS engine that works on frequencies EGSM 900 MHz, DCS 1800 MHz.It supports features like Voice, Data, SMS, GPRS and integrated TCP /IP stack. It identifies the phone number when the call is made to it and if it is correct.The GPS fixes the GPS satellites. The GSM obtains longitude and latitude from GPS and send SMS to the registered number with the location.

      Fig. 5. Block Diagram

    6. LCD 16×2:

    The LCD screen which is shown in Figure 3 is more energy efficient and can be disposed of more safely than a CRT can. Its low electrical power consumption enables it to be used in battery powered electronic equipment more efficiently than CRTs can be a 16×2 LCD display is used in the project which displays the count or number of rotation.

    Fig. 6. Block Diagram

  4. FLOW CHART

    Fig. 7. Flow chart

    1. Applications

      • Used in motor vehicles to ensure safety of the rider.

      • Alcohol detector can also be implemented in cars.

      • It can be used in real time safety system.

      • This safety system technology can further be enhanced in car and also by replacing the helmet with seat belt.

      • Vehicle monitoring.

      • Can be applied to the persons who are working in the underground.

      • Mining helmets.

    2. Advantages

      • Detection of accident in remote are can be easily detected and medical services provided in short time.

      • Simply avoiding drunken drive by using alcohol detector. It will reduces the probability of accidents.

      • Decrease in death rates due to head injuries.

      • Reduces the work load of traffic police.

      • Security system for motorcycles.

      • Less power consuming safety system.

      • Provide wireless connection security.

  5. EXPERIMENTAL RESULTS

    If the rider is not wearing helmet, then it displays the message of " No helmet pls wear it".

    Fig. 8. Status of the Rider

    If the rider is drunk, then it displays the message on LCD

    Fig. 9. Alcohol Detection

    If the accident has occurred, then it sends the SMS to the registered number with their current geographical location.

    Fig. 10. Accident Location

  6. CONCLUSION AND FUTURE SCOPE

The developed system efficiently ensures that the rider is wearing helmet through out the ride. Rider will not be under the influence of alcohol while riding. Accident location can be detected,which is helpful to provide immediate medical help.Vehical theft can be detected and by sending lock message the ignition can be turned off. In this project belt tie sensor is used instead pressure sensors can be used to detect if the helmet is worn, IR sensors and temperature sensors can also be used for a better detection. we can make use of small camera for the recording the drivers activity. If there is a large demand of this type of helmets we can manufacture whole circuit in printed circuit board, so that circuit becomes smaller and can be easily fitted into helmet. In this project RF transmitter and receiver are used to provide a proper communication. In future we can enhance our project through placing high efficiency RF transmitter.

ACKNOWLEDGEMENT

The authors expresses sincere acknowledgement to Dr. B. Sadashive Gowda, principal VVCE, Mysuru. The authors also expresses sincere thanks to Dr. D.J. Ravi, HOD, Dept. of ECE, VVCE. The author also expresses gratitude to our internal guides Chethan K, Asst. Professor, VVCE. and Bhargavi K, Asst. Professor, VVCE. for their helpful contribution in this project work and for their encouragement and support.

My sincere thanks to Prof. Sandeep R project coordinators for having supported the work related to this project. Their contributions and technical support in preparing this report are greatly acknowledged.

REFERENCES

  1. Mohammed Khaja Areebuddin Aatif, Ainapurapu Manoj, smart helmet based on IOT technology ,International Journal for Research in Applied Science and Engineering technology(IJRASET), volume 5 Issue VII , July 2017

  2. Shabrin , Bhagyashree Jagdish Nikharge, Maithri M Poojary, T Pooja , Sadhana B, smart-helmet intelligent safety for motorcyclist using Raspberry PI and openCV, IRJET volume:03 Issue:03 march 2016

  3. Aparna V A, Abhishek K, Abhay Krishna K B, Harsha K, Ann Mary, Raphael, motor vehicle security system IRJET volume:03 Issue:03 march 2016

  4. Smart Helmet with Sensors for Accident Prevention Mohd Khairul Afiq Mohd Rasli, Nina Korlina Madzhi, Juliana Johari Faculty of Electrical Engineering University Tecnology MARA40450 Shah Alam Selangor.

  5. A Solar Powered Smart Helmet With Multifeatures Mr.P.Dileep Kumar1, Dr.G.N.Kodanda Ramaiap Mr.A.Subramanyam3, Mrs.M.Dharani4 International Journal of Engineering Inventions e-ISSN: 2278-7461, p-

    ISSN: 2319-6491, Volume 4, Issue 10 June 2015

  6. A Smart Safety Helmet using IMU and EEG sensors for worker fatigue detection Ping Li, Ramy Meziane, Martin J.-D. Otis, Hassan Ezzaidi, REPARTI Center, University of Quebec at Chicoutimi Chicoutimi, Canada Email: Martin Otis@ugac.ca Philippe Cardou REPARTI Center, Laval University Quebec, Canada Email: pcardou@gmc.ulavalca) ISSN 2319 – 2518 www.iieetc.comVol. 4, No. 2, April 2015 C 2015 IJEETC.

  7. Sudarsan K and Kumaraguru Diderot P, "Helmet for Road Hazard Warning with Wireless Bike Authentication and Traffic Adaptive Mp3 Playback" International Journal of Science and Research (IJSR), Vol 3, No. 3, 2014.

  8. Vijay L, Saritha B, Priyadharshini B,Deepeka Sand Laxmi R, "Drunken Drive Protection System", International Journal of Scientific & Engineering Research, Vol. 2, No. 12, ISSN: 2229-5518, 2011.

  9. Harish Chandra Mohanta, Rajat Kumar Mahapatra and yotirmayee Muduli, "Anti-Theft Mechanism System with Accidental Avoidance and Cabin Safety System for Automobiles", International Refereed Journal of Engineering and Science (IRJES), Vol. 3, No. 4, 2014, pp. 56- 62.

  10. Mr.P.Dileep Kumar, Dr.G.N.Kodanda Ramaiah, Mr.A.Subramanyam, Mrs.M.Dharani4 International Journal of Engineering Inventions e- ISSN: 2278-7461, p- ISSN: 2319-6491 Volume 4, Issue 10 June 2015.

  11. Ministry of Health and Family Welfare., "Integrated Disease Surveillance Project- Project", 2016.

  12. "Implementation Plan 2004-2009". New Delhi: Government of India; 2004:

  13. Sorace, V. S. Reinhardt, and S. A. Vaughn, "High-speed digital-to-RF converter", U.S. Patent 5 668 842, Sept. 16, 1997.

  14. 2 "Drunk Drivers" Beware Of Saab De- vice",http://www.buzzle.com/articles/drunk drivers-beware-saab- device.html

  15. Honglie Leng, Yingzi Lin," Design & Experimental study of CNT sensor for measuring alcohol content with short response delay IEEE Sensor Journal, 2010, pp. 1091-1097

  16. Al-Bayari, O., B. Sdoun,"New centralized automatic vehicle location communications soft ware system under GIS environment" International Jounal of Communication Systems, Vol 18, Issue 9, April 2005, pp. 833- 846

  17. IVNS Aditya, Radha Krishna Murthy, Lt. Ravindra Babu Kallam, "Altemate Method for the Failure of Antitheft Device used in Motor Vehicles", International Journal of Computer Application, Volume 13, No.6, January 2011, pp. 023-026.

Leave a Reply