SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
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.

Contenu connexe

Tendances

IRJET - Detection of Sleep Apnea using Pressure Sensor
IRJET - Detection of Sleep Apnea using Pressure SensorIRJET - Detection of Sleep Apnea using Pressure Sensor
IRJET - Detection of Sleep Apnea using Pressure SensorIRJET Journal
 
IRJET- Centralized Wireless Home Appliances Control System
IRJET- Centralized Wireless Home Appliances Control SystemIRJET- Centralized Wireless Home Appliances Control System
IRJET- Centralized Wireless Home Appliances Control SystemIRJET Journal
 
Pontem Monitoring using IoT
Pontem Monitoring using IoTPontem Monitoring using IoT
Pontem Monitoring using IoTijtsrd
 
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoDesign of Tilt Sensing Mouse Glove Device using Arduino Uno
Design of Tilt Sensing Mouse Glove Device using Arduino UnoIRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET Journal
 
IRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET Journal
 
IRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET- Smart Bank Security using PLC
IRJET- Smart Bank Security using PLCIRJET Journal
 
IRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET-Smart Controlling and Monitoring of Water System
IRJET-Smart Controlling and Monitoring of Water SystemIRJET Journal
 
IRJET - Solar based Smart Poultry Monitering System using IoT
IRJET - 	  Solar based Smart Poultry Monitering System using IoTIRJET - 	  Solar based Smart Poultry Monitering System using IoT
IRJET - Solar based Smart Poultry Monitering System using IoTIRJET Journal
 
IoT Based Remote Monitoring and Controlling for Shutter Systems
IoT Based Remote Monitoring and Controlling for Shutter SystemsIoT Based Remote Monitoring and Controlling for Shutter Systems
IoT Based Remote Monitoring and Controlling for Shutter Systemsijtsrd
 
IRJET- Arduino Based Child Tracking System Using GPS and GSM
IRJET-  	  Arduino Based Child Tracking System Using GPS and GSMIRJET-  	  Arduino Based Child Tracking System Using GPS and GSM
IRJET- Arduino Based Child Tracking System Using GPS and GSMIRJET Journal
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoTIRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoTIRJET Journal
 
IRJET- Sudden Infant Death Syndrome Detection and Prevention using Grid Eye S...
IRJET- Sudden Infant Death Syndrome Detection and Prevention using Grid Eye S...IRJET- Sudden Infant Death Syndrome Detection and Prevention using Grid Eye S...
IRJET- Sudden Infant Death Syndrome Detection and Prevention using Grid Eye S...IRJET Journal
 
Smart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud ServiceSmart Water Monitoring System using Cloud Service
Smart Water Monitoring System using Cloud Serviceijtsrd
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesYogeshIJTSRD
 
Spy Sharp Shooter Sensor to Position Military Guns After Intrusion Detection
Spy Sharp Shooter Sensor to Position Military Guns After Intrusion DetectionSpy Sharp Shooter Sensor to Position Military Guns After Intrusion Detection
Spy Sharp Shooter Sensor to Position Military Guns After Intrusion DetectionIRJET Journal
 
IRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET- Heartbeat Monitoring System with Temperature Sensor
IRJET- Heartbeat Monitoring System with Temperature SensorIRJET Journal
 

Tendances (19)

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

Similaire à A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE

AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTAIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTIRJET Journal
 
HOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoTHOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoTIRJET Journal
 
Air Quality Monitoring and Control System in IoT
Air Quality Monitoring and Control System in IoTAir Quality Monitoring and Control System in IoT
Air Quality Monitoring and Control System in IoTijtsrd
 
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...IRJET Journal
 
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET-  	  IoT based Industrial Water Quality Monitoring SystemIRJET-  	  IoT based Industrial Water Quality Monitoring System
IRJET- IoT based Industrial Water Quality Monitoring SystemIRJET Journal
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
Development of Personal Weather Report for Home Security
Development of Personal Weather Report for Home SecurityDevelopment of Personal Weather Report for Home Security
Development of Personal Weather Report for Home SecurityIOSRJVSP
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET Journal
 
Air Quality Monitoring System Using Wireless Sensor Networks.ppt
Air Quality Monitoring System Using Wireless Sensor Networks.pptAir Quality Monitoring System Using Wireless Sensor Networks.ppt
Air Quality Monitoring System Using Wireless Sensor Networks.pptCrisp11
 
IRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoTIRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoTIRJET Journal
 
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET Journal
 
