SlideShare a Scribd company logo
http://www.iaeme.com/IJARET/index.asp 271 editor@iaeme.com
International Journal of Advanced Research in Engineering and Technology (IJARET)
Volume 10, Issue 2, March-April 2019, pp. 271-277. Article ID: IJARET_10_02_027
Available online at http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=02
ISSN Print: 0976-6480 and ISSN Online: 0976-6499
© IAEME Publication
A MONITORING SCHEME WITH IOT AND
SENSOR EXPERTISE
Syeda Kausar Fatima
Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET,
Prof., ECE Dept, JNTUH, India.
Dr. Syeda Gauhar Fatima
Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET,
Prof., ECE Dept, JNTUH, India.
Dr. Syed Abdul Sattar
Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET,
Prof., ECE Dept, JNTUH, India.
Dr. Anita Sheela
Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET,
Prof., ECE Dept, JNTUH, India.
ABSTRACT
Air quality has been largely affected by industrial activities, which have caused
many health issues among people. Air pollutants levels can be measured using gas
sensors. Internet of Things (IoT) technology can be used to remotely detect pollution.
IOT devices can be used to control basic functions from anywhere around the world
through the internet. The data gathered by such a system can be transmitted instantly
to a web-based application to enable monitoring real time data and allow immediate
risk management. The aim is to build a system which can be used to monitor the
parameters in different environments. Here, we describe an entire Internet of Things
(IoT) system that collects real-time data in specific locations. This real-time data
collected is compared with a predetermined threshold. This data is sent to the concerned
organization notifying them about the values exceeding the threshold if any and take
necessary actions if needed.
Keywords Gas sensors, Pollution Monitoring, Global Positioning system (GPS),
Internet of Things (IoT), Machine learning Algorithm.
Cite this Article: Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul
Sattar, and Dr. Anita Sheela, A Monitoring Scheme with Iot And Sensor Expertise,
International Journal of Advanced Research in Engineering and Technology, 10(2),
2019, pp. 271-277.
http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=2
A Monitoring Scheme with Iot And Sensor Expertise
http://www.iaeme.com/IJARET/index.asp 272 editor@iaeme.com
1. INTRODUCTION
Air pollution is a major issue affecting the atmosphere in various ways. Air pollution also
causes many ill effects in animals, plants and human beings. Indoor air pollution is considered
to be the most toxic kind of pollution.There are several different gases whose levels when
exceeds some threshold value affects the atmospheric air quality. These gases are very
harmful to human health and also the environment. Due to the different harmful gases there
are atmospheric problems like global warming, acid rains and drastic climatic changesIn this
paper, we describe a system which uses IoT technology to help in monitoring and analysing
the air quality level by measuring the pollutants level in the atmosphere. The approach mainly
focused here is to keep the people near industrial areas safe from the different threats caused
by the air pollutants level by informing the official authorities about any violations against the
threshold values for different gases. Pollution detectors are common in many environments
like hospitals and other public places, but here the aim and objective are to that they must be
placed within industrial regions and factories. Here the focus is on using technology for
betterment of air quality while minimizing resources that are consumed for the process.
The Internet of Things is a technology in which physical devices are connected over a
network to exchange real-time data. Data can be transmitted from one point to another without
human involvement, in such a system. The IoT allows objects to be sensed or controlled
remotely across existing network infrastructure. The Internet of things is applicable to many
aspects in everyday life, whether it is at home, work, transport, or outdoors. Smart homes,
healthcare systems, and wearable devices are all examples of IoT implementations.
A remotely accessible environment is an environment in which each appliance can be
remotely accessed and controlled using software as an interface, which includes an Android
application. Purification of air quality when the gas levels exceeds the thresholds can be done
using air purifying devices. These devices can be controlled remotely using IoT technology
where the control is given to the official authorities. When they are notified that the current
pollutants level exceeding their thresholds, they can remotely switch on the purification devices
setup. This helps in minimizing energy consumption since the purification device is switched
on when necessary by remote controlling.
2. PROPOSED SYSTEM
The system to be developed is a wireless sensor network for monitoring air pollution. To
achieve this system, the sensors are set at different locations where the pollution levels are to
be monitored. The sensor values are read and noted in different conditions and timings of the
day. This is done in order to collect data sets for the pollutant’s values at different environmental
locations. These datasets are used to select the threshold value for different gases and real time
data collected is compared against these threshold values to say if there is any violation or threat
to the air quality.
The gas sensors are connected to a microcontroller which is connected to a WIFI module.
The output of the sensors is given to the Arduino board which contains the microcontroller and
all the sensor outputs that is the real time data is sent to the cloud for storage.
Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul Sattar and Dr. Anita Sheela
http://www.iaeme.com/IJARET/index.asp 273 editor@iaeme.com
Figure 1 Proposed system model
Thus, the proposed system model consists of the following Arduino board consisting of the
microcontroller, different gas sensors, gas sensors used are specific to the particular gases. WIFI
module used is ESP 8266 which is used to connect the hardware that is the Arduino to the
internet so that the real time data collected is sent to the cloud for storage in the cloud database.
There is a global positioning system used so that the location also is sent as real time data and
stored in the cloud. A purification device is also set up which can be controlled remotely using
IoT.
3. ARCHITECTURE
Figure 2 The design of the system
The figure shows the overall system architecture of environmental monitoring wireless
sensor network system. Sensors are a major part in this system it is responsible for
information or real time data.
4. ARDUINO UNO
Figure 3 Arduino UNO board
Arduino is an open source computer hardware and software company, project, and user
community that designs and manufactures single-board and microcontroller kits for building
A Monitoring Scheme with Iot And Sensor Expertise
http://www.iaeme.com/IJARET/index.asp 274 editor@iaeme.com
digital devices and interactive objects that can sense and control objects in the physical and
digital world. Arduino board designs use a variety of microprocessors and controllers. The
boards are equipped with sets of digital and analog input/output (I/O) pins that may be
interfaced to various expansion boards or Breadboards (shields) and other circuits. The boards
feature serial communications interfaces, including Universal Serial Bus (USB) on some
models, which are also used for loading programs from personal computers. The
microcontrollers are typically programmed using a dialect of features from the programming
languages C and C++. In addition to using traditional compiler toolchains, the Arduino project
provides an integrated development environment (IDE) based on the Processing language
project. This is the new Arduino Uno R3. In addition to all the features of the previous board,
the Uno now uses an ATmega16U2 instead of the 8U2 found on the Uno (or the FTDI found
on previous generations). This allows for faster transfer rates and more memory. No drivers
needed for Linux or Mac (file for Windows is needed and included in the Arduino IDE), and
the ability to have the Uno show up as a keyboard, mouse, joystick, etc.
5. GAS SENSORS
Different gas sensors are used to detect specific gases and the gas sensors used are MQ-135,
MQ-5, MQ-4, MQ-8, MQ-9.
These are semiconductor sensors. The working principle of the semiconductor sensors is
that they rely on a gas coming into contact with a metal oxide surface. The change in
conductivity or resistivity is a linear and proportional relationship with the concentration of the
gas coming in contact with the semi conducting material used. Tin dioxide is the most common
material used in semiconductor sensors, and the electrical resistance in the sensor is decreased
when it comes in contact with the monitored gas. This change in resistance is used to calculate
the gas concentration.
Figure 4 Semi-conductor Gas Sensor
MQ-135 is sensitive to ammonia, alcohol and benzene. MQ-5 is sensitive to LPG. MQ-4 is
used to detect methane. MQ-8 is used to detect hydrogen gas. MQ-9 is sensitive to carbon
monoxide gas. Due to the reason that the sensor must come in contact with the gas to detect it,
semiconductor sensors work over a smaller distance than infrared point or ultrasonic detectors.
All gas detectors must be calibrated on a schedule. Of the two form factors of gas detectors,
portable gas detectors must be calibrated more frequently due to the regular changes in
environment they experience.
Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul Sattar and Dr. Anita Sheela
http://www.iaeme.com/IJARET/index.asp 275 editor@iaeme.com
Figure 5 shows the typical sensitivity characteristics of the MQ-135 for several gases.
6. WIFI MODULE- ESP8266
The ESP8266 is a low-cost Wi-Fi microchip with full TCP/IP stack and microcontroller
capability. This small module allows microcontrollers to connect to a Wi-Fi network and make
simple TCP/IP connections.
Figure 6 ESP8266, WiFi module
The processor used in the board is L106 32-bit RISC microprocessor core running at 80 MHz.
The module has 32 KiB instruction RAM, 32 KiB instruction cache RAM, 80 KiB user data
RAM, 16 KiB ETS system data RAM. Espressif Systems released a software development kit
(SDK) that allowed the chip to be programmed, removing the need for a separate
microcontroller. There have been many official SDK releases. The other open source SDK is
Arduino, which is a C++ based firmware. This core enables the ESP8266 CPU and its Wi-Fi
components to be programmed like any other Arduino device. Ai Thinker Modules are the
first series of modules made with the ESP8266 by the third-party manufacturer Ai-Thinker.
They are collectively referred to as "ESP-xx modules". To form a workable development
system they require additional components, especially a serial TTLto-USB adapter and an
external 3.3-volt power supply.
7. GPS NAVIGATION DEVICE
It comprises of the GPS receiver and the antenna. GPS receiver is a device that is capable of
receiving information from GPS satellites. It then calculates the device's geographical
position. Using suitable software, the device may display the position on a map, and it may
offer directions. A GPS device can retrieve from the GPS system location and time
information in all weather conditions, anywhere on or near the Earth. A GPS reception
A Monitoring Scheme with Iot And Sensor Expertise
http://www.iaeme.com/IJARET/index.asp 276 editor@iaeme.com
requires an unobstructed line of sight to four or more GPS satellites,[2]
and is subject to poor
satellite signal conditions. GPS devices vary in sensitivity, speed, vulnerability to multipath
propagation, and other performance parameters.
High Sensitivity GPS receivers use large banks of correlators and digital signal processing to
search for GPS signals very quickly.
Figure 7 GPS navigation device
When GPS signals are weak, for example indoors, the extra processing power can be used
to integrate weak signals to the point where they can be used to provide a position or timing
solution. When indoor locations cannot be recognized due to week signals the antenna can be
placed outside so that the location can be detected.
8. EXPERIMENTAL OBSERVATIONS AND RESULTS
The system implementation and hardware connections are shown in the figure. The analog
signal from the sensors is converted to a digital signal where it is passed as an input to a
microcontroller device, which compares the measured value with a threshold value. The result
is then transmitted using the internet of things technology to a database on the cloud where the
data is stored as required. The signal acquired from the sensors from different areas is compared
with the predetermined values in the microcontroller. When the pollution is below the threshold,
the sensors keep reading data continuously. When the pollution increases beyond the pre-
determined threshold, then the gathered data can be sent to the higher authorities for which
appropriate actions can be taken by them.
Figure 8 overall system design
Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul Sattar and Dr. Anita Sheela
http://www.iaeme.com/IJARET/index.asp 277 editor@iaeme.com
9. CONCLUSION
The aim of this paper is to build a system which monitors the pollution in an area and informs
the authorities about the violation when the air pollutants exceeds the threshold value
analyzed and stored in the comparison data set. The system also sends the location where this
violation has occurred which helps the authorities for easy analysis. In this system sensors are
implemented to detect the presence of undesired gases in the air of residential areas. The
sensors provide continuous monitoring. Internet of Things technology is used to analyse the
collected data for pollution. This system has low-cost, low power consumption, and easy to
maintain.
REFERENCES
[1] Nupur Tyagi, “A Reference Architecture for IoT”, p.p 924, International Journal of
Computer Engineering and Applications, Feb,2016.
[2] Rahol Jaikwad, “Internet of Things application areas, Smart Cities” INCON2016, Frankfurt,
Jan. 2016.
[3] Deakin, Mark; Al Waer, Husam. "From Intelligent to Smart Cities". Journal of Intelligent
Buildings International, p.p. 140-152, 11 Aug 2011.
[4] Monitoring Pollution: Applying IoT to Create a Smart Environment-Anwar Alshamsi,
Younas Anwar, Maryam Almulla, Mouza Aldohoori, Nasser Hamad, Mohammed Awad,
International Conference, 2017.
[5] Real Time Ambient Air Quality Monitoring System Using
[6] Sensor Technology, Jyoti Sharma, Siby John,
[7] International Conference, 2017.
[8] Web Based Air Pollution Monitoring System (Air Pollution Monitoring Using Smart
Phone), Shilpa R. Khodve, A. N. Kulkarni, International Journal of Science and Research,
2014.

