Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Development of an IoT-based Atmospheric

Environment Monitoring System


Seung Ho Kim Jong Mun Jeong Min Tae Hwang Chang Soon Kang
'HSDUWPHQWRI(FRIULHQGO\ 'HSDUWPHQWRI(FRIULHQGO\ 'HSDUWPHQWRI,QIRUPDWLRQ  'HSDUWPHQWRI,QIRUPDWLRQ 
2IIVKRUH3ODQW)((' 2IIVKRUH3ODQW)((' &RPPXQLFDWLRQ(QJLQHHULQJ &RPPXQLFDWLRQ(QJLQHHULQJ
(QJLQHHULQJ (QJLQHHULQJ &KDQJZRQ1DWLRQDO8QLYHUVLW\ &KDQJZRQ1DWLRQDO8QLYHUVLW\
&KDQJZRQ1DWLRQDO8QLYHUVLW\ &KDQJZRQ1DWLRQDO8QLYHUVLW\ Changwon, Korea Changwon, Korea
Changwon, Korea Changwon, Korea professorhwang@gmail.com cskang@changwon.ac.kr
shk0529@changwon.ac.kr jhs7986@gmail.com

Abstract—Recently, as the damage of air pollution due to fine observing the atmospheric environment [5], and air pollution
dusts, etc. has been continuously increased, there is a growing information observed through the National Ambient air quality
need for a low-cost air quality monitoring system to observe air Monitoring Information System (NAMIS) of Korea
pollution information at public facilities or homes. In this paper, Environment Corporation is also provided to the public [6].
we propose an IoT (Internet of Things)-based atmospheric However, the NAMIS consists of high-cost atmospheric
environment monitoring system which can effectively observe air environment measurement equipment, and thus, it is very
pollution information without restriction of place or space. The expensive to build a new atmospheric environment
proposed system consists of an atmospheric environment measurement station. Therefore, there is a desperate need for
measuring device and an atmospheric environment analyzer, in
an atmospheric environment monitoring system that can
which the system has been developed to be able to collect and
effectively provide atmospheric environmental observation
analyze atmospheric environment measurement results in a
server through an LTE communication network. The results to public facilities such as kindergartens and schools, or
atmospheric environment information obtained from the homes and commercial facilities in the area where the NAMIS'
development system was compared with the observation results atmospheric environment measurement station is not operated.
provided by the National Ambient air quality Monitoring In this paper, we propose an IoT-based atmospheric
Information System (NAMIS). monitoring system using LTE mobile communication network
(Long Term Evolution) in order to solve the problems such as
Keywords—c IoT/M2M, LTE, TCP/IP, NAMIS, Atmospheric
cost and the restrictions in the installation place and space of
environment monitoring, Fine dust(PM 10, PM2.5), Ozone, SO2, NO2.
existing atmospheric environment measuring equipment. The
proposed system has been developed as a prototype that
I. INTRODUCTION measures various air environment information including fine
Recently, with the increasing interest in the Internet of dusts and ozone in the atmospheric environment measuring
Things (IoT), the interest in cellular IoT is growing such that device and transmits the packet including the measured
the LTE-Advanced Release-13 standard of 3GPP (the 3rd information as well as the location and operation status of the
Generation Partnership Project) introduced a Narrowband IoT measuring device to the LTE network and analyzes them on
technology to provide services over wide [1, 2]. the server.
Meanwhile, as the damage from air pollution due to fine
dust and ozone increases continuously, interest in the II. SYSTEM DESIGN AND IMPLEMENTATION
atmospheric environment is increasing rapidly around the The following requirements are considered for the
world. According to the recent study [3], fine dust is mainly proposed IoT-based atmospheric monitoring system. 1) It is
caused by combustion of fossil fuel, and it is known to act as a necessary to be able to access the mobile communication
main factor causing or exacerbating various lung diseases in network that provides wide coverage in order to measure the
the human body [3]. Ozone is caused by the photochemical atmospheric environment information without restriction on
reaction of NO2 and volatile organic compounds (VOCs) the place or location and to transmit it to the server. 2) In
emitted from automobile exhaust gas and the like due to strong addition, it is capable of measuring various types of air
sunlight, which causes respiratory system diseases [4]. environment information including fine dusts, and also
provides a visualized result form so that users can conveniently
Hence, there is a growing need for an atmospheric
use the results through web or smart phone application. The
environment monitoring system capable of effectively
proposed system consists of atmospheric environment
measuring and analyzing contaminants in the air as the hazard
measurement device, atmospheric environment analyzer, and
of air pollution becomes serious. For this purpose, a
user application as shown in Fig. 1.
government-led air monitoring system in most countries is
installed to provide information on air pollution to users by

Identify applicable funding agency here. If none, delete this text box.

XXX-X-XXXX-XXXX-X/XX/$XX.00 ©20XX IEEE


978-1-5090-4032-2/17/$31.00 ©2017 IEEE 861 ICTC 2017
smartphone application, and web, and provides the user with
the observation results of atmospheric environment.

III. FIELD TRIALS ADD DISCUSSIONS


Two atmospheric environment measurement devices of the
development system are respectively installed both in the
Haman industrial complex areas, Gyeongnam Province, and on
the rooftop of the Building 51 in Changwon National
University located in the green area of Changwon city.
Especially, 8 types of air environment information such as fine
dust (PM10), ultrafine dust (PM2.5) and ozone (O3) are observed
by the development system in 30 minute period (basic mode),
as shown in Table I, and the concentrations of fine dust and
ozone are compared with those of the NAMIS. Here, the
Fig. 1. Detailed configuration of the proposed system.
observation results of the NAMIS are those of the Hoewon
measuring station near the Haman industrial complex and the
Yongji measuring station near the Changwon National
University.

Fig. 2. TCP packet structure for measurement results

The atmospheric environment measurement device makes


the environment measurement results with the TCP
(Transmission Packet Protocol) packet as shown in Fig. 2, and
transmits it to the atmospheric environment analyzer through
the LTE network. The atmospheric environment analyzer
receives the 'atmospheric environment measurement result' in
the TCP packet and performs error verification for the
measurement results. We have developed a prototype of IoT Fig. 3. Comparison ofGine-dust concentration observed by the development
based atmospheric environment monitoring system composed system during 1 week (5/22/17~ 5/28/17).
of atmospheric environment measuring device, atmospheric
environment analyzer, and user application. The sensors used
to measure the atmospheric composition in the atmospheric
environment measurement device are shown in [Table 1].

TABLE I.  SPECIFICATIONS OF SENSORS

Sensor Models Measurement Components


DHT-11 • Temperature/Humidity Sensor
MQ-7 • CO Sensor
MQ-131 • O3 Sensor
GSBT11 • VOCs Sensor
Fig. 4. Comparison of ozone concentration observed by the development
GSNT11 • NO2 Sensor system during 1 week (5/22/17~ 5/28/17).
2SH12 • SO2 Sensor
PM2007 • PM10/PM2.5 Sensor
NEO-6M-GPS • GPS Receiver

The atmospheric environment analyzer is implemented in


the atmospheric environment analysis server based on the C #
Winform, the DBMS (database management system, MS-SQL)
and web server (Apache HTTP Server) in the Windows10.
Especially, the environment analysis server has been developed
to be convenient for users through the graphical interface of the
C # Winform. The user application is implemented in the C #
WPF (Windows Presentation Foundation) based PC program, Fig. 5. Figure 6. Comparison of fine-dust concentration observed by the
development system on 5/23/17.

862
Figs. 3 and 4 show the comparison in the daily average Changwon National University. On the other hand, the average
concentration of fine dust and ozone observed for one week daily ozone concentration is the highest observed in the
(5/22/17~5/28/17) through the measurement device (Device_1) NAMIS’ Yongji station, and followed by the NAMIS’ Hoewon
installed in the Haman industrial complex and the station, the measuring site in the Changwon National
measurement device (Device_2) installed in the Changwon University, and the Haman industrial complex’s measuring site.
National University, respectively. The concentration of fine It can be seen that the higher the amount of traffic near the
dust in the Haman industrial complex is higher than that measuring station, the higher the ozone concentration is
measured at the Changwon National University, and the ozone observed
concentration of the Changwon National University is higher
than that of the Haman industrial complex. Fig. 5 shows the IV. CONCLUSION
concentration of fine dust in the time period (9:00 am to 8:00
pm) on May 23, which has the highest average fine dust In this paper, we have proposed an IoT-based atmospheric
concentration within one week observed from the Haman environment monitoring system, which is developed by a
industrial complex (Fig. 5). The concentration of fine dust in prototype with a small size, low cost and eco-friendly air
the morning time is the highest at the factory, and after 5 pm, environment measurement device connected by the LTE
the concentration of fine dust decreases greatly. network, and the atmospheric environment analyzer. The
development system has no restriction on installation location
or installation space.
The observation results at two measuring sites of the
development system installed both in the Changwon National
University and the Haman industrial complex area, are
compared with the results observed by the nearby two NAMIS’
measuring stations of the Yongji station and Hoewon station.
The development system observes the atmospheric
environment elements similarly, even though it is difficult to
directly compare the observation results of the two systems due
to the different locations in the measurement sites of the two
systems. The development system can easily change measuring
sensors, and compatible with various communication systems
Fig. 6. Comparison of ozone concentration observed by the development such as the WIFI and the Ethernet as well as the LTE
system on 5/22/17.
communication network for the transmission of the
Fig. 6 shows the ozone concentration of the time zone (9:00 measurement results. It is expected that the development
am to 8:00 pm) on May 22, the average ozone concentration system will be effectively utilized in atmospheric environment
for 1 week observed at the Changwon National University (Fig. based services by installing the developed measurement
6). In the afternoon (12:00 am to 5:00 pm) when the solar devices at public facilities such as schools and homes, in
radiation is high, the concentration is the highest, and it can be addition to the areas where the NAMIS' measuring stations are
observed that the average standard value (0.06 ppm) for 1 hour not built.
is over 30%.
ACKNOWLEDGMENT
TABLE II.  DAILY AVERAGE RESULTS MEASURED BY THE NAMIS The authors of this paper were partly supported by the
(5/22/17~5/28/17) Brain Korea21Plus Projects.
Measurement Yongji Station Hoewon Station
Components REFERENCES
PM10 O3 PM10 O3 [1] Y-P.Eric Wang, X. Lin, A.Adhikary, et al., "A primer on 3GPP
(ug/຿) (ppm) (ug/຿) (ppm) narrowband Internet of Things”, IEEE Communications Magazine, vol.
Dates 55, no. 3 pp. 117-23. March 2017.
5/22 55 0.05 52 0.042 [2] T.J. Park, et al., “LPWA IoT network technology trends.” Electronics
5/23 56 0.036 53 0.037 and Telecommunications Trends, ETRI, Vol.32, No.1, 46–53. 2017
5/24 58 0.041 51 0.037 [3] Ji Su Oh, Sang Hyun Park, Myoung Kwan Kwak, Chang Hae Pyo, et al.,
5/25 54 0.055 45 0.051 “Ambient Particulate Matter and Emergency Department Visit for
5/26 41 0.056 38 0.05 Chronic Obstructive Pulmonary Disease” Journal of the Korean Society
5/27 45 0.056 47 0.05 of Emergency Medicine, vol.28, No.1, pp.32-39. Feb.2017
5/28 44 0.062 41 0.04 [4] M. Amann, "Health risks of ozone from long-range transboundary air
Table II shows the average daily measurement data pollution", Copenhagen, WHO Regional Office Europe, 2008.
observed from the NAMIS' Yongji station and Hoewon station [5] C.L. Muller, L. Chapman, S. Johnston, C. Kidd, S. Illingworth, G.
for 1 week. From the results of Fig. 6 and Table II, the average Foody, A. Overeem and R.R. Leigh. “Crowdsourcing for climate and
atmospheric sciences: current status and future potential.”
daily fine dust concentration is the highest in the Haman INTERNATIONAL JOURNAL OF CLIMATOLOGY Int. J. Climatol,
industrial complex measuring site of the development system, Vol. 35, 3185–3203. 2015.
and followed by the NAMIS’ Yongji station and Hoewon [6] Air Korea Homepage, http://www.airkorea.or.kr/airinfo, last accessed
station, and is the lowest observed by the measuring site in the 2017/05/29.

863

You might also like