IOT Based Air Pollution Monitoring System using Arduino
IOT Based Air Pollution Monitoring System using ArduinoIOT Based Air Pollution Monitoring System using Arduino
IOT Based Air Pollution Monitoring System using ArduinoIRJET Journal
 
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...IJECEIAES
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET Journal
 
IRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring SystemIRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring SystemIRJET Journal
 
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...
IRJET-  	  Pollution Monitoring and Controlling System using Internet of Thin...IRJET-  	  Pollution Monitoring and Controlling System using Internet of Thin...
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...IRJET Journal
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for CityIRJET Journal
 
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORKCOAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORKIRJET Journal
 
IRJET - Study on Smart Air Pollution Monitoring System based on IoT
IRJET - Study on Smart Air Pollution Monitoring System based on IoTIRJET - Study on Smart Air Pollution Monitoring System based on IoT
IRJET - Study on Smart Air Pollution Monitoring System based on IoTIRJET Journal
 
Smart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of ThingsSmart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of ThingsIRJET Journal
 

Similaire à A MONITORING SCHEME WITH IOT AND SENSOR EXPERTISE (20)

AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTAIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
 
HOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoTHOSTILE GAS MONITORING SYSTEM USING IoT
HOSTILE GAS MONITORING SYSTEM USING IoT
 
Air Quality Monitoring and Control System in IoT
Air Quality Monitoring and Control System in IoTAir Quality Monitoring and Control System in IoT
Air Quality Monitoring and Control System in IoT
 
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
 
IRJET- IoT based Industrial Water Quality Monitoring System
IRJET-  	  IoT based Industrial Water Quality Monitoring SystemIRJET-  	  IoT based Industrial Water Quality Monitoring System
IRJET- IoT based Industrial Water Quality Monitoring System
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
Development of Personal Weather Report for Home Security
Development of Personal Weather Report for Home SecurityDevelopment of Personal Weather Report for Home Security
Development of Personal Weather Report for Home Security
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
 
Air Quality Monitoring System Using Wireless Sensor Networks.ppt
Air Quality Monitoring System Using Wireless Sensor Networks.pptAir Quality Monitoring System Using Wireless Sensor Networks.ppt
Air Quality Monitoring System Using Wireless Sensor Networks.ppt
 
IRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoTIRJET- Soil, Water and Air Quality Monitoring System using IoT
IRJET- Soil, Water and Air Quality Monitoring System using IoT
 
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT NotificationsIRJET- Design and Implementation of Smart Dustbin using IoT Notifications
IRJET- Design and Implementation of Smart Dustbin using IoT Notifications
 
IOT Based Air Pollution Monitoring System using Arduino
IOT Based Air Pollution Monitoring System using ArduinoIOT Based Air Pollution Monitoring System using Arduino
IOT Based Air Pollution Monitoring System using Arduino
 
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
Design and Implementation of Portable Outdoor Air Quality Measurement System ...Design and Implementation of Portable Outdoor Air Quality Measurement System ...
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-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
 
IRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring SystemIRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring System
 
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...
IRJET-  	  Pollution Monitoring and Controlling System using Internet of Thin...IRJET-  	  Pollution Monitoring and Controlling System using Internet of Thin...
IRJET- Pollution Monitoring and Controlling System using Internet of Thin...
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for City
 
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORKCOAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
 
IRJET - Study on Smart Air Pollution Monitoring System based on IoT
IRJET - Study on Smart Air Pollution Monitoring System based on IoTIRJET - Study on Smart Air Pollution Monitoring System based on IoT
IRJET - Study on Smart Air Pollution Monitoring System based on IoT
 
Smart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of ThingsSmart Gardening System Using the Internet of Things
Smart Gardening System Using the Internet of Things
 

Plus de IAEME Publication

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

Plus de IAEME Publication (20)

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

Dernier

multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
Forming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).pptForming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).pptNoman khan
 
Javier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier Fernández Muñoz
 
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.elesangwon
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfBalamuruganV28
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProRay Yuan Liu
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfisabel213075
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 

Dernier (20)

multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
Forming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).pptForming section troubleshooting checklist for improving wire life (1).ppt
Forming section troubleshooting checklist for improving wire life (1).ppt
 
Javier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptxJavier_Fernandez_CARS_workshop_presentation.pptx
Javier_Fernandez_CARS_workshop_presentation.pptx
 
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
2022 AWS DNA Hackathon 장애 대응 솔루션 jarvis.
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdf
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
A brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision ProA brief look at visionOS - How to develop app on Apple's Vision Pro
A brief look at visionOS - How to develop app on Apple's Vision Pro
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdf
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 

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.