More Related Content

PDF
Analysis on Healthcare System using IoT
PDF
IRJET- Air Pollution Monitoring System using IoT
PDF
A Secure IoT Enabled Smart Home System
PDF
IRJET- Patient Healthcare System using IoT
PDF
IJSRED-V2I4P4
PDF
IRJET - Monitoring Indoor Air Quality in Industries
PDF
IoT Based Detection of Leakages in Gas Pipes
PDF
IRJET - Smart Monitoring and Control System for Home Automation
Analysis on Healthcare System using IoT
IRJET- Air Pollution Monitoring System using IoT
A Secure IoT Enabled Smart Home System
IRJET- Patient Healthcare System using IoT
IJSRED-V2I4P4
IRJET - Monitoring Indoor Air Quality in Industries
IoT Based Detection of Leakages in Gas Pipes
IRJET - Smart Monitoring and Control System for Home Automation

What's hot (19)

PDF
IRJET - Detection of Sleep Apnea using Pressure Sensor
PDF
IRJET- Centralized Wireless Home Appliances Control System
PDF
Pontem Monitoring using IoT
PDF
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
PDF
IOT Based Environmental Pollution Monitoring System
PDF
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
PDF
IRJET- Health Monitoring system using IoT
PDF
IRJET- Smart Bank Security using PLC
PDF
IRJET-Smart Controlling and Monitoring of Water System
PDF
IRJET - Solar based Smart Poultry Monitering System using IoT
PDF
IoT Based Remote Monitoring and Controlling for Shutter Systems
PDF
IRJET- Arduino Based Child Tracking System Using GPS and GSM
PDF
Ultrasonic Stirrer
PDF
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
PDF
IRJET- Sudden Infant Death Syndrome Detection and Prevention using Grid Eye S...
PDF
Smart Water Monitoring System using Cloud Service
PDF
IoT Based Water Quality Monitoring System for Smart Cities
PDF
Spy Sharp Shooter Sensor to Position Military Guns After Intrusion Detection
PDF
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET - Detection of Sleep Apnea using Pressure Sensor
IRJET- Centralized Wireless Home Appliances Control System
Pontem Monitoring using IoT
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
IOT Based Environmental Pollution Monitoring System
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Health Monitoring system using IoT
IRJET- Smart Bank Security using PLC
IRJET-Smart Controlling and Monitoring of Water System
IRJET - Solar based Smart Poultry Monitering System using IoT
IoT Based Remote Monitoring and Controlling for Shutter Systems
IRJET- Arduino Based Child Tracking System Using GPS and GSM
Ultrasonic Stirrer
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Sudden Infant Death Syndrome Detection and Prevention using Grid Eye S...
Smart Water Monitoring System using Cloud Service
IoT Based Water Quality Monitoring System for Smart Cities
Spy Sharp Shooter Sensor to Position Military Guns After Intrusion Detection
IRJET- Heartbeat Monitoring System with Temperature Sensor
Ad

