Sie sind auf Seite 1von 5

ELECTRONIC-NOSE BASED

ON EMBEDDED TECHNOLOGY

GAURAV SHARMA ABHISHEK SHARMA


Deptt. of Electronics and Commn., Engg.,ASET, Student Member SAE
Amity University Deptt. Of Mechanical And Automation., Engg.
Noida, INDIA MAIT,GGSIPU,
Email-gauravsharma1906@gmail.com Delhi, INDIA
Email-abhi2309@gmail.com
JAI PRAKASH GODARA
Sr.lecturer,ASET
Amity University
Noida ,U.P.India
Email:jprakash@amity.edu

ABSTRACT in for public safety[5],environment


protection[6],disease diagnostics etc[7]
This paper adduces the ontogenesis of an embedded
system which can sense and pursue the odour. To affirm Basically, e-nose is a collection of sensors cerebrated
the idea we are using gas sensors to espy the odour,
analog distance sensors to equivocate the idea of dead
on an electronic platform that is made use of for
ends and an embedded technology for the pertinent detection of changes in the odour concentration in an
functioning and operation of the robot . Algorithm is area. An e-nose takes the samples from the air as an
also provided for a proper detection of encumbrance analog value, converts this into electrical signals
and the appropriate proclivity towards the odour source. which are then processed to identify odour.

Keywords: odour tracking; electronic nose; embedded An e-nose can present different advantages to both
systems environment and society. The most prominent
advantage of an e-nose is that it helps in the safety of
I. INTRODUCTION
people by recognizing hazardous and poisonous gas
Odour sensing and tracking has been a riveting field leakage. This system can also help in gathering
for researchers and scientists for many years because pivotal information about the space by detecting and
of the large number of applications it provides tracking different kinds of odours present in the space.
[1].Early electronic nose prototypes were colossal and Emission of harmful gases from the factories can also
complex laboratory systems. Soon after their be kept under check through this robot. It can also
appearance in the market place, these cumbersome help in finding missing people by detecting their
instruments underwent there first step towards the size aroma [8].
reduction. They were replaced by smaller and more
effectual desktop systems [2] . With the advancement in the technology and with the
work of humans side by side, the development in this
Mammalian olfactory systems were developed trying field are immense and worth noticing. Hence
to mimic the olfactory tracking abilities of moths and considering the potential application in this field, the
dogs but they had limited applications since they are present work details the development of an e-nose on
not adapted to work with toxic odours for long embedded technology used for tracking odour.
enough. It was also affected by subjective or objective
circumstances. Hence researchers have tried to build
up an artificial olfactory system to replace these II. HARDWARE ARCHITECTURE
mammalian olfactory systems. Persuad and Dodd did
inaugural work in the research of e-nose in The proposed system is operated by an embedded
1982[3].There has been a lot of work done in this field platform and desktop pc(central command unit). The
since 1982 and in today‟s time the e-nose has become hardware incorporates Atmega128 AVR
an efficient and remarkable tool to evaluate the microcontroller which takes the readings from the
essence of aroma during the quality control process of sensor and controls the motors. A serial
food and beverages [4].E-noses have been employed communication via RS232 is provided to acquire the
data. Figure2.1 describes the design of e-nose A. The Central Command Unit: Desktop PC is
controlled by Atmega 128 microcontroller and a PC used for data acquisition from the
microcontroller. The central command unit
consists of a remote computer. The remote
computer is equipped with a serial COM
port and Hyper-terminal. The digital data
from the e-nose is displayed on the Hyper-
USB-ASP
Left LCD terminal screen of the computer
Motor Displa
y B. ATmega 128, a high performance low power
AVR 8bit microcontroller,16Mhz ,RAM
Sensors Pb 4Kb,flash program memory 128 bytes,10 bit
. A/D converter ,motor driver L293D.
A/D Atmega 128
C. A GH-312 gas sensor is used for detecting
PC E-Prom
Vcc RX TX Pb odour, IR sensors for detecting the obstacles
Uart comm and two dc motors for the manoeuvring of
the e-nose.
Right
D. Motor Controller: The e-nose uses L293D
Supply 12V Regulator 5V Motor motor driver to control the motors. The
L293D is a quadruple high current half H
GND driver. It provides bi-directional current up to
600mA at 4.5V to 36V
Fig2.1;Block diagram of the e-nose system
E. The 2.4 GHz Radio frequencies Texas
The above proposed system is controlled by Atmega Instruments CC2500: Wireless communication
128 microcontroller functioning on 16 Mhz including between the Central Command Unit and the
an A/D converter that allows to control 8 independent Mobile e-nose takes place through the Texas
channels out of which some can be used by odour Instruments CC2500 module. The CC2500 is a
sensors and some by IR sensors to detect the obstacles low-cost 2.4 GHz transceiver designed for
on the path and the dead end. Communication very low-power wireless applications. The
between the microcontroller and central command circuit is intended for the 2400-2483.5 MHz
unit takes place through RS232 protocol using ISM (Industrial, Scientific and Medical) and
CC2500 wireless module. The USBASP is employed SRD (Short Range Device) frequency band.
to program the microcontroller in such a way that it CC2500 provides extensive hardware support
can sense the odour and subjugates the e- for packet handling, data buffering, burst
nose.Figure2.2 is a photograph of the embedded transmissions, clear channel assessment, link
platform used. quality indication and wake-on-radio. The
main operating parameters and the 64-byte
transmit/receive FIFOs of CC2500 are
controlled via an SPI interface. The circuit can
be effectively used for data transmission
wirelessly.

