SlideShare a Scribd company logo
1 of 4
Download to read offline
Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24
www.ijera.com 21 | P a g e
Alcohol Detection and Automatic Drunken Drive Avoiding
System
Prof. P. H. Kulkarni1
, Ms. Ravina Wafgaonkar2
, Ms.Shruti S.Gujarathi3
, Mr.
Gaurav Ahirrao4
Padmashree Dr. D. Y. Patil Institute of Engineering and Technology, Pimpri, Pune-18
Abstract
The main aim of this project is to design an embedded system for implementing a efficient alcohol detection
system that will be useful to avoid accidents. There are many different types of accidents which occur in daily
life. Accidents may cause due to many reasons it may be due to brake fail. Most often accidents occur due to
over drunken person. Though there are laws to punish drunken drivers they cannot be fully implemented.
Because traffic police cannot stand on every road to check each and every car driver whether he/she has drunk
or not. This can be a major reason for accidents. So there is a need for a effective system to check drunken
drivers. Therefore in order to avoid these accidents we have implemented a prototype project.
In our project, Initially we check whether the person has drunken or not by using the MQ3 GAS sensor. In this
system, sensor circuit is used to detect whether the alcohol was consumed by driver or not. To this end, we have
designed such a system that when alcohol concentration is detected then car will be stopped and the related
information will go to nearby location through GSM.
This project is based on EMBEDDED C programming using AVR-AT mega 16 microcontroller.
Keywords: Embedded system, MQ3 alcohol sensor, AVR-AT mega 16 microcontroller, GSM.
I. INTRODUCTION
Drunk driving is a big problem in every part
of the nation. In 2009 alone, over 10,000 traffic
fatalities were linked directly to drivers who had
blood alcohol levels above the legal limit. Many
accidents happen due to the carelessness on the part
of driver. Many drivers drink and drive which is a
criminal offence .Such drivers are a menace to
society and should be apprehended quickly. Though
the country has laws to check drunken driving but its
effective implementation is still to be worked upon
and in some cases even questionable.For such
purpose we are designing a system which will assist
the traffic police officers to determine whether he/she
is fit to drive or not. This system is basically a
Embedded System which is combination of both
software and hardware which can perform some
specific functions using Microcontroller Avr-
ATmega 16. The Alcohol sensor on detecting the
alcohol concentration will give the analog resistive
output to the microcontroller then further alcohol
detection message will be displayed on LCD.
Microcontroller controls the L293D motor driver
circuit which is responsible for working of the DC
motor. Thus car will be stopped on detecting alcohol
concentration and related information will go to
nearby location through GSM.
Fig 1 Previous Driving record graph .
II. RELATED WORK
As this is an Embedded system- a
combination of hardware and software. The
Hardware mainly consists of Alcohol sensor MQ3,
Microcontroller Avr-ATmega 16, L293D motor
driver, 16*2 LCD display, DC motor. The software is
basically an Embedded C Programming.
A. HARDWARE SYSTEM:
Let us discuss the functions of each and
every hardware device ued. Following are the details:
1 ) Alcohol Sensor MQ3:
Alcohol sensor MQ3 is suitable for detecting
alcohol concentration just like your common
breathalyzer. It has a high sensitivity and fast
response time, mentioned as in [8]. Sensor provides
an analog resistive output based on alcohol
RESEARCH ARTICLE OPEN ACCESS
Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24
www.ijera.com 22 | P a g e
concentration which is given to inbuilt ADC of
microcontroller.
Fig 2.. Structure and configuration.
Fig 3..Electric parameter measurement circuit
2) Microcontroller Avr-ATmega 16:
ATmega16 is an 8-bit high performance
microcontroller of Atmel’s Mega AVR family with
low power consumption. The output of power supply
is given to the Vcc pin of the microcontroller .
ATmega16 has an inbuilt 10 bit, 8-channel ADC
system, mentioned as in [7].
Fig 4. AVR-ATmega 16 microcontroller.
3)16x2 LCD DISPLAY:
It is a 2 line and 16 character display. In this
project LCD is working in 4-bit mode i.e., the data
transferred to the LCD must be in 4-bit data form.
The PortA of ATmega16 is connected to data pins of
LCD and is defined as LCD_DATA. PortB is defined
as control pins (Rs, R/W and En).LCD consist of 3
control lines(RS,R/W &EN) and eight data lines(D0-
D7), supply voltage (Vcc) and contrast control (Vee)
and ground(Vss).
Fig 5.. LCD pin configuration.
4)L293D MOTOR DRIVER:
L293D motor driver will generate a signal to
the converter of the circuit and thus controls the
operation of both the DC motors M1 and M2.
Also we cannot directly connect microcontroller to
the dc motor directly so we have to use this motor
driver so that operation of dc motor takes place
smoothly.
5) GSM SIM 300 MODULE:
This GSM Modem can accept any GSM
network operator SIM card and act just like a mobile
phone with its own unique phone number. Advantage
of using this modem will be that you can use its
RS232 port to communicate and develop embedded
applications, mentioned as in [9]. Applications like
SMS Control, data transfer, remote control and
logging can be developed easily.
The modem can either be connected to PC
serial port directly or to any microcontroller. It
can be used to send and receive SMS or make/receive
voice calls.
B.SOFTWARE SYSTEM:
Embedded Software deals with languages
like ALP,C,VB,etc. Here we have used Embedded C
Programming. Embedded C is set of language
extensions for c programming which introduces
number of feautures not available in normal C. Its
key characteristics are:
1) Simple to learn, understand, program and
debug.
2) C Compilers are available to almost all
embedded devices and there is a large pool
of experienced C programmers.
3) Provides easy management of large
embedded projects.
Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24
www.ijera.com 23 | P a g e
III. BLOCK DIAGRAM OF THE
AUTOMATIC DRUNKEN DRIVE
AVOIDING SYSTEM
As soon as power supply is given to the
VCC pin of the Microcontroller Avr-ATmega 16,the
alcohol sensor MQ3 will detect the alcohol
concentration and provides an analog resistive output
based on alcohol concentration which is given to
inbuilt ADC of microcontroller.The inbuilt ADC of
the microcontroller will convert this analog resistive
output into digital output that will in the form of lcd
message display that”ALCOHOL DETECTED”.
Fig 6. Block diagram of automatic drunken drive
avoiding system
Then further whenever if alcohol is detected
then microcontroller will give the signal to the
L293D driver which will generate a signal to the
converter of the circuit i.e. increasing firing
angle.Also the L293D motor driver will control the
operation of the DC motor.Thus if alcohol is detected
then car speed will go on reducing gradually and car
will be stopped. Further using the GSM modem,
message will go to nearby location or any unique
number.
IV. SOME BASIC FEATURES OF
HARDWARE COMPONENTS
A)Some of the basic features of Microcontroller
Avr-ATmega 16:
 High Performance, Low Power and Advanced
