{"id":148337,"date":"2024-09-24T18:04:10","date_gmt":"2024-09-24T12:34:10","guid":{"rendered":"https:\/\/www.electronicsforu.com\/?p=148337"},"modified":"2025-04-15T11:38:46","modified_gmt":"2025-04-15T06:08:46","slug":"alcohol-proof-smart-vehicle","status":"publish","type":"post","link":"https:\/\/www.electronicsforu.com\/electronics-projects\/alcohol-proof-smart-vehicle","title":{"rendered":"Alcohol Detection Smart Vehicle Using Arduino"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"alignright size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"152\" src=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2016\/12\/Screen-Shot-2016-12-24-at-15.19.33-e1644389186872.png\" alt=\"Project Prototype Stamp\" class=\"wp-image-28226\"\/><figcaption class=\"wp-element-caption\">Comment errors or corrections found for this circuit, and get the chance to win big!<\/figcaption><\/figure><\/div>\n\n\n<p>As per the accident studies, every year, approximately 1.5 lakh people die on Indian roads, on average, into 1130 accidents and\u00a0422 deaths every day\u00a0or 47 accidents and 18 deaths every hour. <\/p>\n\n\n\n<p>In year 2015, 501,423 road accidents were recorded in India, of which 16,298 (3.2%) were due to driving under the influence of alcohol, The data shows that 6,755 people died and 18,813 injured in drink-driving accidents in 2015. As per the data of government, 12,256 road accidents related to drunk driving were reported in 2019. 12,000 such cases reported in 2018. Drunk driving causes 8,355 road accidents in 2020. Drunken driving resulted in 3,314 deaths. in 2021. A recent school bus accident happened in Haryana in May 2024. It is a drink-drive case of a driver that resulted in the death of 6 student and many students got injuries.<\/p>\n\n\n\n<p>To avoid these road accidents due to alcohol consumption, an innovative prototype \u201cAlcohol Proof Smart Vehicle\u201d is developed where the vehicle will not start if driver is alcoholic. <\/p>\n\n\n\n<p>A smart Alcohol tracking is installed on the Vehicle which tracks the consumption of alcohol and the vehicle ON-OFF operation is linked with the status of alcohol consumption of vehicle. A driver has to pass the alcohol test before starting the vehicle. <\/p>\n\n\n\n<p>If the driver is drunk, the vehicle will not start and audio-visual alert indicates that the driver is in the possession of alcohol. A message will be displayed on the LCD indicating the whether driver should start the car or not. With the use of this prototype, So many lives of school students can be saved.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"733\" height=\"1024\" src=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-733x1024.jpg\" alt=\"Alcohol Detection Smart Vehicle Using Arduino\" class=\"wp-image-148345\" srcset=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-733x1024.jpg 733w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-358x500.jpg 358w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-1099x1536.jpg 1099w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-301x420.jpg 301w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-696x973.jpg 696w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype.jpg 1379w\" sizes=\"auto, (max-width: 733px) 100vw, 733px\" \/><figcaption class=\"wp-element-caption\">Alcohol Detection Smart Vehicle Using Arduino &#8211; Prototype<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Construction and Working<\/strong><\/h2>\n\n\n\n<p>To build this Alcohol Proof Smart Vehicle, we have used LCD I2C along with electronic components Arduino Uno, Alcohol Sensor, Bread Board, Arduino Uno Cable, LED, and Buzzer. <\/p>\n\n\n\n<p>The alcohol Sensor is connected with the A0 analogue pin of Arduino Uno. LCD I2C is used to display the status of the car whether drive or not along with the status of the driver whether sober or drunk. The LCD I2C pins SDA connected to A4 pin of Arduino Uno, SCL to A5 pin of Arduino Uno, Vcc to 5V pin of Arduino Uno, gnd to gnd pin of Arduino Uno. <\/p>\n\n\n\n<p>When alcohol level is 0.03% per 100ml of blood or more, LCD will display \u201cDrunk\u201d \u201cDo not Drive\u201d with buzzer and LED-based audio-visual alarm. If alcohol level is less than this level, LCD will display \u201c Sober\u201d, \u201dDrive the car\u201d.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Arduino Uno<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/www.electronicsforu.com\/technology-trends\/learn-electronics\/arduino-basics-schematics\">Arduino Uno<\/a> is a complete, and breadboard-compatible board based on the ATmega328. The Arduino Uno can be powered via the Mini-B USB connection. The power source is automatically selected as the highest voltage source.\u00a0The ATmega328 has 32 KB.\u00a0Each of the 14 digital pins on the Nano can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">I2C LCD<\/h2>\n\n\n\n<p>A typical I2C LCD display consists of an HD44780-based character LCD display and an I2C LCD adapter. These LCDs are ideal for displaying only characters. A <a href=\"https:\/\/www.electronicsforu.com\/technology-trends\/learn-electronics\/16x2-lcd-pinout-diagram\">16\u00d72 character LCD<\/a>, for example, can display 32 ASCII characters across two rows. At the heart of the adapter is an 8-bit I\/O expander chip \u2013 PCF8574. This chip converts the I2C data from an Arduino into the parallel data required for an LCD display.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Alcohol Sensor<\/h2>\n\n\n\n<p>The alcohol sensor is technically referred to as&nbsp;a MQ3 sensor which detects ethanol in the air. When a drunk person breathes near the alcohol sensor it detects the ethanol in his breathe and provides an output based on alcohol concentration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Part List<\/h2>\n\n\n\n<p>Arduino Uno, Bread Board, Jumper Wires, Nano Cable, LCD I2C, Alcohol Sensor, LED, Buzzer, L298 Driver, BO Motor(200 RPM), tyres, Wooden Base, Battery Holder,18650 2000mah 3 cells, Jumper wires<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Circuit Diagram<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"570\" src=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-1024x570.png\" alt=\"Alcohol Detection Smart Vehicle Circuit\" class=\"wp-image-148347\" srcset=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-1024x570.png 1024w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-500x278.png 500w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-1536x855.png 1536w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-2048x1140.png 2048w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-754x420.png 754w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-696x388.png 696w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-Proof-Smart-Vehicle-Circuit-Diagram-1920x1069.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Testing<\/h2>\n\n\n\n<p>Make connections as per the circuit diagram. Connect Uno Cable with Computer. Connect Vcc of sensor to 5V and ground to ground pin of Arduino. Put Sensor alcohol. If the alcohol level is&nbsp; 0.03% per 100ml of blood or more, the LCD will display \u201cDrunk\u201d and \u201cDo not Drive\u201d with buzzer and LED-based audio-visual alarm.The vehicle will not start. If the alcohol level is less than this level, LCD will display \u201c Sober\u201d, \u201dDrive the car\u201d.The vehicle will start.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Source Code<\/h2>\n\n\n\n<p>#include &lt;LiquidCrystal_I2C.h&gt;<\/p>\n\n\n\n<p>LiquidCrystal_I2C lcd(0x27,16,2);&nbsp; \/\/ set the LCD address to 0x3F for a 16 chars and 2 line display<\/p>\n\n\n\n<p>#define Sober 700 &nbsp; \/\/ Define max value that we consider sober<\/p>\n\n\n\n<p>#define Drunk 701 &nbsp; \/\/ Define min value that we consider drunk<\/p>\n\n\n\n<p>#define MQ3 0<\/p>\n\n\n\n<p>#define ledPin 4<\/p>\n\n\n\n<p>&nbsp;int Buzzer = 3;<\/p>\n\n\n\n<p>float sensorValue;&nbsp; \/\/variable to store sensor value<\/p>\n\n\n\n<p>void setup() {<\/p>\n\n\n\n<p>&nbsp;&nbsp;Serial.begin(9600);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.init();<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.clear();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.backlight();&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(ledPin,OUTPUT);<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(Buzzer,OUTPUT);<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(12,OUTPUT);<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(11,OUTPUT);<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(7,OUTPUT);<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(8,OUTPUT);<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(9,OUTPUT);<\/p>\n\n\n\n<p>&nbsp;&nbsp;pinMode(10,OUTPUT);<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>void loop() {<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.setCursor(0,0);&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.print(&#8220;Alcohol Proof&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.setCursor(3,1);&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.print(&#8220;Smart CAR&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;delay(1000);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;lcd.clear();<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;lcd.setCursor(0,0);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.print(&#8220;Do Your Alcohol&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.setCursor(0,1);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.print(&#8220;Driving Test&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;delay(1000);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;lcd.clear();<\/p>\n\n\n\n<p>&nbsp;&nbsp;sensorValue = analogRead(MQ3);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;Serial.print(&#8220;Sensor Value: &#8220;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;Serial.print(sensorValue);<\/p>\n\n\n\n<p>&nbsp;&nbsp;if (sensorValue &lt; Sober) {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.setCursor(0,0);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.print(&#8220;SOBER&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.setCursor(0,1);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.print(&#8220;Start Your Car&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;delay(1000);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(12, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(11, HIGH);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;analogWrite(9, 255);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(7, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(8, HIGH);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;analogWrite(10, 255);&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(ledPin, LOW);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(Buzzer, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.clear();<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;else&nbsp; if (sensorValue &gt; Drunk){<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(ledPin, HIGH);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(Buzzer, HIGH);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(12, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(11, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(7, LOW);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(8, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.clear();<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.setCursor(0,0);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.print(&#8220;Drunk&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.setCursor(0,1);&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.print(&#8220;Do not Drive&#8221;);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;delay(1000);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lcd.clear();<\/p>\n\n\n\n<p>&nbsp;&nbsp;}<\/p>\n\n\n\n<p>&nbsp;&nbsp;else<\/p>\n\n\n\n<p>&nbsp;&nbsp;{<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(ledPin, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(Buzzer, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(12, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(11, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(7, LOW);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;digitalWrite(8, LOW);<\/p>\n\n\n\n<p>&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Author&#8217;s Prototypes<\/h2>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"569\" height=\"1024\" data-id=\"148342\" src=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4-569x1024.jpg\" alt=\"Alcohol Proof Smart Car Using Arduino\" class=\"wp-image-148342\" srcset=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4-569x1024.jpg 569w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4-278x500.jpg 278w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4-853x1536.jpg 853w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4-1137x2048.jpg 1137w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4-233x420.jpg 233w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4-696x1253.jpg 696w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-4.jpg 1371w\" sizes=\"auto, (max-width: 569px) 100vw, 569px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"629\" height=\"1024\" data-id=\"148343\" src=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3-629x1024.jpg\" alt=\"Arduino-Based Drunk Driving Prevention System\" class=\"wp-image-148343\" srcset=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3-629x1024.jpg 629w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3-307x500.jpg 307w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3-944x1536.jpg 944w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3-1259x2048.jpg 1259w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3-258x420.jpg 258w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3-696x1133.jpg 696w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-3.jpg 1379w\" sizes=\"auto, (max-width: 629px) 100vw, 629px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"629\" height=\"1024\" data-id=\"148344\" src=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2-629x1024.jpg\" alt=\"Alcohol Detection Car Using Arduino\" class=\"wp-image-148344\" srcset=\"https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2-629x1024.jpg 629w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2-307x500.jpg 307w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2-944x1536.jpg 944w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2-1259x2048.jpg 1259w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2-258x420.jpg 258w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2-696x1133.jpg 696w, https:\/\/www.electronicsforu.com\/wp-contents\/uploads\/2024\/09\/Alcohol-proof-prototype-2.jpg 1379w\" sizes=\"auto, (max-width: 629px) 100vw, 629px\" \/><\/figure>\n<\/figure>\n\n\n\n<p>Check other Alcohol Detection Projects to Save Lives<\/p>\n\n\n\n<p><a href=\"https:\/\/www.electronicsforu.com\/electronics-projects\/hardware-diy\/alcohol-level-tester\">Alcohol Level Tester<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.electronicsforu.com\/electronics-projects\/diy-alcohol-analyzer\">Advanced Alcohol Breath Analyzer<\/a><\/p>\n\n\n\n<p>If you are looking for the Arduino projects, then you must check our <a href=\"https:\/\/www.electronicsforu.com\/arduino-projects-ideas\">Top Arduino Projects<\/a> which are tested in the lab.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n","protected":false},"excerpt":{"rendered":"<p>As per the accident studies, every year, approximately 1.5 lakh people die on Indian roads, on average, into 1130 accidents and\u00a0422 deaths every day\u00a0or 47 accidents and 18 deaths every hour. In year 2015, 501,423 road accidents were recorded in India, of which 16,298 (3.2%) were due to driving under the influence of alcohol, The [&hellip;]<\/p>\n","protected":false},"author":30227,"featured_media":148347,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,23,776],"tags":[1985,1911,110],"class_list":{"0":"post-148337","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-electronics-projects","8":"category-hardware-diy","9":"category-prototypes","10":"tag-diy-projects","11":"tag-do-it-yourself","12":"tag-electronics-projects"},"_links":{"self":[{"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/posts\/148337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/users\/30227"}],"replies":[{"embeddable":true,"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/comments?post=148337"}],"version-history":[{"count":2,"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/posts\/148337\/revisions"}],"predecessor-version":[{"id":161237,"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/posts\/148337\/revisions\/161237"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/media\/148347"}],"wp:attachment":[{"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/media?parent=148337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/categories?post=148337"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.electronicsforu.com\/wp-json\/wp\/v2\/tags?post=148337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}