SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2279
Alcohol Sensing Engine Locking System With GPS
Aswin K G1, Asiya Basheer2, Famida Hassan3, Ms. Manju Mathew4
1,2,3 Electronics and Communication, Ilahia College of Engineering and Technology, Mulavoor, Kerala, India.
4Professor, Electronics and Communication, Ilahia College of Engineering and Technology, Mulavoor, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In this project we have used an alcohol
detecting sensor in vehicle for safe driving system of vehicle
for drunk and driving cases, which senses and detects
alcohol particles and send messages if alcohol . In this
process GSM and GPS modules are connected to
microcontroller for controlling purpose . GPS module get the
position of vehicle with longitude and latitude and it send
message to authorized person. We have also provided the
security system for vehicle that ensuring the driver is
engaged the helmet
Key Words: Alcohol, Driver, Hazardous, GSM, GPS,
Alcohol Sensor
1. INTRODUCTION
This system senses the content of alcohol in breath. This
system uses LCD display, MQ3 sensor, force sensor and
GPS and GSM techniques. The output of the sensor is
directly proportional to the content of alcohol consumed.
This type of sensors in cars is a great safety factor which
can be embedded in steering of the cars. When the driver
starts the ignition, sensor detect the presence of the
alcohol in his breath and if the alcohol detected then
automatically it will stop the ignition of the car. Thus we
can reduce accident rate due to drunk and drive. The
system also check whether the driver is engaged the seat
belt or not. By using GSM send a SMS to the authorized
person. And by using GPS we can send the location of the
vehicle at that instant. Hence the system reduces the road
accidents and fatalities due to drunk driving in future.
Microcontroller is the heart of our project. Microcontroller
gets the coordinates from GPS modem and then it sends
this information to user in text SMS through GSM.
1.1 Alcohol Detection
Alcohol consumption of the driver will be detected by
using a MQ3 sensor. If driver consumed alcohol, then
alcohol level inside the vehicle will be higher than a
threshold value. When alcohol consumption detected, then
the vehicle immediately stops to avoid risk of accident..
1.2 Seat Belt Detection
Using the force sensor we will be detecting whether the
seat belt is engaged or not. If the seat belt is not engaged
the vehicle will fail to start .
1.3 Sending Location via SMS
When the alcohol presence is detected by the system an
SMS will be sent to the authorized person . The said SMS
will be containing the current location of the driver
2. SYSTEM DESIGN
System consists of force sensor, Alcohol detection part,
GPS and GSM . Force is used to check whether the driver is
engaged the seat belt or not . Alcohol detection will be
done using MQ3 sensor. If the alcohol presence is detected
the message containing current location will be sent to the
family or friends
2.1 BLOCK DIAGRAM
A. Arduino ATMEGA328
ATmega328 Arduino Uno microcontroller board is used in
the designed system. 14 pins are present in the unit, which
allows outflow and inflow of feeding, a Universal Serial Bus
port, 6 continuous signals with time changing quantity, an
on-board voltage regulator, 16 Mega Hertz electronic
oscillator, a power connector, ICSP header, and a reset
button. The Atmega328 microcontroller has 32 Kilo Bytes
flash memory, 1 Kilo Bytes EEPROM and 2 Kilo Bytes
SRAM.
B. Alcohol MQ-3 Sensor
Tin Dioxide (SnO2) sensitive layer is used to made
sensor. Itis having less sensitivity to Benzene and more
sensitivity to alcohol. It has a circuit with improved
stability, good lifetime and quick response. Analog
interface type design is used in the sensor. Sensor pins
represents 1-output, 2- ground and 3-power supply. The
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2280
technical specification of the sensor is depicted. As
specified in the datasheet, we use 200k ohm Resistor along
with sensor.
C. Power Supply
5V adapter is used to provide the power to the
controller and other part of the system.
D. LCD Display
Liquid crystal display screen is the electronic screen and
consists of various applications. The generally used 16x2
LCD screen is fundamental module operated in various
circuits and devices. These modules are elected to seven
segments and various multi segment LEDs. The reason
being: LCDs are simply programmable; economical; have
no constraints of computing exceptional and balanced
ordinance characters (unlike in 7 segments), dynamism
and so on. 16 characters per line are displayed in 16x2 LCD
and there are 2 such segments. Each character is betrayed
in 5x7 pixel grid in this LCD. This LCD consists of 2
registers, namely data and command. The command
instructions are stored in the command registers which are
given to the LCD. To do a predefined task the command
instructions are given to LCD for striping its screen,
operating it, guiding display, locating the cursor position
etc. The data to be display on the LCD is stored in the data
registers. The data is in the form of ASCII value of the
character which is to be displayed on the LCD.
E. DC Motor
The DC motor is an electric DC motor operated to
validate the abstract of engine padlocking. Here in this task,
the motor will be associated to pin 9 on the
microcontroller, the DC motor stops when the alcohol is
sensed and when there is no alcohol sensed the DC motor
continuous running.
F. Force sensor
A Force Sensor is defined as a transducer that converts
an input mechanical load, weight, tension, compression or
pressure into an electrical output signal. Force Sensors are
also commonly known as Force Transducer.
G. GPS Module
The Global Positioning System (GPS) is a spacebased
satellite navigation system that provides location and time
information in all weather conditions, anywhere on or near
the Earth where there is an unobstructed line of sight to
four or more GPS satellites. The system provides critical
capabilities to military, civil and commercial users around
the world. It is maintained by the United States
government and is freely accessible to anyone with a GPS
receiver
H . GSM Module
The GSM net used by cell phones provides a low cost,
long range, wireless communication channel for
applications that need connectivity rather than high data
rates. Machinery such as industrial refrigerators and
freezers, HVAC, vending machines, vehicle service etc.
could benefit from being connected to a GSM system.
2.2 CITRCUIT DIAGRAM
2.3 System Operation
The microcontroller reads the voltage values which
are noticed as digital in nature, the Uno board of Arduino
generally consists of 8 channels, the device is of 10 bits,
that used to give output as digital digits by processing
Analog voltage on a pin. The device relates the load of
input voltages ranges from 0-5V with the outcome values
ranges from 0- 1023volts to bring about 5volts of voltage
in a cycle for every 1024 units. First of all the system will
ensure that the driver is engaged the seat belt and if the
seat belt is not engaged the system will not check the
other conditions such as alcohol detection and if alcohol
is not detected it will go to the next stage .Check whether
the driver is consumed alcohol .If the alcohol presence is
detected .The sensor information is given to the Arduino
through which the Arduino controls the engine of the
vehicle. And message along with the current location of
the vehicle will be send to the family or friend.
3 . RESULT
After the person who consumed alcohol enters into the
vehicle then the alcohol sensor starts it's work and detects
the level of alcohol which is followed by the buzzer ring
and the LCD displays the content of alcohol after that the
relay comes into action and will turn off the ignition, by
which the vehicle won't move which is the main aim of our
project. An intelligent system in which Arduino is the main
base has been created by us as Innovative system. Also we
have used sensors which has range of 2 meters such that
they can suit for any vehicle and also can be hidden form
some people. The main advantage of the proposed work is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2281
that it is small in size and also has higher reliability and
efficiency. Now-a-days people idea on transport safety is
changing, public safety is given more importance by which
our project can be made successful and useful to public
Future vision of the project is that it can be made inbuilt in
the vehicles manufacturing it will be a new innovation to
the technology in automobiles by adding safety feature,
there by bringing a new development in the automobile
industry.
4 . CONCLUSION
We had proposed a system that detects the alcohol from
the breath of the vehicle driver there by stopping the
vehicle to move and reduce the danger of people's lives.
The system came alive by using effective Arduino
ATmega328 microcontroller and sensors.
REFERENCES
[1] Vijay J, Saritha B, Priyadharshini B, Deepeka S, Laxmi
R. Drunken Driven Protection System. International
Journal of Scientific and Engineering Research. 2011;
2(12):1-4.
[2] Kousikan M, Sundaraj M. Automatic Drunken Drive
Prevention System, International Journal of Students
Research in Technology and Management. 2014; 2(2):
75-77.
[3] Prashanth KP, Padiyar K, Naveen KPH, Kumar KS.
Road Accident Avoiding System using Drunken
Sensing Technique. International Journal of
Engineering Research and Technology. 2014; 3(10):
818- 823.
[4] Bindu JH, Reddy GA, Anoosha P, Vinolini KAV.
Programmed Engine Locking System by Automatically
Detecting Drunken Drivers. International Journal of
Innovative Research in Science, Engineering and
Technology. 2015; 4(11):11344-11348.
[5] Altaf SV, Abhinay S, Ansari E, Kaunain Md, AnwerR.
Alcohol Detection and Motor Locking System.
International Journal of Advanced Research in
Electrical, Electronics and Instrumentation
Engineering. 2017; 6(2): 989-993.
[6] Ambikapathy A., Kumar A., Verma J., Singh G., Sharma
R. (2021) Arduino Based Accident Prevention
Technique Using Eye Blink Sensor. In: Priyadarshi N.,
Padmanaban S., Ghadai R.K., Panda A.R., Patel R. (eds)
Advances in Power Systems and Energy Management.
ETAEERE 2020. Lecture Notes in Electrical
Engineering, vol 690. Springer, Singapore.
https://doi.org/10.1007