Risc Architecture with 16/32/64K Bytes of In-
System Programmable Program Memory.
 131 powerful Instructions- Most Single Clock
cycle Execution.
 10 bit ADC and 10 bit DAC.
 Operating voltage: 2.7 V - 5.5V.
B)Some of the basic features of Armega16 ADC
are:
· 8 Channels.
· 10-bit Resolution.
· Input voltage range of 0 to Vcc.
· Selectable 2.56V of internal Reference voltage
source.
· AREF pin for External Reference voltage.
· ADC Conversion Complete Interrupt.
C)Some of the basic features of alcohol sensor
MQ3 are:
 High sensitivity to alcohol and small sensitivity
to benzene.
 Long life and low cost with simple drive circuit.
Fig7. alcohol sensitivity characteristics
Table 1. Technical data of MQ3 from datasheet.
Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24
www.ijera.com 24 | P a g e
D) Some of the basic features of GSM SIM 300
Module are:
 Highly reliable for 24x7 operation with Matched
Antenna.
 Status of the modem indicated by led.
 Quad Band Modem supports all GSM operator
SIM cards.
 Applications like SMS based Remote control &
Alerts. Also in GPRS Mode data logging.
E)Some of the basic features of L293D driver
circuit are:
 Voltage Range is 4.5v to 36v.
 Separate input logic circuit.
 High Noise immunity.
 It is quadruple high current half H-driver.
 Bidirectional drive current of up to 600mA.
 All inputs are TTL compatible.
