SlideShare a Scribd company logo
1 of 7
Download to read offline
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 1 | P a g e Copyright@IDL-2017
IOT Based Air and Noise Pollution Monitoring
in Urban and Rural Areas, Important Zones like
Schools and Hospitals in Real Time
Mr. Mahantesh B Dalawai, PG student,
Dr. Siva yellampalli, Professor, Mr. Pradeep S.V, Asst.Professor, VTU Extension
Center, UTL Technologies Limited Bangalore.
Abstract
Today’s major environmental & public
issue is air pollution. According to the report
of World Health Organization (WHO), air
pollution is significant risk factor for multiple
health conditions including skin & eye
infection, irritation of nose, throat & eyes. It
also causes serious conditions like heart
disease, lung cancer difficulty in breathing &
many. Parking management is also main
public issue in most of metropolitan cities and
that is also the reason of many problems. The
main objective of project is by using various
sensors, GSM/GPRS module and Cloud/server
to design an efficient and remote system to
monitoring the level of various pollutants
causing pollution and to minimize the effect of
these parameters without affecting the natural
environment and provide live updates
to avoid conflicts.
I. INTRODUCTION
The Internet of Things (loT) is a new concept
which has attracted the attention of both
academia and industry. Internet of Things
(loT) is implemented as a network of
interconnected objects, each of which can be
addressed using unique id and communicates
based on standard communication protocols.
Today’s one of the major public health &
environmental concern is air pollution and
now a day’s parking management also the
main issue in cities.
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 2 | P a g e Copyright@IDL-2017
II. COMPONENTS OFWEB
SERVICES
The basic web services platform is XML +
HTTP. All the standard web services work
using the following components
 SOAP (Simple Object Access
Protocol)
 WSDL (Web Services Description
Language)
SOAP (Simple Object Access Protocol)
SOAP is a protocol for accessing web
services. SOAP is based on XML.
 SOAP stands for Simple Object Access
Protocol
 SOAP is a communication protocol
 SOAP is for communication between
applications
 SOAP is a format for sending
messages
 SOAP communicates via Internet
 SOAP is platform independent
 SOAP is language independent
 SOAP is based on XML
 SOAP is simple and extensible
 SOAP allows you to get around
firewalls
 SOAP is a W3C recommendation
WSDL (Web Services Description
Language)
WSDL is a language for describing web
services and how to access them. WSDL is
written in XML.
 WSDL stands for Web Services
Description Language
 WSDL is written in XML
 WSDL is an XML document
 WSDL is used to describe Web
services
 WSDL is also used to locate Web
services
 WSDL is a W3C recommendation
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 3 | P a g e Copyright@IDL-2017
UDDI (Universal Description, Discovery
and Integration) UDDI is a platform-
independent framework for describing
services, discovering businesses, and
integrating business services by using the
Internet.
 UDDI stands for Universal
Description, Discovery and Integration
 UDDI is a directory for storing
information about web services
 UDDI is a directory of web service
interfaces described by WSDL
 UDDI communicates via SOAP
 UDDI is built into the Microsoft .NET