Similar to A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE (20)

PDF
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
PDF
air monitoring system research paper for b tech
PDF
HOSTILE GAS MONITORING SYSTEM USING IoT
PDF
Air Quality Monitoring and Control System in IoT
PDF
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
PDF
IRJET- IoT based Industrial Water Quality Monitoring System
PDF
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
PDF
Development of Personal Weather Report for Home Security
PDF
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
PPT
Air Quality Monitoring System Using Wireless Sensor Networks.ppt
PDF
IRJET- Soil, Water and Air Quality Monitoring System using IoT
PDF
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
PDF
IOT Based Air Pollution Monitoring System using Arduino
PDF
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
PDF
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
PDF
IRJET - IoT based Air Quality Monitoring System
PDF
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...
PDF
IRJET- Air Quality Monitoring System for City
PDF
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
PDF
IRJET - Study on Smart Air Pollution Monitoring System based on IoT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
air monitoring system research paper for b tech
HOSTILE GAS MONITORING SYSTEM USING IoT
Air Quality Monitoring and Control System in IoT
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
IRJET- IoT based Industrial Water Quality Monitoring System
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
Development of Personal Weather Report for Home Security
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
Air Quality Monitoring System Using Wireless Sensor Networks.ppt
IRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IOT Based Air Pollution Monitoring System using Arduino
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET - IoT based Air Quality Monitoring System
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...
IRJET- Air Quality Monitoring System for City
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
IRJET - Study on Smart Air Pollution Monitoring System based on IoT
Ad