More Related Content

Similar to Alcohol Sensing Engine Locking System With GPS Tracking

IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...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 SystemIRJET Journal
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET Journal
 
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET Journal
 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET Journal
 
IRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell SensorIRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell SensorIRJET Journal
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTIRJET Journal
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET Journal
 
IRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET Journal
 
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET Journal
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET Journal
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM TechnologyIRJET Journal
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET Journal
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET Journal
 
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
 
WIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORING
WIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORINGWIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORING
WIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORINGIRJET Journal
 
Biometric Vehicle Authentication System
Biometric Vehicle Authentication SystemBiometric Vehicle Authentication System
Biometric Vehicle Authentication SystemShifAnAhMed1
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIRJET Journal
 

Similar to Alcohol Sensing Engine Locking System With GPS Tracking (20)

E044022124
E044022124E044022124
E044022124
 
IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...
 
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- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX System
 
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
 
IRJET- Smart Security System for Vehicles
IRJET- Smart Security System for VehiclesIRJET- Smart Security System for Vehicles
IRJET- Smart Security System for Vehicles
 
IRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell SensorIRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell Sensor
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoT
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
IRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for Automobiles
 
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
 
IRJET- Power Theft Detection and Monitoring using GSM Technology
IRJET-  	  Power Theft Detection and Monitoring using GSM TechnologyIRJET-  	  Power Theft Detection and Monitoring using GSM Technology
IRJET- Power Theft Detection and Monitoring using GSM Technology
 