platform
III. METHODOLOGY
System architecture
R5F100LEAmicrocontrollerfrom Renesas
RL78 series which is a 16-bit microcontroller
is used to implement this project.
Microcontroller acts as the heart of this
project, which controls the whole system. It
contains of Flash ROM 64KB, RAM 4KB and
Data Flash 4KB, and it has High speed on-
chip oscillator, Self-reprogrammable under
software control,58 GPIO’s, 3 UART’s,
Simplified I2C, 10 bit resolution ADC, 28
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 4 | P a g e Copyright@IDL-2017
Interrupt Sources, ISP programming support
etc.
Block diagram
LM317 ADJUSTABLE REGULATOR
Description
Many embedded systems have substantially
different designs according to their functions and
utilities. In this project design, structured
modular design concept is adopted and the
system is mainly composed of a single
microcontroller, smoke sensor, RFID reader and
tag, noise sensor, stepper motor, ULN stepper
motor driver and GSM/GPRS. The
microcontroller located at the centre of the block
diagram forms the control unit of the entire
project. Embedded within the microcontroller is
a program that helps the microcontroller to take
action based on the inputs provided by the output
of the sensors. In this project the pollution level
at each sensor node can be provided to server by
using GSM/GPRS system or we can display the
pollution level information on large display close
to square. People generally more than one
U1 LM317 - 3.3V
ADJ
1
VOUT
2
VIN
3
+ C2
10uF/63V
12
+ C1
470uF/25V
12
R2
220E
1 2
R3
330E
12
+5V +3.3V
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 5 | P a g e Copyright@IDL-2017
alternate path to reach some destination; if
person knows the pollution information in
advance he can follow safe path &
simultaneously pollution can also control.
At each sensor node, the sensors such has smoke
sensor, noise sensor and RFID reader are
interfaced with single microcontroller to read the
pollution level from each vehicle on road, each
vehicle will be provided with Unique number
(RFID) , the sensors value will be uploaded to
server/cloud for every instant of time so that the
user can know the pollution level at any time
using internet.
Demopoints:
 A prototype module will be developed
for the project. It includes individual
PCB boards for all interfaces according
to the block diagram. Every PCB will
be inter-connected with jumper wires.
 For demo purpose microcontroller
RL78 is used.
 Smoke sensor MQ2/MQ6 is used as
smoke sensor, LM35 is used for
measuring temperature, RFID reader is
used for collecting vehicle information
wirelessly and RFID tags are used to
indicate vehicles and stepper motor is
used as gate for demo.
 Amazon server is used for uploading
data via GPRS.
 Lcd is utilized to demonstrate the
whole project.
IV. PROCEDURE FOR
CHECKING TERMINALS IN
FLASH MAGIC
 STEP 1: Double click on Flash magic
software
 TEP 2: click on “Tools” in that click
on “Terminal” select particular COM
port which is checked by device
manager Baud rate should be 9600
device should be 89V51RD2
 STEP 3: In Terminal settings select
required COM port and Baud rate =
9600, click “OK”
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 6 | P a g e Copyright@IDL-2017
 STEP 4: In “Input” section if we type
any text it should be display on input
workspace. If we are getting any error
like “Unable to communicate” Then
we need to remove USB cable and
again need to connect. Close
application and starts from initial steps.
V. APPLICATION
 This system is very promising to use in
various industrial areas where air
pollution level is high.
 System also used in near the hospitals
where pollution (air, noise) & traffic
problems are is most harmful to the
patients.
 In Weather forecast department, so
they can give information about the
rainfall and effect of rainfall on traffic
in particular area.
VI. ADVANTAGES
 Due to use of various sensors it is easy
to detect or to measure the (air, noise)
pollution in the city.
 It can be easily mounted at any