More from IAEME Publication (20)

PDF
IAEME_Publication_Call_for_Paper_September_2022.pdf
PDF
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
PDF
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
PDF
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
PDF
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
PDF
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
PDF
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
PDF
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
PDF
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
PDF
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
PDF
GANDHI ON NON-VIOLENT POLICE
PDF
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
PDF
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
PDF
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
PDF
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
PDF
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
PDF
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
PDF
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
PDF
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
PDF
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME_Publication_Call_for_Paper_September_2022.pdf
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
GANDHI ON NON-VIOLENT POLICE
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT

Recently uploaded (20)

PPTX
Sustainable Sites - Green Building Construction
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
web development for engineering and engineering
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPT
Project quality management in manufacturing
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
PPT on Performance Review to get promotions
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
UNIT 4 Total Quality Management .pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Sustainable Sites - Green Building Construction
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Digital Logic Computer Design lecture notes
Internet of Things (IOT) - A guide to understanding
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
web development for engineering and engineering
Lecture Notes Electrical Wiring System Components
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Project quality management in manufacturing
Mechanical Engineering MATERIALS Selection
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPT on Performance Review to get promotions
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
UNIT 4 Total Quality Management .pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Operating System & Kernel Study Guide-1 - converted.pdf
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...

A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE

  • 1. http://www.iaeme.com/IJARET/index.asp 271 editor@iaeme.com International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 2, March-April 2019, pp. 271-277. Article ID: IJARET_10_02_027 Available online at http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=02 ISSN Print: 0976-6480 and ISSN Online: 0976-6499 © IAEME Publication A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE Syeda Kausar Fatima Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET, Prof., ECE Dept, JNTUH, India. Dr. Syeda Gauhar Fatima Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET, Prof., ECE Dept, JNTUH, India. Dr. Syed Abdul Sattar Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET, Prof., ECE Dept, JNTUH, India. Dr. Anita Sheela Research Scholar JNTUH, Prof., DCET, Hyderabad, Principal NSAKCET, Prof., ECE Dept, JNTUH, India. ABSTRACT Air quality has been largely affected by industrial activities, which have caused many health issues among people. Air pollutants levels can be measured using gas sensors. Internet of Things (IoT) technology can be used to remotely detect pollution. IOT devices can be used to control basic functions from anywhere around the world through the internet. The data gathered by such a system can be transmitted instantly to a web-based application to enable monitoring real time data and allow immediate risk management. The aim is to build a system which can be used to monitor the parameters in different environments. Here, we describe an entire Internet of Things (IoT) system that collects real-time data in specific locations. This real-time data collected is compared with a predetermined threshold. This data is sent to the concerned organization notifying them about the values exceeding the threshold if any and take necessary actions if needed. Keywords Gas sensors, Pollution Monitoring, Global Positioning system (GPS), Internet of Things (IoT), Machine learning Algorithm. Cite this Article: Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul Sattar, and Dr. Anita Sheela, A Monitoring Scheme with Iot And Sensor Expertise, International Journal of Advanced Research in Engineering and Technology, 10(2), 2019, pp. 271-277. http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=2
  • 2. A Monitoring Scheme with Iot And Sensor Expertise http://www.iaeme.com/IJARET/index.asp 272 editor@iaeme.com 1. INTRODUCTION Air pollution is a major issue affecting the atmosphere in various ways. Air pollution also causes many ill effects in animals, plants and human beings. Indoor air pollution is considered to be the most toxic kind of pollution.There are several different gases whose levels when exceeds some threshold value affects the atmospheric air quality. These gases are very harmful to human health and also the environment. Due to the different harmful gases there are atmospheric problems like global warming, acid rains and drastic climatic changesIn this paper, we describe a system which uses IoT technology to help in monitoring and analysing the air quality level by measuring the pollutants level in the atmosphere. The approach mainly focused here is to keep the people near industrial areas safe from the different threats caused by the air pollutants level by informing the official authorities about any violations against the threshold values for different gases. Pollution detectors are common in many environments like hospitals and other public places, but here the aim and objective are to that they must be placed within industrial regions and factories. Here the focus is on using technology for betterment of air quality while minimizing resources that are consumed for the process. The Internet of Things is a technology in which physical devices are connected over a network to exchange real-time data. Data can be transmitted from one point to another without human involvement, in such a system. The IoT allows objects to be sensed or controlled remotely across existing network infrastructure. The Internet of things is applicable to many aspects in everyday life, whether it is at home, work, transport, or outdoors. Smart homes, healthcare systems, and wearable devices are all examples of IoT implementations. A remotely accessible environment is an environment in which each appliance can be remotely accessed and controlled using software as an interface, which includes an Android application. Purification of air quality when the gas levels exceeds the thresholds can be done using air purifying devices. These devices can be controlled remotely using IoT technology where the control is given to the official authorities. When they are notified that the current pollutants level exceeding their thresholds, they can remotely switch on the purification devices setup. This helps in minimizing energy consumption since the purification device is switched on when necessary by remote controlling. 2. PROPOSED SYSTEM The system to be developed is a wireless sensor network for monitoring air pollution. To achieve this system, the sensors are set at different locations where the pollution levels are to be monitored. The sensor values are read and noted in different conditions and timings of the day. This is done in order to collect data sets for the pollutant’s values at different environmental locations. These datasets are used to select the threshold value for different gases and real time data collected is compared against these threshold values to say if there is any violation or threat to the air quality. The gas sensors are connected to a microcontroller which is connected to a WIFI module. The output of the sensors is given to the Arduino board which contains the microcontroller and all the sensor outputs that is the real time data is sent to the cloud for storage.
  • 3. Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul Sattar and Dr. Anita Sheela http://www.iaeme.com/IJARET/index.asp 273 editor@iaeme.com Figure 1 Proposed system model Thus, the proposed system model consists of the following Arduino board consisting of the microcontroller, different gas sensors, gas sensors used are specific to the particular gases. WIFI module used is ESP 8266 which is used to connect the hardware that is the Arduino to the internet so that the real time data collected is sent to the cloud for storage in the cloud database. There is a global positioning system used so that the location also is sent as real time data and stored in the cloud. A purification device is also set up which can be controlled remotely using IoT. 3. ARCHITECTURE Figure 2 The design of the system The figure shows the overall system architecture of environmental monitoring wireless sensor network system. Sensors are a major part in this system it is responsible for information or real time data. 4. ARDUINO UNO Figure 3 Arduino UNO board Arduino is an open source computer hardware and software company, project, and user community that designs and manufactures single-board and microcontroller kits for building
  • 4. A Monitoring Scheme with Iot And Sensor Expertise http://www.iaeme.com/IJARET/index.asp 274 editor@iaeme.com digital devices and interactive objects that can sense and control objects in the physical and digital world. Arduino board designs use a variety of microprocessors and controllers. The boards are equipped with sets of digital and analog input/output (I/O) pins that may be interfaced to various expansion boards or Breadboards (shields) and other circuits. The boards feature serial communications interfaces, including Universal Serial Bus (USB) on some models, which are also used for loading programs from personal computers. The microcontrollers are typically programmed using a dialect of features from the programming languages C and C++. In addition to using traditional compiler toolchains, the Arduino project provides an integrated development environment (IDE) based on the Processing language project. This is the new Arduino Uno R3. In addition to all the features of the previous board, the Uno now uses an ATmega16U2 instead of the 8U2 found on the Uno (or the FTDI found on previous generations). This allows for faster transfer rates and more memory. No drivers needed for Linux or Mac (file for Windows is needed and included in the Arduino IDE), and the ability to have the Uno show up as a keyboard, mouse, joystick, etc. 5. GAS SENSORS Different gas sensors are used to detect specific gases and the gas sensors used are MQ-135, MQ-5, MQ-4, MQ-8, MQ-9. These are semiconductor sensors. The working principle of the semiconductor sensors is that they rely on a gas coming into contact with a metal oxide surface. The change in conductivity or resistivity is a linear and proportional relationship with the concentration of the gas coming in contact with the semi conducting material used. Tin dioxide is the most common material used in semiconductor sensors, and the electrical resistance in the sensor is decreased when it comes in contact with the monitored gas. This change in resistance is used to calculate the gas concentration. Figure 4 Semi-conductor Gas Sensor MQ-135 is sensitive to ammonia, alcohol and benzene. MQ-5 is sensitive to LPG. MQ-4 is used to detect methane. MQ-8 is used to detect hydrogen gas. MQ-9 is sensitive to carbon monoxide gas. Due to the reason that the sensor must come in contact with the gas to detect it, semiconductor sensors work over a smaller distance than infrared point or ultrasonic detectors. All gas detectors must be calibrated on a schedule. Of the two form factors of gas detectors, portable gas detectors must be calibrated more frequently due to the regular changes in environment they experience.
  • 5. Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul Sattar and Dr. Anita Sheela http://www.iaeme.com/IJARET/index.asp 275 editor@iaeme.com Figure 5 shows the typical sensitivity characteristics of the MQ-135 for several gases. 6. WIFI MODULE- ESP8266 The ESP8266 is a low-cost Wi-Fi microchip with full TCP/IP stack and microcontroller capability. This small module allows microcontrollers to connect to a Wi-Fi network and make simple TCP/IP connections. Figure 6 ESP8266, WiFi module The processor used in the board is L106 32-bit RISC microprocessor core running at 80 MHz. The module has 32 KiB instruction RAM, 32 KiB instruction cache RAM, 80 KiB user data RAM, 16 KiB ETS system data RAM. Espressif Systems released a software development kit (SDK) that allowed the chip to be programmed, removing the need for a separate microcontroller. There have been many official SDK releases. The other open source SDK is Arduino, which is a C++ based firmware. This core enables the ESP8266 CPU and its Wi-Fi components to be programmed like any other Arduino device. Ai Thinker Modules are the first series of modules made with the ESP8266 by the third-party manufacturer Ai-Thinker. They are collectively referred to as "ESP-xx modules". To form a workable development system they require additional components, especially a serial TTLto-USB adapter and an external 3.3-volt power supply. 7. GPS NAVIGATION DEVICE It comprises of the GPS receiver and the antenna. GPS receiver is a device that is capable of receiving information from GPS satellites. It then calculates the device's geographical position. Using suitable software, the device may display the position on a map, and it may offer directions. A GPS device can retrieve from the GPS system location and time information in all weather conditions, anywhere on or near the Earth. A GPS reception
  • 6. A Monitoring Scheme with Iot And Sensor Expertise http://www.iaeme.com/IJARET/index.asp 276 editor@iaeme.com requires an unobstructed line of sight to four or more GPS satellites,[2] and is subject to poor satellite signal conditions. GPS devices vary in sensitivity, speed, vulnerability to multipath propagation, and other performance parameters. High Sensitivity GPS receivers use large banks of correlators and digital signal processing to search for GPS signals very quickly. Figure 7 GPS navigation device When GPS signals are weak, for example indoors, the extra processing power can be used to integrate weak signals to the point where they can be used to provide a position or timing solution. When indoor locations cannot be recognized due to week signals the antenna can be placed outside so that the location can be detected. 8. EXPERIMENTAL OBSERVATIONS AND RESULTS The system implementation and hardware connections are shown in the figure. The analog signal from the sensors is converted to a digital signal where it is passed as an input to a microcontroller device, which compares the measured value with a threshold value. The result is then transmitted using the internet of things technology to a database on the cloud where the data is stored as required. The signal acquired from the sensors from different areas is compared with the predetermined values in the microcontroller. When the pollution is below the threshold, the sensors keep reading data continuously. When the pollution increases beyond the pre- determined threshold, then the gathered data can be sent to the higher authorities for which appropriate actions can be taken by them. Figure 8 overall system design
  • 7. Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima, Dr. Syed Abdul Sattar and Dr. Anita Sheela http://www.iaeme.com/IJARET/index.asp 277 editor@iaeme.com 9. CONCLUSION The aim of this paper is to build a system which monitors the pollution in an area and informs the authorities about the violation when the air pollutants exceeds the threshold value analyzed and stored in the comparison data set. The system also sends the location where this violation has occurred which helps the authorities for easy analysis. In this system sensors are implemented to detect the presence of undesired gases in the air of residential areas. The sensors provide continuous monitoring. Internet of Things technology is used to analyse the collected data for pollution. This system has low-cost, low power consumption, and easy to maintain. REFERENCES [1] Nupur Tyagi, “A Reference Architecture for IoT”, p.p 924, International Journal of Computer Engineering and Applications, Feb,2016. [2] Rahol Jaikwad, “Internet of Things application areas, Smart Cities” INCON2016, Frankfurt, Jan. 2016. [3] Deakin, Mark; Al Waer, Husam. "From Intelligent to Smart Cities". Journal of Intelligent Buildings International, p.p. 140-152, 11 Aug 2011. [4] Monitoring Pollution: Applying IoT to Create a Smart Environment-Anwar Alshamsi, Younas Anwar, Maryam Almulla, Mouza Aldohoori, Nasser Hamad, Mohammed Awad, International Conference, 2017. [5] Real Time Ambient Air Quality Monitoring System Using [6] Sensor Technology, Jyoti Sharma, Siby John, [7] International Conference, 2017. [8] Web Based Air Pollution Monitoring System (Air Pollution Monitoring Using Smart Phone), Shilpa R. Khodve, A. N. Kulkarni, International Journal of Science and Research, 2014.