SMART HELMET SYSTEM
SMART HELMET SYSTEMSMART HELMET SYSTEM
SMART HELMET SYSTEM
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for Driver
 
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
 
WIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORING
WIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORINGWIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORING
WIRELESS BLOCK BOX USING FOR DRIVER SAFTEY AND VEHICLE ACCIDENTAL MONITORING
 
Biometric Vehicle Authentication System
Biometric Vehicle Authentication SystemBiometric Vehicle Authentication System
Biometric Vehicle Authentication System
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

Alcohol Sensing Engine Locking System With GPS Tracking

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2279 Alcohol Sensing Engine Locking System With GPS Aswin K G1, Asiya Basheer2, Famida Hassan3, Ms. Manju Mathew4 1,2,3 Electronics and Communication, Ilahia College of Engineering and Technology, Mulavoor, Kerala, India. 4Professor, Electronics and Communication, Ilahia College of Engineering and Technology, Mulavoor, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In this project we have used an alcohol detecting sensor in vehicle for safe driving system of vehicle for drunk and driving cases, which senses and detects alcohol particles and send messages if alcohol . In this process GSM and GPS modules are connected to microcontroller for controlling purpose . GPS module get the position of vehicle with longitude and latitude and it send message to authorized person. We have also provided the security system for vehicle that ensuring the driver is engaged the helmet Key Words: Alcohol, Driver, Hazardous, GSM, GPS, Alcohol Sensor 1. INTRODUCTION This system senses the content of alcohol in breath. This system uses LCD display, MQ3 sensor, force sensor and GPS and GSM techniques. The output of the sensor is directly proportional to the content of alcohol consumed. This type of sensors in cars is a great safety factor which can be embedded in steering of the cars. When the driver starts the ignition, sensor detect the presence of the alcohol in his breath and if the alcohol detected then automatically it will stop the ignition of the car. Thus we can reduce accident rate due to drunk and drive. The system also check whether the driver is engaged the seat belt or not. By using GSM send a SMS to the authorized person. And by using GPS we can send the location of the vehicle at that instant. Hence the system reduces the road accidents and fatalities due to drunk driving in future. Microcontroller is the heart of our project. Microcontroller gets the coordinates from GPS modem and then it sends this information to user in text SMS through GSM. 1.1 Alcohol Detection Alcohol consumption of the driver will be detected by using a MQ3 sensor. If driver consumed alcohol, then alcohol level inside the vehicle will be higher than a threshold value. When alcohol consumption detected, then the vehicle immediately stops to avoid risk of accident.. 1.2 Seat Belt Detection Using the force sensor we will be detecting whether the seat belt is engaged or not. If the seat belt is not engaged the vehicle will fail to start . 1.3 Sending Location via SMS When the alcohol presence is detected by the system an SMS will be sent to the authorized person . The said SMS will be containing the current location of the driver 2. SYSTEM DESIGN System consists of force sensor, Alcohol detection part, GPS and GSM . Force is used to check whether the driver is engaged the seat belt or not . Alcohol detection will be done using MQ3 sensor. If the alcohol presence is detected the message containing current location will be sent to the family or friends 2.1 BLOCK DIAGRAM A. Arduino ATMEGA328 ATmega328 Arduino Uno microcontroller board is used in the designed system. 14 pins are present in the unit, which allows outflow and inflow of feeding, a Universal Serial Bus port, 6 continuous signals with time changing quantity, an on-board voltage regulator, 16 Mega Hertz electronic oscillator, a power connector, ICSP header, and a reset button. The Atmega328 microcontroller has 32 Kilo Bytes flash memory, 1 Kilo Bytes EEPROM and 2 Kilo Bytes SRAM. B. Alcohol MQ-3 Sensor Tin Dioxide (SnO2) sensitive layer is used to made sensor. Itis having less sensitivity to Benzene and more sensitivity to alcohol. It has a circuit with improved stability, good lifetime and quick response. Analog interface type design is used in the sensor. Sensor pins represents 1-output, 2- ground and 3-power supply. The
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2280 technical specification of the sensor is depicted. As specified in the datasheet, we use 200k ohm Resistor along with sensor. C. Power Supply 5V adapter is used to provide the power to the controller and other part of the system. D. LCD Display Liquid crystal display screen is the electronic screen and consists of various applications. The generally used 16x2 LCD screen is fundamental module operated in various circuits and devices. These modules are elected to seven segments and various multi segment LEDs. The reason being: LCDs are simply programmable; economical; have no constraints of computing exceptional and balanced ordinance characters (unlike in 7 segments), dynamism and so on. 16 characters per line are displayed in 16x2 LCD and there are 2 such segments. Each character is betrayed in 5x7 pixel grid in this LCD. This LCD consists of 2 registers, namely data and command. The command instructions are stored in the command registers which are given to the LCD. To do a predefined task the command instructions are given to LCD for striping its screen, operating it, guiding display, locating the cursor position etc. The data to be display on the LCD is stored in the data registers. The data is in the form of ASCII value of the character which is to be displayed on the LCD. E. DC Motor The DC motor is an electric DC motor operated to validate the abstract of engine padlocking. Here in this task, the motor will be associated to pin 9 on the microcontroller, the DC motor stops when the alcohol is sensed and when there is no alcohol sensed the DC motor continuous running. F. Force sensor A Force Sensor is defined as a transducer that converts an input mechanical load, weight, tension, compression or pressure into an electrical output signal. Force Sensors are also commonly known as Force Transducer. G. GPS Module The Global Positioning System (GPS) is a spacebased satellite navigation system that provides location and time information in all weather conditions, anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites. The system provides critical capabilities to military, civil and commercial users around the world. It is maintained by the United States government and is freely accessible to anyone with a GPS receiver H . GSM Module The GSM net used by cell phones provides a low cost, long range, wireless communication channel for applications that need connectivity rather than high data rates. Machinery such as industrial refrigerators and freezers, HVAC, vending machines, vehicle service etc. could benefit from being connected to a GSM system. 2.2 CITRCUIT DIAGRAM 2.3 System Operation The microcontroller reads the voltage values which are noticed as digital in nature, the Uno board of Arduino generally consists of 8 channels, the device is of 10 bits, that used to give output as digital digits by processing Analog voltage on a pin. The device relates the load of input voltages ranges from 0-5V with the outcome values ranges from 0- 1023volts to bring about 5volts of voltage in a cycle for every 1024 units. First of all the system will ensure that the driver is engaged the seat belt and if the seat belt is not engaged the system will not check the other conditions such as alcohol detection and if alcohol is not detected it will go to the next stage .Check whether the driver is consumed alcohol .If the alcohol presence is detected .The sensor information is given to the Arduino through which the Arduino controls the engine of the vehicle. And message along with the current location of the vehicle will be send to the family or friend. 3 . RESULT After the person who consumed alcohol enters into the vehicle then the alcohol sensor starts it's work and detects the level of alcohol which is followed by the buzzer ring and the LCD displays the content of alcohol after that the relay comes into action and will turn off the ignition, by which the vehicle won't move which is the main aim of our project. An intelligent system in which Arduino is the main base has been created by us as Innovative system. Also we have used sensors which has range of 2 meters such that they can suit for any vehicle and also can be hidden form some people. The main advantage of the proposed work is
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2281 that it is small in size and also has higher reliability and efficiency. Now-a-days people idea on transport safety is changing, public safety is given more importance by which our project can be made successful and useful to public Future vision of the project is that it can be made inbuilt in the vehicles manufacturing it will be a new innovation to the technology in automobiles by adding safety feature, there by bringing a new development in the automobile industry. 4 . CONCLUSION We had proposed a system that detects the alcohol from the breath of the vehicle driver there by stopping the vehicle to move and reduce the danger of people's lives. The system came alive by using effective Arduino ATmega328 microcontroller and sensors. REFERENCES [1] Vijay J, Saritha B, Priyadharshini B, Deepeka S, Laxmi R. Drunken Driven Protection System. International Journal of Scientific and Engineering Research. 2011; 2(12):1-4. [2] Kousikan M, Sundaraj M. Automatic Drunken Drive Prevention System, International Journal of Students Research in Technology and Management. 2014; 2(2): 75-77. [3] Prashanth KP, Padiyar K, Naveen KPH, Kumar KS. Road Accident Avoiding System using Drunken Sensing Technique. International Journal of Engineering Research and Technology. 2014; 3(10): 818- 823. [4] Bindu JH, Reddy GA, Anoosha P, Vinolini KAV. Programmed Engine Locking System by Automatically Detecting Drunken Drivers. International Journal of Innovative Research in Science, Engineering and Technology. 2015; 4(11):11344-11348. [5] Altaf SV, Abhinay S, Ansari E, Kaunain Md, AnwerR. Alcohol Detection and Motor Locking System. International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. 2017; 6(2): 989-993. [6] Ambikapathy A., Kumar A., Verma J., Singh G., Sharma R. (2021) Arduino Based Accident Prevention Technique Using Eye Blink Sensor. In: Priyadarshi N., Padmanaban S., Ghadai R.K., Panda A.R., Patel R. (eds) Advances in Power Systems and Energy Management. ETAEERE 2020. Lecture Notes in Electrical Engineering, vol 690. Springer, Singapore. https://doi.org/10.1007