particular area.
CONCLUSION
The project is designed using structured
modeling and is able to provide the desired
results. It can be successfully implemented as
a Real Time system with certain
modifications. Science is discovering or
creating major breakthrough in various fields,
and hence technology keeps changing from
time to time. Going further, most of the units
IDL - International Digital Library Of
Technology & Research
Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org
International e-Journal For Technology And Research-2017
IDL - International Digital Library 7 | P a g e Copyright@IDL-2017
can be fabricated on a single along with
microcontroller thus making the system
compact thereby making the existing system
more effective. To make the system applicable
for real time purposes components with
greater range needs to be implemented.
REFERENCES
[1] R. Want, RFID explained : a primer on
radio frequency identification technologies,
Synthesis Lectures on Mobile and Pervasive
Computing Vol. 1, No. 1, pp. 1–83, 2006
[2]. L. Overmeyer, S. Vogeler, RFID:
Grundlagen und Potenziale, Logistics Journal,
Vol. S, pp. 1–12, 2005
[3] D. Hahnel, W. Burgard, D. Fox, K.
Fishkin, M. Philipose, Mapping and
localization with RFID technology, in
IEEEInternational Conference on Robotics
and Automation, Vol. 1,No. 1, pp. 1015–1020,
2004.
[4] P. Wilson, D. Prashanth, H. Aghajan,
Utilizing RFID signalingscheme for
localization of stationary objects and speed
estimation
[5] R. Miesen, F. Kirsch, M. Vossiek,
Holographic localization ofpassive UHF RFID
transponders, in IEEE International
Conference on RFID, pp. 32–37, 2011
[6] M. Fujimoto, N. Uchitomi, A. Inada, T.
Wada, K. Mutsuura, H.Okada, A novel
method for position estimation of passive
RFIDtags; Swift Communication Range
Recognition (S-CRR) method,in Global
Telecommunications Conference
(GLOBECOM 2010),2010 IEEE, pp. 1–6,
2010..
[7]. Y. Park, J.W. Lee, S. Kim, Improving
position estimation onRFID tag floor
localization using RFID reader transmission
power control, in IEEE International
Conference on Robotics and Biomimetics, pp.
1716–1721, 2009.14.
[8] T. Hori, T. Wda, Y. Ota, N. Uchitomi, K.
Mutsuura, H. Okada, Amulti-sensing-range
method for position estimation of passive
RFID tags, in Networking and
Communications, 2008.WIMOB
[9] Dr. B. Sengupta, “Vehicular pollution
control in India technical and non-technical
measure policies

More Related Content

What's hot

Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationeSAT Journals
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET Journal
 
A Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee TechnologyA Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee Technologyrahulmonikasharma
 
Overview of Li-Fi Technology
Overview of Li-Fi TechnologyOverview of Li-Fi Technology
Overview of Li-Fi TechnologyIRJET Journal
 
TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...
TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...
TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...ijcseit
 
NB-IoT incorporated into 5G international standards
NB-IoT incorporated into 5G international standardsNB-IoT incorporated into 5G international standards
NB-IoT incorporated into 5G international standardsAntenna Manufacturer Coco
 
Data transmission through LI-FI
Data transmission through LI-FIData transmission through LI-FI
Data transmission through LI-FIIRJET Journal
 
Zte communication 2015
Zte communication 2015Zte communication 2015
Zte communication 2015Sitha Sok
 
5HG Hype, Hope and Realities - Censis Glasgow 7 Nov 19
5HG Hype, Hope and Realities - Censis Glasgow 7 Nov 195HG Hype, Hope and Realities - Censis Glasgow 7 Nov 19
5HG Hype, Hope and Realities - Censis Glasgow 7 Nov 19University of Hertfordshire
 
Special Topic on 5G Evolution
Special Topic on 5G EvolutionSpecial Topic on 5G Evolution
Special Topic on 5G EvolutionSitha Sok
 
Predictable Experience for Lync - Meru Networks
Predictable Experience for Lync - Meru NetworksPredictable Experience for Lync - Meru Networks
Predictable Experience for Lync - Meru NetworksIMTC
 
URLLC for 5G and Beyond: Physical, MAC, and Network Solutions
URLLC for 5G and Beyond: Physical, MAC, and Network SolutionsURLLC for 5G and Beyond: Physical, MAC, and Network Solutions
URLLC for 5G and Beyond: Physical, MAC, and Network SolutionsMahyar Shirvanimoghaddam
 
IRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry PiIRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry PiIRJET Journal
 
Zigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemZigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemijwmn
 
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...IRJET Journal
 
37272714 wiprohl
37272714 wiprohl37272714 wiprohl
37272714 wiprohlSahil Sethi
 

What's hot (16)

Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
 
A Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee TechnologyA Review on Wireless Home Automation Systems based on Zigbee Technology
A Review on Wireless Home Automation Systems based on Zigbee Technology
 