Fig 2.2;Embedded Platform

The summary of the hardware components used are:


Fig2.3 Gh-312 gas sensor
F. Camera: A webcam is mounted on the robot
to provide the central command
unit(Desktop pc) the exact position of the e-
nose. This feature will help the user to
determine the explicit position of the e-nose
and of the odour source

Fig2.6The schematic diagram of the control unit

III. SOFTWARE DESCRIPTION


Fig2.4;Webcam has been mounted on the e-nose
The embedded software to operate this system is
implemented on the e-nose. Subroutines of sensor
These are some schematics of the
signal digitization, motor control, LCD, serial data
applications
acquisition and odour tracking algorithm are
developed in C language and compiled with WIN-
AVR cross compiler. USBASP programmer installs
hex file to the flash memory of At-mega 128.The
operation of the software for odour tracking is shown
in the flowchart

Start

Is Odour
No
present?
Fig2.4The schematic diagram of UART comm.
Yes

Turn onYes
motors

No

Is Odour Is Dead
No end
source
reached? reached?

Yes

Yes
Fig2.5The schematic diagram of Motor Driver L293D Stop
Timer interrupt IV. EXPERIMENTS

The programming is done on programmer‟s notepad


.WinAVR is the compiler and Ponyser is the
Take odour and distance programmer. The readings of the odour was taken on
sensor reading hyperterminal on computer system.

Turn on the motors in the


direction of odour

Is User
No press t

Yes
Give the current odour
readings
Fig4.1The screenshot of the compiler used to program
the controller
The Atmega-128 microcontroller is programmed in
such a way that for only the particular range of values
Return the e-nose responses

Fig3.1;Flowcharts of the algorithm used for the


navigation and control purposes

According to the flowchart the e-nose through GH-


312 gas sensor will depict whether the odour is
present or not. If it is present the motors will be
switched on and e-nose will start moving towards the
odour source and if it is not present the e-nose is not
going to respond. It is going to check whether the
odour source has been reached. If it has, then the task
of the e-nose gets completed and if it receives a
negative response then the e-nose is going to check if
a dead end is encountered. If the e-nose does not Fig4.2 Odour readings in the test environment on
encounter the dead end it will again start checking Hyper-terminal
whether the odour source is present or not and if the
odour is present it will move towards it and if an According to the readings shown on the Hyper-
obstacle is confronted the e-nose will take a corrective terminal the system is programmed in such a way that
action. it approaches the odour source conveniently without
getting obstructed by different obstacles in the path.
In an interrupt block we are taking the odour and
distance readings from the e-nose with the help of V. CONCLUSION
CC2500 wireless module. This will keep the control
unit updated with the current specific value of The e-nose is developed using embedded technology,
distance and odour and will turn the motors in the odour sensors and analog distance sensors. Through
direction of that odour. If the user presses„t‟ from the experiments it can be determined that the system has
command unit the system will provide user with the responded well towards the odour source and is able
current odour and distance sensor readings to track it avoiding different obstacles. Though the
resources were limited but the preliminary research [4] M.P. Marti, R. Boque, O. Busto, and J. Guasch,
shows that with more advancement like in the “Electronic noses in the quality control of alcoholic
increase of the number of odour sensors the system beverages”, Trends Anal. Chem., 24, pp. 57-66, 2005.
will easily be able to track different hazardous gases. [5] E. Scorsone, A.M. Pisanelli, and K.C.
Persaud,“Development of an e-nose for fire detection”,
Sens. Actuators B, 116, pp. 55–61,2006.
[6] R.M. Negri, and S. Reich, “Identification of pollutant
VI. ACKNOWLEDGMENT gases and its concentrations with a multisensor array”, Sens.
Actuators B, 75, pp.172–178, 2001
The authors thank Prof Dr H.Kar,MNNIT ,Allahabad [7] Chatchawal Wongchoosuk1, Anurat Wisitsoraat2,
for his invaluable guidance. Adisorn Tuantranont2, and Teerakiat Kerdcharoen1”
Mobile Electronic Nose Based on Carbon Nanotube-SnO2
Gas Sensors: Feature Extraction Techniques and Its
REFRENCES Application”, 978-1-4244-33882009 IEEE
[8] B. Botre ,S. Sadistap, S. Waphare, D. Shirke, D.
Gharpure and A.Shaligram,” Mobile Odor Tracking Robot
[1] K.I Arshak,C.Cunniffe,E.G Moore and L.M
Based On Embedded Technology” 2009 International
Cavanagh,”Custom electronic nose with potential homeland Conference on Emerging Trends in Electronic and Photonic
security applications” SAS 2006 IEEE Sensors Applications Devices & Systems (ELECTRO-2009)
Symposium
[2] Alexandre Perera, Teodor Sundic, Antonio Pardo,
Ricardo Gutierrez-Osuna,” A Portable Electronic Nose
Based on Embedded PC Technology and GNU/Linux:
Hardware,Software and Applications” IEEE SENSORS
JOURNAL, VOL. 2, NO. 3, JUNE 2002
[3] Tang ZhongLin, Yang JianHua, Xu Ying, Yu JunYun,”
Towards the Development of a Portable Smell-seeing E-
Nose and Its Applications in Amine Recognition” 2009
IEEE

Das könnte Ihnen auch gefallen