Alcoholimeter with MQ3 sensor and arduino nano (Includes printed circuit)

In this tutorial we will see how to make a breathalyzer, simple economical and easy to make. We’ll see the source code, the circuit assembly all step by step. The printed circuit board will be available for free.

What is a breathalyzer?

It is a device to measure the amount of alcohol present in the air breathed by a person, it can also measure the amount of alcohol contained in a liquid or gas.

MQ3 module

This alcohol sensor is suitable for detecting the concentration of alcohol in your breath, just like a commercial breathalyzer. It has a high sensitivity and fast response time. The sensor features a resistive analog output based on alcohol concentration.

Some comments from the MQ3 sensor

This sensor has 4 pins two of which are power, one is an analog output (PIN AD) and the other a digital output (PIN DO), it is finally possible to regulate its sensitivity, by means of a potentiometer that owns the board, they will notice that when you turn on this module and connect a LED it is turned on, since this output is reversed or denied (NOT). This means that in the presence of alcohol in the sensor the LED will be on and if it exceeds the set threshold with the potentiometer it will turn off. This is very useful if we do not want to use any microcontroller, nor Arduino, with this module we can only have a very simple breathalyzer just feeding the module and nothing else.

As soon as we turn on this module, it will start to heat up, we have to wait a few minutes (about 5) for the module to heat up and we have a correct census.


You may be interested in projects in Arduino, pic, robotics, telecommunications, subscribe http://www.youtube.com/user/carlosvolt?sub_confirmation=1 videos with full source code and diagrams

SUSCRIBETE A NUESTRO CANAL DE YOUTUBE, TUTORIALES GRATIS

Electronic components

An Arduino nano

The Arduino Nano is a small board, complete and compatible with the test board based on the ATmega328 (Arduino Nano 3.x). It has about the same functionality as the Arduino Duemilanove, but in a different package. It only lacks a DC power connector and works with a Mini-B USB cable instead of a standard one.

Microcontroller ATmega328
Architecture Avr
Operating voltage 5 V
Flash memory 32 KB of which 2 KB uses the bootloader
Sram 2 KB
Clock speed 16 MHz
Analog pins IN 8
Eeprom 1 KB
DC current by I/O pins 40 mA (I/O pins)
Input voltage 7-12 V
Digital I/O Pins 22 (6 of which are PWM)
PWM output 6
Energy consumption 19 mA
PCB size 18 x 45 mm
Weight 7g

Pin diagram

A buzzer

Four female pins

Six 5mm led diodes of different colors

Sensor MQ3

Description

MQ3 Alcohol Concentration Sensor Module

Overview

This sensor detects the concentration of alcohol in the air. It simply connects to an analog input of a microcontroller like Arduino and we can measure the concentration of alcohol.
It has an analog output that indicates the concentration of alcohol in the environment

(the higher the output level, the higher the gas concentration) and also has a digital output that drops to 0 when the alcohol concentration exceeds the preset level.
Ideal article for use with Arduino boards or any microcontroller (PIC, AVR, FREESCALE, etc.)

Specifications

Operating Voltage: 5Vdc Integrated

LM393 amplifier with variable gain by potentiometer.
2 output pins (analog output and TTL level output).
Valid low-level TTL level output, can be connected directly to the microcontroller.
Analog output of 0 x 5 V , the highest voltage equals a higher concentration.
Working conditions: Ambient temperature:-10oC to 65oC, Humidity:-95% RH

Pcb

Download gerber file –> Gerber_ALCOHOLIMETRO

Six 1 Kohm resistors

A socket for Arduino nano

Source




SUBSCRIBE TO OUR NEWSLETTERS, RECEIVE IN YOUR EMAIL THE MOST OUTSTANDING NEWS, JUST BY ENTERING YOUR EMAIL

[wysija_form id=”1″]


RECOMMENDED PROJECT

Deja una respuesta