Overview of Li-Fi Technology
Overview of Li-Fi TechnologyOverview of Li-Fi Technology
Overview of Li-Fi Technology
 
TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...
TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...
TRAFFIC CONTROL MANAGEMENT AND ROAD SAFETY USING VEHICLE TO VEHICLE DATA TRAN...
 
NB-IoT incorporated into 5G international standards
NB-IoT incorporated into 5G international standardsNB-IoT incorporated into 5G international standards
NB-IoT incorporated into 5G international standards
 
Data transmission through LI-FI
Data transmission through LI-FIData transmission through LI-FI
Data transmission through LI-FI
 
Zte communication 2015
Zte communication 2015Zte communication 2015
Zte communication 2015
 
5HG Hype, Hope and Realities - Censis Glasgow 7 Nov 19
5HG Hype, Hope and Realities - Censis Glasgow 7 Nov 195HG Hype, Hope and Realities - Censis Glasgow 7 Nov 19
5HG Hype, Hope and Realities - Censis Glasgow 7 Nov 19
 
Special Topic on 5G Evolution
Special Topic on 5G EvolutionSpecial Topic on 5G Evolution
Special Topic on 5G Evolution
 
Predictable Experience for Lync - Meru Networks
Predictable Experience for Lync - Meru NetworksPredictable Experience for Lync - Meru Networks
Predictable Experience for Lync - Meru Networks
 
URLLC for 5G and Beyond: Physical, MAC, and Network Solutions
URLLC for 5G and Beyond: Physical, MAC, and Network SolutionsURLLC for 5G and Beyond: Physical, MAC, and Network Solutions
URLLC for 5G and Beyond: Physical, MAC, and Network Solutions
 
IRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry PiIRJET - Bus Indication for Blind People using RFID & Raspberry Pi
IRJET - Bus Indication for Blind People using RFID & Raspberry Pi
 
Zigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemZigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home system
 
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
 
37272714 wiprohl
37272714 wiprohl37272714 wiprohl
37272714 wiprohl
 

Similar to IOT Based Air and Noise Pollution Monitoring in Urban and Rural Areas, Important Zones like Schools and Hospitals in Real Time

IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET Journal
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET Journal
 
IRJET- Smart Voice based Notice Board using Wi-Fi
IRJET-  	  Smart Voice based Notice Board using Wi-FiIRJET-  	  Smart Voice based Notice Board using Wi-Fi
IRJET- Smart Voice based Notice Board using Wi-FiIRJET Journal
 
Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...IRJET Journal
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET Journal
 
Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...
Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...
Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...dbpublications
 
Node-RED Interoperability Test
Node-RED Interoperability TestNode-RED Interoperability Test
Node-RED Interoperability TestBoris Adryan
 
OGC Web Service Shibboleth Interoperability Experiment
OGC Web Service Shibboleth Interoperability ExperimentOGC Web Service Shibboleth Interoperability Experiment
OGC Web Service Shibboleth Interoperability ExperimentEDINA, University of Edinburgh
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air PollutionIRJET Journal
 
Effective Printing Text using Bluetooth Technology from Android Application
Effective Printing Text using Bluetooth Technology from Android ApplicationEffective Printing Text using Bluetooth Technology from Android Application
Effective Printing Text using Bluetooth Technology from Android Applicationijtsrd
 
IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET-  	  IOT Based Air and Sound Pollution Monitoring SystemIRJET-  	  IOT Based Air and Sound Pollution Monitoring System
IRJET- IOT Based Air and Sound Pollution Monitoring SystemIRJET Journal
 
Control on Remote Sensing Network using Cloud Computing Services
Control on Remote Sensing Network using Cloud Computing ServicesControl on Remote Sensing Network using Cloud Computing Services
Control on Remote Sensing Network using Cloud Computing ServicesIRJET Journal
 
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...IJECEIAES
 
IRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring SystemIRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring SystemIRJET Journal
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.IRJET Journal
 