V. CONCLUSIONS
This is a developed design to efficiently
check drunken driving. By implementing this design
a safe car journey is possible decreasing the accident
rate due to drinking. By implementing this design,
drunken drivers can be controlled so are the accidents
due to drunken driving. Government must enforce
laws to install such circuit in every car and must
regulate all car companies to preinstall such
mechanisms while manufacturing the car itself. If this
is achieved the deaths due to drunken drivers can be
brought to minimum level.
In this type of system, future scope can be
safely landing of car aside without disturbing other
vehicles.
REFERENCES
[1] IEEE paper: Low cost systems for
measuring visual cues of driver fatigue and
intention in automotive applications.
[2] In vehicle Alcohol Detection based on MCU
and design and Implementation of Safety
control system(2012 International
Conference on Future )
[3] Alcohol detection system in car – by vivek
anand.
[4] Alcohol detection Technologies product &
future – by American Beverage Institute.
[5] GSM Based Embedded system for Remote
Laboratory Safety Monitoring & Alerting –
Annamalai University,Chidambaram ,India.
[6] Jiang Linyiang, Li Hailong and Guo
Zhenhua , IEEE “Embedded Laboratory
Environment Monitor system”, IEEE,
WASE International conference on
Information Engineering,pp.197-201, 2009.
[7] ATmega 16 datasheet.pdf.
[8] MQ3 Semiconductor sensor for Alcohol
[9] GSM SIM 300 Module datasheet.pdf]

More Related Content

What's hot

Alcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking projectAlcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking projecthemanth prudhvi jidugu
 
Vehicle Theft Intimation Using GSM
Vehicle Theft Intimation Using GSMVehicle Theft Intimation Using GSM
Vehicle Theft Intimation Using GSMijceronline
 
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...ijsrd.com
 
IRJET- Solar Powered Smart Helmet with Multifeatures
IRJET-  	  Solar Powered Smart Helmet with MultifeaturesIRJET-  	  Solar Powered Smart Helmet with Multifeatures
IRJET- Solar Powered Smart Helmet with MultifeaturesIRJET Journal
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadNishanth C
 
Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...Nunna Swathi
 
anti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuanti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuvenu13
 
Vehicle anti theft tracking system based on internet of things
Vehicle anti theft tracking system based on internet of things Vehicle anti theft tracking system based on internet of things
Vehicle anti theft tracking system based on internet of things Jyothsna Sridhar
 
High sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables functionHigh sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables functionJagadeesh Yadav
 
Car Security System #CSALS
Car Security System #CSALSCar Security System #CSALS
Car Security System #CSALSAlex Vishwa
 
Fpga implementation of mass public transit facility for smart security system
Fpga implementation of mass public transit facility for smart security systemFpga implementation of mass public transit facility for smart security system
Fpga implementation of mass public transit facility for smart security systemeSAT Journals
 
rfid based traffic control system by using gsm
rfid based traffic control system by using gsmrfid based traffic control system by using gsm
rfid based traffic control system by using gsmramesh chatty
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSAshutha K
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Gsm anti theft system
Gsm anti theft systemGsm anti theft system
Gsm anti theft systemAshu0711
 
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Hitesh Kumar Singh
 
Response time analysis of mixed messages in CAN
Response time analysis of mixed messages in CANResponse time analysis of mixed messages in CAN
Response time analysis of mixed messages in CANIJERA Editor
 

What's hot (20)

Alcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking projectAlcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking project
 
Vehicle Theft Intimation Using GSM
Vehicle Theft Intimation Using GSMVehicle Theft Intimation Using GSM
Vehicle Theft Intimation Using GSM
 
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
 
IRJET- Solar Powered Smart Helmet with Multifeatures
IRJET-  	  Solar Powered Smart Helmet with MultifeaturesIRJET-  	  Solar Powered Smart Helmet with Multifeatures
IRJET- Solar Powered Smart Helmet with Multifeatures
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 upload
 
Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...Arduino based electronic notice board and controlling of home appliances by u...
Arduino based electronic notice board and controlling of home appliances by u...
 
anti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuanti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venu
 
Vehicle 441
Vehicle 441Vehicle 441
Vehicle 441
 
Vehicle anti theft tracking system based on internet of things
Vehicle anti theft tracking system based on internet of things Vehicle anti theft tracking system based on internet of things
Vehicle anti theft tracking system based on internet of things
 
High sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables functionHigh sensitive alcohol sensor with auto car ignition disables function
High sensitive alcohol sensor with auto car ignition disables function
 
