Alcohol Detection - Automatic Car Engine Locking System

by nisheeth in Circuits > Sensors

2937 Views, 10 Favorites, 0 Comments

Alcohol Detection - Automatic Car Engine Locking System

ct-interlock-device-2013-jpg-20151225 2.jpg

These days, maximum street accidents occurs for reasons including drinking and driving cases. So many families get ruined for that reason. The main vision for this project is to stop people from drinking and driving causing road accidents.

So this is a prototype version to curb drinking and driving. If a driver has been drinking, the sensor will detect the level of alcohol in the driver's breath and if it crosses a set threshold, an alert will come and the engine will stop.

Sensors Required

IMG_20160907_225608901.jpg

Alcohol sensor is the main requirement. In the alcohol sensor there is a Vcc, Ground, 1 analog and 1 digital read ports are available. The sensor i.e. used here is MQ-3.

Hardware: Intel Edision Mounted on an Arduino Breakout Board

IMG_20160907_224524194.jpg

The main hardware of this project is Intel Edison mounted on an Arduino Breakout board. Here in the picture Intel Edison board connected with a seed studio Arduino compatible shield is shown.

The specification of this board is:

  1. 20 digital input/output pins, including 4 pins as PWM output
  2. 6 analog inputs
  3. 1 UART (Rx/Tx)
  4. 1 I2C
  5. Micro USB device
  6. SD card connector
  7. DC power jack (7 to 15 volt DC input)

Connecting the Sensor With the Edison Board

IMG_20160907_225613948.jpg

Here in this step the connection of Edison with the alcohol sensor is shown. The alcohol sensor is connected with A0 pin of the Edison board. The sensor senses the breath or value and sends it to the Edison board which has an Intel Atom processor. The sensor got the value from the breathe analyzer and it will be visualized in the serial monitor.

In the above figure the connection of Edison and alcohol sensor is shown.

In the above figure when the image of alert is shown i.e. when the value crossed the threshold value a message is displayed on the LCD.