Presentation On Advance Monitoring of Cold chain truck
Presentation On Advance Monitoring of Cold chain truckPresentation On Advance Monitoring of Cold chain truck
Presentation On Advance Monitoring of Cold chain truckPUSHP RAJ BHARTI
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 

Similar to IOT Based Air and Noise Pollution Monitoring in Urban and Rural Areas, Important Zones like Schools and Hospitals in Real Time (20)

IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry Pi
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using Arduino
 
IRJET- Smart Voice based Notice Board using Wi-Fi
IRJET-  	  Smart Voice based Notice Board using Wi-FiIRJET-  	  Smart Voice based Notice Board using Wi-Fi
IRJET- Smart Voice based Notice Board using Wi-Fi
 
12 rfid
12 rfid12 rfid
12 rfid
 
Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoT
 
Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...
Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...
Application of RFID Technology and the Maximum Spanning Tree Algorithm for So...
 
Node-RED Interoperability Test
Node-RED Interoperability TestNode-RED Interoperability Test
Node-RED Interoperability Test
 
Shibboleth Federations and Secure SDI
Shibboleth Federations and Secure SDIShibboleth Federations and Secure SDI
Shibboleth Federations and Secure SDI
 
OGC Web Service Shibboleth Interoperability Experiment
OGC Web Service Shibboleth Interoperability ExperimentOGC Web Service Shibboleth Interoperability Experiment
OGC Web Service Shibboleth Interoperability Experiment
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air Pollution
 
Effective Printing Text using Bluetooth Technology from Android Application
Effective Printing Text using Bluetooth Technology from Android ApplicationEffective Printing Text using Bluetooth Technology from Android Application
Effective Printing Text using Bluetooth Technology from Android Application
 
IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET-  	  IOT Based Air and Sound Pollution Monitoring SystemIRJET-  	  IOT Based Air and Sound Pollution Monitoring System
IRJET- IOT Based Air and Sound Pollution Monitoring System
 
Control on Remote Sensing Network using Cloud Computing Services
Control on Remote Sensing Network using Cloud Computing ServicesControl on Remote Sensing Network using Cloud Computing Services
Control on Remote Sensing Network using Cloud Computing Services
 
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
OPC Protocol Application for Real-Time Carbon Monitoring System for Industria...
 
IRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring SystemIRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring System
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
Presentation On Advance Monitoring of Cold chain truck
Presentation On Advance Monitoring of Cold chain truckPresentation On Advance Monitoring of Cold chain truck
Presentation On Advance Monitoring of Cold chain truck
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 

Recently uploaded

INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