Car Security System #CSALS
Car Security System #CSALSCar Security System #CSALS
Car Security System #CSALS
 
Fpga implementation of mass public transit facility for smart security system
Fpga implementation of mass public transit facility for smart security systemFpga implementation of mass public transit facility for smart security system
Fpga implementation of mass public transit facility for smart security system
 
rfid based traffic control system by using gsm
rfid based traffic control system by using gsmrfid based traffic control system by using gsm
rfid based traffic control system by using gsm
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPS
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Gsm anti theft system
Gsm anti theft systemGsm anti theft system
Gsm anti theft system
 
Secured vehicle control system
Secured vehicle control systemSecured vehicle control system
Secured vehicle control system
 
A1103040106
A1103040106A1103040106
A1103040106
 
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
 
Response time analysis of mixed messages in CAN
Response time analysis of mixed messages in CANResponse time analysis of mixed messages in CAN
Response time analysis of mixed messages in CAN
 

Viewers also liked

Drip Fertigation in Sweet Pepper: A Review
Drip Fertigation in Sweet Pepper: A ReviewDrip Fertigation in Sweet Pepper: A Review
Drip Fertigation in Sweet Pepper: A ReviewIJERA Editor
 
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...IJERA Editor
 
Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...
Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...
Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...IJERA Editor
 
Self Compacting Concrete And Its Properties
Self Compacting Concrete And Its PropertiesSelf Compacting Concrete And Its Properties
Self Compacting Concrete And Its PropertiesIJERA Editor
 
An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...
An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...
An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...IJERA Editor
 
Improvement to Village Road Based on Traffic Characteristics
Improvement to Village Road Based on Traffic CharacteristicsImprovement to Village Road Based on Traffic Characteristics
Improvement to Village Road Based on Traffic CharacteristicsIJERA Editor
 
Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...
Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...
Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...IJERA Editor
 
Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...
Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...
Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...IJERA Editor
 
Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...
Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...
Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...IJERA Editor
 
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...IJERA Editor
 
Mirce Functionability Equation
Mirce Functionability EquationMirce Functionability Equation
Mirce Functionability EquationIJERA Editor
 
Fast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAXFast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAXIJERA Editor
 
10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On Ftth
10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On Ftth10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On Ftth
10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On FtthIJERA Editor
 
Trabalho de Matemática
Trabalho de MatemáticaTrabalho de Matemática
Trabalho de MatemáticaNickStyles
 

Viewers also liked (20)

E044052328
E044052328E044052328
E044052328
 
Drip Fertigation in Sweet Pepper: A Review
Drip Fertigation in Sweet Pepper: A ReviewDrip Fertigation in Sweet Pepper: A Review
Drip Fertigation in Sweet Pepper: A Review
 
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
 
Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...
Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...
Theoretical and Statistical Models for Predicting Flux in Direct Contact Memb...
 
Self Compacting Concrete And Its Properties
Self Compacting Concrete And Its PropertiesSelf Compacting Concrete And Its Properties
Self Compacting Concrete And Its Properties
 
An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...
An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...
An Higher Case Operation and Analysis of a Multiple Renewable Resources Conne...
 
Improvement to Village Road Based on Traffic Characteristics
Improvement to Village Road Based on Traffic CharacteristicsImprovement to Village Road Based on Traffic Characteristics
Improvement to Village Road Based on Traffic Characteristics
 
Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...
Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...
Analysis of Thermal Buckling of Ceramic-Metal Functionally Graded Plates Usin...
 
S4805118123
S4805118123S4805118123
S4805118123
 
Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...
Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...
Flexural, Impact Properties and Sem Analysis of Bamboo and Glass Fiber Reinfo...
 
Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...
Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...
Aerodynamic Drag Reduction for A Generic Sport Utility Vehicle Using Rear Suc...
 
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
Incremental Conductance MPPT Algorithm for PV System Implemented Using DC-DC ...
 
Mirce Functionability Equation
Mirce Functionability EquationMirce Functionability Equation
Mirce Functionability Equation
 
Fast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAXFast Synchronization In IVR Using REST API For HTML5 And AJAX
Fast Synchronization In IVR Using REST API For HTML5 And AJAX
 
10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On Ftth
10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On Ftth10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On Ftth
10-Gb/S Transmission of Wdm Pon for Man with 50km Reach Based On Ftth
 
Pf correcao-ch2-2013
Pf correcao-ch2-2013Pf correcao-ch2-2013
Pf correcao-ch2-2013
 
Health and Safety for ASM in Brazil
Health and Safety for ASM in BrazilHealth and Safety for ASM in Brazil
Health and Safety for ASM in Brazil
 
Tomemos Mate
Tomemos MateTomemos Mate
Tomemos Mate
 
Mouro
MouroMouro
Mouro
 
Trabalho de Matemática
Trabalho de MatemáticaTrabalho de Matemática
Trabalho de Matemática
 

Similar to E044022124

8 sem final report print copy (1)
8 sem final report print copy (1)8 sem final report print copy (1)
8 sem final report print copy (1)Jha Bhargav
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSIRJET 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
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversVinny Chweety
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...srinivasanece7
 
Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iaetsd Iaetsd
 
Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iaetsd Iaetsd
 
Biometric Vehicle Authentication System
Biometric Vehicle Authentication SystemBiometric Vehicle Authentication System
Biometric Vehicle Authentication SystemShifAnAhMed1
 
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGYALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGYOodit Jethwa
 
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 SystemIRJET Journal
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET Journal
 
IRJET - Toll and Vehicle Rules Automation System
IRJET - Toll and Vehicle Rules Automation SystemIRJET - Toll and Vehicle Rules Automation System
IRJET - Toll and Vehicle Rules Automation SystemIRJET 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- Automotive Safety System using Controller Area Network(CAN) Protocol
IRJET- Automotive Safety System using Controller Area Network(CAN) ProtocolIRJET- Automotive Safety System using Controller Area Network(CAN) Protocol
IRJET- Automotive Safety System using Controller Area Network(CAN) ProtocolIRJET Journal
 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication SystemIRJET Journal
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging SystemIRJET Journal
 

Similar to E044022124 (20)

8 sem final report print copy (1)
8 sem final report print copy (1)8 sem final report print copy (1)
8 sem final report print copy (1)
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPS
 
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
 
Alchol detection
Alchol detectionAlchol detection
Alchol detection
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
 
Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...
 
Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...Iirdem design and analysis of a smart helmet gsm based system against drunken...
Iirdem design and analysis of a smart helmet gsm based system against drunken...
 
PROJECT.pptx
PROJECT.pptxPROJECT.pptx
PROJECT.pptx
 
Biometric Vehicle Authentication System
Biometric Vehicle Authentication SystemBiometric Vehicle Authentication System
Biometric Vehicle Authentication System
 
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
 
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGYALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
 
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- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
 
IRJET - Toll and Vehicle Rules Automation System
IRJET - Toll and Vehicle Rules Automation SystemIRJET - Toll and Vehicle Rules Automation System
IRJET - Toll and Vehicle Rules Automation System
 
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
 
Car locking system
Car locking systemCar locking system
Car locking system
 
IRJET- Automotive Safety System using Controller Area Network(CAN) Protocol
IRJET- Automotive Safety System using Controller Area Network(CAN) ProtocolIRJET- Automotive Safety System using Controller Area Network(CAN) Protocol
IRJET- Automotive Safety System using Controller Area Network(CAN) Protocol
 
IRJET- A Vehicle to Vehicle Communication System
IRJET-  	  A Vehicle to Vehicle Communication SystemIRJET-  	  A Vehicle to Vehicle Communication System
IRJET- A Vehicle to Vehicle Communication System
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging System
 

Recently uploaded

My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Recently uploaded (20)

My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