IOT Based Air and Noise Pollution Monitoring in Urban and Rural Areas, Important Zones like Schools and Hospitals in Real Time

  • 1. IDL - International Digital Library Of Technology & Research Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 1 | P a g e Copyright@IDL-2017 IOT Based Air and Noise Pollution Monitoring in Urban and Rural Areas, Important Zones like Schools and Hospitals in Real Time Mr. Mahantesh B Dalawai, PG student, Dr. Siva yellampalli, Professor, Mr. Pradeep S.V, Asst.Professor, VTU Extension Center, UTL Technologies Limited Bangalore. Abstract Today’s major environmental & public issue is air pollution. According to the report of World Health Organization (WHO), air pollution is significant risk factor for multiple health conditions including skin & eye infection, irritation of nose, throat & eyes. It also causes serious conditions like heart disease, lung cancer difficulty in breathing & many. Parking management is also main public issue in most of metropolitan cities and that is also the reason of many problems. The main objective of project is by using various sensors, GSM/GPRS module and Cloud/server to design an efficient and remote system to monitoring the level of various pollutants causing pollution and to minimize the effect of these parameters without affecting the natural environment and provide live updates to avoid conflicts. I. INTRODUCTION The Internet of Things (loT) is a new concept which has attracted the attention of both academia and industry. Internet of Things (loT) is implemented as a network of interconnected objects, each of which can be addressed using unique id and communicates based on standard communication protocols. Today’s one of the major public health & environmental concern is air pollution and now a day’s parking management also the main issue in cities.
  • 2. IDL - International Digital Library Of Technology & Research Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 2 | P a g e Copyright@IDL-2017 II. COMPONENTS OFWEB SERVICES The basic web services platform is XML + HTTP. All the standard web services work using the following components  SOAP (Simple Object Access Protocol)  WSDL (Web Services Description Language) SOAP (Simple Object Access Protocol) SOAP is a protocol for accessing web services. SOAP is based on XML.  SOAP stands for Simple Object Access Protocol  SOAP is a communication protocol  SOAP is for communication between applications  SOAP is a format for sending messages  SOAP communicates via Internet  SOAP is platform independent  SOAP is language independent  SOAP is based on XML  SOAP is simple and extensible  SOAP allows you to get around firewalls  SOAP is a W3C recommendation WSDL (Web Services Description Language) WSDL is a language for describing web services and how to access them. WSDL is written in XML.  WSDL stands for Web Services Description Language  WSDL is written in XML  WSDL is an XML document  WSDL is used to describe Web services  WSDL is also used to locate Web services  WSDL is a W3C recommendation
  • 3. IDL - International Digital Library Of Technology & Research Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 3 | P a g e Copyright@IDL-2017 UDDI (Universal Description, Discovery and Integration) UDDI is a platform- independent framework for describing services, discovering businesses, and integrating business services by using the Internet.  UDDI stands for Universal Description, Discovery and Integration  UDDI is a directory for storing information about web services  UDDI is a directory of web service interfaces described by WSDL  UDDI communicates via SOAP  UDDI is built into the Microsoft .NET platform III. METHODOLOGY System architecture R5F100LEAmicrocontrollerfrom Renesas RL78 series which is a 16-bit microcontroller is used to implement this project. Microcontroller acts as the heart of this project, which controls the whole system. It contains of Flash ROM 64KB, RAM 4KB and Data Flash 4KB, and it has High speed on- chip oscillator, Self-reprogrammable under software control,58 GPIO’s, 3 UART’s, Simplified I2C, 10 bit resolution ADC, 28
  • 4. IDL - International Digital Library Of Technology & Research Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 4 | P a g e Copyright@IDL-2017 Interrupt Sources, ISP programming support etc. Block diagram LM317 ADJUSTABLE REGULATOR Description Many embedded systems have substantially different designs according to their functions and utilities. In this project design, structured modular design concept is adopted and the system is mainly composed of a single microcontroller, smoke sensor, RFID reader and tag, noise sensor, stepper motor, ULN stepper motor driver and GSM/GPRS. The microcontroller located at the centre of the block diagram forms the control unit of the entire project. Embedded within the microcontroller is a program that helps the microcontroller to take action based on the inputs provided by the output of the sensors. In this project the pollution level at each sensor node can be provided to server by using GSM/GPRS system or we can display the pollution level information on large display close to square. People generally more than one U1 LM317 - 3.3V ADJ 1 VOUT 2 VIN 3 + C2 10uF/63V 12 + C1 470uF/25V 12 R2 220E 1 2 R3 330E 12 +5V +3.3V
  • 5. IDL - International Digital Library Of Technology & Research Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 5 | P a g e Copyright@IDL-2017 alternate path to reach some destination; if person knows the pollution information in advance he can follow safe path & simultaneously pollution can also control. At each sensor node, the sensors such has smoke sensor, noise sensor and RFID reader are interfaced with single microcontroller to read the pollution level from each vehicle on road, each vehicle will be provided with Unique number (RFID) , the sensors value will be uploaded to server/cloud for every instant of time so that the user can know the pollution level at any time using internet. Demopoints:  A prototype module will be developed for the project. It includes individual PCB boards for all interfaces according to the block diagram. Every PCB will be inter-connected with jumper wires.  For demo purpose microcontroller RL78 is used.  Smoke sensor MQ2/MQ6 is used as smoke sensor, LM35 is used for measuring temperature, RFID reader is used for collecting vehicle information wirelessly and RFID tags are used to indicate vehicles and stepper motor is used as gate for demo.  Amazon server is used for uploading data via GPRS.  Lcd is utilized to demonstrate the whole project. IV. PROCEDURE FOR CHECKING TERMINALS IN FLASH MAGIC  STEP 1: Double click on Flash magic software  TEP 2: click on “Tools” in that click on “Terminal” select particular COM port which is checked by device manager Baud rate should be 9600 device should be 89V51RD2  STEP 3: In Terminal settings select required COM port and Baud rate = 9600, click “OK”
  • 6. IDL - International Digital Library Of Technology & Research Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 6 | P a g e Copyright@IDL-2017  STEP 4: In “Input” section if we type any text it should be display on input workspace. If we are getting any error like “Unable to communicate” Then we need to remove USB cable and again need to connect. Close application and starts from initial steps. V. APPLICATION  This system is very promising to use in various industrial areas where air pollution level is high.  System also used in near the hospitals where pollution (air, noise) & traffic problems are is most harmful to the patients.  In Weather forecast department, so they can give information about the rainfall and effect of rainfall on traffic in particular area. VI. ADVANTAGES  Due to use of various sensors it is easy to detect or to measure the (air, noise) pollution in the city.  It can be easily mounted at any particular area. CONCLUSION The project is designed using structured modeling and is able to provide the desired results. It can be successfully implemented as a Real Time system with certain modifications. Science is discovering or creating major breakthrough in various fields, and hence technology keeps changing from time to time. Going further, most of the units
  • 7. IDL - International Digital Library Of Technology & Research Volume 1, Issue 5, May 2017 Available at: www.dbpublications.org International e-Journal For Technology And Research-2017 IDL - International Digital Library 7 | P a g e Copyright@IDL-2017 can be fabricated on a single along with microcontroller thus making the system compact thereby making the existing system more effective. To make the system applicable for real time purposes components with greater range needs to be implemented. REFERENCES [1] R. Want, RFID explained : a primer on radio frequency identification technologies, Synthesis Lectures on Mobile and Pervasive Computing Vol. 1, No. 1, pp. 1–83, 2006 [2]. L. Overmeyer, S. Vogeler, RFID: Grundlagen und Potenziale, Logistics Journal, Vol. S, pp. 1–12, 2005 [3] D. Hahnel, W. Burgard, D. Fox, K. Fishkin, M. Philipose, Mapping and localization with RFID technology, in IEEEInternational Conference on Robotics and Automation, Vol. 1,No. 1, pp. 1015–1020, 2004. [4] P. Wilson, D. Prashanth, H. Aghajan, Utilizing RFID signalingscheme for localization of stationary objects and speed estimation [5] R. Miesen, F. Kirsch, M. Vossiek, Holographic localization ofpassive UHF RFID transponders, in IEEE International Conference on RFID, pp. 32–37, 2011 [6] M. Fujimoto, N. Uchitomi, A. Inada, T. Wada, K. Mutsuura, H.Okada, A novel method for position estimation of passive RFIDtags; Swift Communication Range Recognition (S-CRR) method,in Global Telecommunications Conference (GLOBECOM 2010),2010 IEEE, pp. 1–6, 2010.. [7]. Y. Park, J.W. Lee, S. Kim, Improving position estimation onRFID tag floor localization using RFID reader transmission power control, in IEEE International Conference on Robotics and Biomimetics, pp. 1716–1721, 2009.14. [8] T. Hori, T. Wda, Y. Ota, N. Uchitomi, K. Mutsuura, H. Okada, Amulti-sensing-range method for position estimation of passive RFID tags, in Networking and Communications, 2008.WIMOB [9] Dr. B. Sengupta, “Vehicular pollution control in India technical and non-technical measure policies