E044022124

  • 1. Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24 www.ijera.com 21 | P a g e Alcohol Detection and Automatic Drunken Drive Avoiding System Prof. P. H. Kulkarni1 , Ms. Ravina Wafgaonkar2 , Ms.Shruti S.Gujarathi3 , Mr. Gaurav Ahirrao4 Padmashree Dr. D. Y. Patil Institute of Engineering and Technology, Pimpri, Pune-18 Abstract The main aim of this project is to design an embedded system for implementing a efficient alcohol detection system that will be useful to avoid accidents. There are many different types of accidents which occur in daily life. Accidents may cause due to many reasons it may be due to brake fail. Most often accidents occur due to over drunken person. Though there are laws to punish drunken drivers they cannot be fully implemented. Because traffic police cannot stand on every road to check each and every car driver whether he/she has drunk or not. This can be a major reason for accidents. So there is a need for a effective system to check drunken drivers. Therefore in order to avoid these accidents we have implemented a prototype project. In our project, Initially we check whether the person has drunken or not by using the MQ3 GAS sensor. In this system, sensor circuit is used to detect whether the alcohol was consumed by driver or not. To this end, we have designed such a system that when alcohol concentration is detected then car will be stopped and the related information will go to nearby location through GSM. This project is based on EMBEDDED C programming using AVR-AT mega 16 microcontroller. Keywords: Embedded system, MQ3 alcohol sensor, AVR-AT mega 16 microcontroller, GSM. I. INTRODUCTION Drunk driving is a big problem in every part of the nation. In 2009 alone, over 10,000 traffic fatalities were linked directly to drivers who had blood alcohol levels above the legal limit. Many accidents happen due to the carelessness on the part of driver. Many drivers drink and drive which is a criminal offence .Such drivers are a menace to society and should be apprehended quickly. Though the country has laws to check drunken driving but its effective implementation is still to be worked upon and in some cases even questionable.For such purpose we are designing a system which will assist the traffic police officers to determine whether he/she is fit to drive or not. This system is basically a Embedded System which is combination of both software and hardware which can perform some specific functions using Microcontroller Avr- ATmega 16. The Alcohol sensor on detecting the alcohol concentration will give the analog resistive output to the microcontroller then further alcohol detection message will be displayed on LCD. Microcontroller controls the L293D motor driver circuit which is responsible for working of the DC motor. Thus car will be stopped on detecting alcohol concentration and related information will go to nearby location through GSM. Fig 1 Previous Driving record graph . II. RELATED WORK As this is an Embedded system- a combination of hardware and software. The Hardware mainly consists of Alcohol sensor MQ3, Microcontroller Avr-ATmega 16, L293D motor driver, 16*2 LCD display, DC motor. The software is basically an Embedded C Programming. A. HARDWARE SYSTEM: Let us discuss the functions of each and every hardware device ued. Following are the details: 1 ) Alcohol Sensor MQ3: Alcohol sensor MQ3 is suitable for detecting alcohol concentration just like your common breathalyzer. It has a high sensitivity and fast response time, mentioned as in [8]. Sensor provides an analog resistive output based on alcohol RESEARCH ARTICLE OPEN ACCESS
  • 2. Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24 www.ijera.com 22 | P a g e concentration which is given to inbuilt ADC of microcontroller. Fig 2.. Structure and configuration. Fig 3..Electric parameter measurement circuit 2) Microcontroller Avr-ATmega 16: ATmega16 is an 8-bit high performance microcontroller of Atmel’s Mega AVR family with low power consumption. The output of power supply is given to the Vcc pin of the microcontroller . ATmega16 has an inbuilt 10 bit, 8-channel ADC system, mentioned as in [7]. Fig 4. AVR-ATmega 16 microcontroller. 3)16x2 LCD DISPLAY: It is a 2 line and 16 character display. In this project LCD is working in 4-bit mode i.e., the data transferred to the LCD must be in 4-bit data form. The PortA of ATmega16 is connected to data pins of LCD and is defined as LCD_DATA. PortB is defined as control pins (Rs, R/W and En).LCD consist of 3 control lines(RS,R/W &EN) and eight data lines(D0- D7), supply voltage (Vcc) and contrast control (Vee) and ground(Vss). Fig 5.. LCD pin configuration. 4)L293D MOTOR DRIVER: L293D motor driver will generate a signal to the converter of the circuit and thus controls the operation of both the DC motors M1 and M2. Also we cannot directly connect microcontroller to the dc motor directly so we have to use this motor driver so that operation of dc motor takes place smoothly. 5) GSM SIM 300 MODULE: This GSM Modem can accept any GSM network operator SIM card and act just like a mobile phone with its own unique phone number. Advantage of using this modem will be that you can use its RS232 port to communicate and develop embedded applications, mentioned as in [9]. Applications like SMS Control, data transfer, remote control and logging can be developed easily. The modem can either be connected to PC serial port directly or to any microcontroller. It can be used to send and receive SMS or make/receive voice calls. B.SOFTWARE SYSTEM: Embedded Software deals with languages like ALP,C,VB,etc. Here we have used Embedded C Programming. Embedded C is set of language extensions for c programming which introduces number of feautures not available in normal C. Its key characteristics are: 1) Simple to learn, understand, program and debug. 2) C Compilers are available to almost all embedded devices and there is a large pool of experienced C programmers. 3) Provides easy management of large embedded projects.
  • 3. Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24 www.ijera.com 23 | P a g e III. BLOCK DIAGRAM OF THE AUTOMATIC DRUNKEN DRIVE AVOIDING SYSTEM As soon as power supply is given to the VCC pin of the Microcontroller Avr-ATmega 16,the alcohol sensor MQ3 will detect the alcohol concentration and provides an analog resistive output based on alcohol concentration which is given to inbuilt ADC of microcontroller.The inbuilt ADC of the microcontroller will convert this analog resistive output into digital output that will in the form of lcd message display that”ALCOHOL DETECTED”. Fig 6. Block diagram of automatic drunken drive avoiding system Then further whenever if alcohol is detected then microcontroller will give the signal to the L293D driver which will generate a signal to the converter of the circuit i.e. increasing firing angle.Also the L293D motor driver will control the operation of the DC motor.Thus if alcohol is detected then car speed will go on reducing gradually and car will be stopped. Further using the GSM modem, message will go to nearby location or any unique number. IV. SOME BASIC FEATURES OF HARDWARE COMPONENTS A)Some of the basic features of Microcontroller Avr-ATmega 16:  High Performance, Low Power and Advanced Risc Architecture with 16/32/64K Bytes of In- System Programmable Program Memory.  131 powerful Instructions- Most Single Clock cycle Execution.  10 bit ADC and 10 bit DAC.  Operating voltage: 2.7 V - 5.5V. B)Some of the basic features of Armega16 ADC are: · 8 Channels. · 10-bit Resolution. · Input voltage range of 0 to Vcc. · Selectable 2.56V of internal Reference voltage source. · AREF pin for External Reference voltage. · ADC Conversion Complete Interrupt. C)Some of the basic features of alcohol sensor MQ3 are:  High sensitivity to alcohol and small sensitivity to benzene.  Long life and low cost with simple drive circuit. Fig7. alcohol sensitivity characteristics Table 1. Technical data of MQ3 from datasheet.
  • 4. Ms. R Wafgaonkar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 2), April 2014, pp.21-24 www.ijera.com 24 | P a g e D) Some of the basic features of GSM SIM 300 Module are:  Highly reliable for 24x7 operation with Matched Antenna.  Status of the modem indicated by led.  Quad Band Modem supports all GSM operator SIM cards.  Applications like SMS based Remote control & Alerts. Also in GPRS Mode data logging. E)Some of the basic features of L293D driver circuit are:  Voltage Range is 4.5v to 36v.  Separate input logic circuit.  High Noise immunity.  It is quadruple high current half H-driver.  Bidirectional drive current of up to 600mA.  All inputs are TTL compatible. V. CONCLUSIONS This is a developed design to efficiently check drunken driving. By implementing this design a safe car journey is possible decreasing the accident rate due to drinking. By implementing this design, drunken drivers can be controlled so are the accidents due to drunken driving. Government must enforce laws to install such circuit in every car and must regulate all car companies to preinstall such mechanisms while manufacturing the car itself. If this is achieved the deaths due to drunken drivers can be brought to minimum level. In this type of system, future scope can be safely landing of car aside without disturbing other vehicles. REFERENCES [1] IEEE paper: Low cost systems for measuring visual cues of driver fatigue and intention in automotive applications. [2] In vehicle Alcohol Detection based on MCU and design and Implementation of Safety control system(2012 International Conference on Future ) [3] Alcohol detection system in car – by vivek anand. [4] Alcohol detection Technologies product & future – by American Beverage Institute. [5] GSM Based Embedded system for Remote Laboratory Safety Monitoring & Alerting – Annamalai University,Chidambaram ,India. [6] Jiang Linyiang, Li Hailong and Guo Zhenhua , IEEE “Embedded Laboratory Environment Monitor system”, IEEE, WASE International conference on Information Engineering,pp.197-201, 2009. [7] ATmega 16 datasheet.pdf. [8] MQ3 Semiconductor sensor for Alcohol [9] GSM SIM 300 Module datasheet.pdf]