You are on page 1of 4

2017 4th NAFOSTED Conference on Information and Computer Science

Intelligent Environment Management System


for Controlled Horticulture

Meonghun Lee Haengkon Kim Hyun Yoe*


Dept. of Agricultural Engineering, School of Information Technology Dept. of Information and Communication Eng.,
National Institute of Agricultural Sciences Catholic University of Daegu Sunchon National University
Korea, Republic of Korea, Republic of Korea, Republic of
leemh5544@gmail.com hangkon@cu.ac.kr yhyun@sunchon.ac.kr

Abstract— IoT / Cloud / Big data / Mobile (ICBM) is a new onment Management System for Controlled Horticulture)
technology paradigm that merges IoT, cloud, big data, and system proposed in this paper is shown in Fig. 1. The
mobile technologies. In this study, we designed and implemented controlled horticulture environment monitoring system is
a smart farm environment management system that can collect largely divided by function, into an environmental information
and monitor information on crop growth utilizing ICBM collection unit, a facility control unit, and the IEMS-CH
technology. The wireless system proposed in this paper not only platform.
collects environmental data from the inside of a vast controlled
horticulture and controls the controlled horticulture facilities but
also enhances energy efficiency through effective management of
IoT sensor network topology. The system enhances convenience
by remotely monitoring and controlling smart farm
environmental information while establishing a database that
enables big data analysis in the cloud to optimize the
environment for crop growing. In this paper, we designed and
implemented the dual stack gateway architecture for efficient
topology management that sensor node supports COAP protocol.

Keywords— Agricultural system; IoT; Dual stack gateway

I. INTRODUCTION
ICT will enable the systematic management and analysis of
Fig. 1. IEMS-CH: Intelligent Environment Management System for
both agricultural cultivation and farming data in order to Controlled Horticulture
enhance quality and productivity and will raise the marketable
quality of agricultural products by establishing a database for
production and retail information that includes information on A. Environmental Information Collection Unit
the product origin, seeding period, use of agricultural pesticides, With the purpose of collecting environmental information
and shipping date. Moreover, laying out an exchange system inside the controlled horticulture, the environmental
for sharing information on optimal production conditions for information collection unit measures the indoor environmental
agricultural production (e.g., temperature, humidity, and conditions (temperature, humidity, illumination) through
illumination), details (e.g., seeding period and shipping date), sensors embedded in the system and saves the values to the DB
and agricultural market conditions can contribute greatly to the (Database), working together with a facility control system
enhancement of rural income. inside the controlled horticulture [4, 5]. The environmental
Applying such ICT to a farm is referred to as “Smart information collection unit consists of a sensor node to which
Farm,” which is established through a platform that unifies IoT, all sensors are connected and a gateway that delivers the data
cloud, big data and mobile (ICBM) technologies [1-3]. The sent from the sensor node through wired or wireless
integration of these four technologies in diverse industrial areas connections to the DB or management server. The sensor node
to form smart technologies has given birth to a new platform and gateway are designed with the same circuit, and the sensor
called the ICBM platform. An investigation of these node is structured to equip the sensor interface through an
technologies can provide an outlook on smart agriculture. external sensor connector. Control of all functions of the sensor
node and collection of environmental information can be done
through an MCU (Micro Controller Unit) control unit, and
II. SYSTEM IMPLEMENTATION information on operational status can be shown through the
The configuration of the IEMS-CH (Intelligent Envir- sensor node LED (Light Emitting Diode) so that users can
easily recognize the status [6, 7].
* Corresponding author

978-1-5386-3210-9/17/$31.00
Authorized licensed use limited to: NATIONAL INSTITUTE©2017 IEEE
OF TECHNOLOGY 116Downloaded on November 27,2020 at 14:44:41 UTC from IEEE Xplore. Restrictions apply.
KURUKSHETRA.
2017 4th NAFOSTED Conference on Information and Computer Science

TABLE I. SPECIFICATION OF CONTROLLED HORTICULTURE FACILITY


CONTROL SERVICE

Category Details
Viewing of all sensor information
Information on internal & external growth
Growth environment
environment Monitoring of remote controlled horticulture
monitoring status
Verification of sensor status information
Sensor node data
Growth Ventilation control
environment Curtain control
control Fan control
Sensor management
Wireless system
management Sensor network management
Fig. 2. IoT sensor node structure for collecting environmental information

B. Facility Control Unit C. IEMS-CH Flatform


The facility control unit is responsible for controlling the All of the information that the system monitors in real-time
different types of facilities to maintain the optimal conditions is saved immediately on the DB, and the IEMS-CH platform is
for crops using the environmental information collected from designed so that users can monitor the data through wired or
various IoT sensors inside the controlled horticulture. The data wireless networks with no restrictions on time and place.
accumulated by the environmental information collection unit
are used to design the best control system for the controlled The monitoring and management unit provides users with
horticulture facilities. The facility control unit is designed to be information on growth and the controlled horticulture
applicable to control methods that use electric signals as well environment, information from outside weather monitoring,
as remote control methods using communication interfaces and information on facility control and management including
including the Internet. When sensor data are received that are heating and water supply, and the users then can manage and
beyond the preset range for the controlled horticulture facilities control the entire system on the basis of such information. By
control environment, real-time facility control can be automatically providing users with information on facility
accomplished by retrieval of the facility operation control control in GUI format at the display through connections with
status. By its use of advanced wireless sensor network both the monitoring and the management systems of the
technology, the unit is designed not only to enable more controlled horticulture, the platform provides services that
accurate control by analysis of the various sensing values but enable real-time monitoring and management even at a remote
also to maintain efficient control of the facilities. distance [8]

Fig. 3. The facility control unit

The facility control unit can perform monitoring of the


environment and control for a growth environment, as shown Fig. 4. IEMS-CH Flatform
in Table 1.

978-1-5386-3210-9/17/$31.00
Authorized licensed use limited to: NATIONAL INSTITUTE©2017 IEEE
OF TECHNOLOGY 117Downloaded on November 27,2020 at 14:44:41 UTC from IEEE Xplore. Restrictions apply.
KURUKSHETRA.
2017 4th NAFOSTED Conference on Information and Computer Science

III. PROTOCOL DESIGN periodic request handler receives the information from the IoT
nodes, which is saved in the cache after classification. The
A. Dual Stack Gateway gateway returns the data saved in the cache upon the request of
Because of the difference in network protocols between the the monitoring system or delivers information on the
IEMS-CH system and the wireless sensor network connected to modification or addition of sensor nodes to the IEMS-CH
the external Internet, a dual-stack gateway is required to system through the cache management handler.
process the data according to the two different types of network This structure enables configuration of the sensor network
conditions. The gateway generally receives the requested topology by collecting the information through periodic
information from the monitoring system connected to the requests and by structuring the data received. At the same time,
external Internet and then requests the resource information for the collection of sensor information upon such periodic
the IoT nodes or the topology information for the connections requests can result in the overload of wireless resources by
between nodes through the connected 6LBR (6LoWPAN activating the system regardless of the IoT node topology
Border Router) [9, 10]. modification, thus being inefficient in terms of battery
In order to provide the topology information of the various consumption. For efficient use of the limited energy resources
IoT nodes that is optimized to the controlled horticulture of IoT nodes, the network must be designed to use
environment, we propose a bottom-up data transmission asynchronous delivery for messages with information on
method, in which the node itself sends data to the uppermost connections between IoT nodes.
parent category, instead of the conventional top-down search
method for obtaining the tree configuration information of IoT C. Protocol Design
nodes. The topology information for the wireless sensor In an IoT node that uses the CoAP protocol, the message
network can be provided by visualized data routes between the delivered to the uppermost parent node contains the address of
nodes, and a more efficient method of managing node both the parent node and the connected child node. A callback
disconnections is provided by a comparison of the topology function is provided to notify the upper layer of events
information of the sensor network after a node’s physical error including the addition and deletion of nodes, and the Node-List
or link error with the previous status. This not only enhances is maintained.
energy efficiency but also helps overcome the disconnection of
control signals. The called function sends the address information of the
parent node, itself, and the child node to 6LBR, the uppermost
To this end, it must be designed with a structure that node, by referencing the Node-List. 6LBR sends the requested
enables it to define the node connection and modification source address and the addresses of the parent and child node
information within the wireless sensor network as a message included in the Payload to the dual-stack gateway of cache.
that fits the CoAP protocol and to deliver it asynchronously to The process of message delivery using the CoAP protocol is
the dual-stack gateway. Such a method enables efficient use of shown in Fig. 6. The message request uses Confirmable, which
wireless resources as the information will only be delivered requires a response. The confirmable message delivery based
when there is a change. Within the dual-stack gateway, sensor on this study requires an ACK response of whether the
network topology information is structured and saved and is information has been delivered normally to the uppermost
then sent to the cache upon the request of the IEMS-CH system. parent node. When no ACK is received, the message re-
sending routine is performed up to a maximum of three times.
B. Network Coupling

Fig. 6. Message transmission method using CoAP protocol

Fig. 5. Dual stack gateway for IEMS-CH

Fig. 5 shows the dual-stack gateway structure that includes


the periodic request handler and cache-saving function for
requesting information on the wireless sensor network. The

978-1-5386-3210-9/17/$31.00
Authorized licensed use limited to: NATIONAL INSTITUTE©2017 IEEE
OF TECHNOLOGY 118Downloaded on November 27,2020 at 14:44:41 UTC from IEEE Xplore. Restrictions apply.
KURUKSHETRA.
2017 4th NAFOSTED Conference on Information and Computer Science

At a smart farm that uses the IEMS-CH system, the most


IV. PERFORMANCE EVALUATION crucial technological factors are the collection of sense data,
connections for interfacing, and prediction using big data
analysis. Through such technology, it is possible for farms to
optimize management through valuable information and
process innovation, to intelligently control the environment
through prediction, and to reduce costs through automation and
efficiency.

ACKNOWLEDGMENT
This research was supported by the MSIT(Ministry of
Science and ICT), Korea, under the ITRC(Information
Technology Research Center) support program(IITP-2017-
2013-0-00877) supervised by the IITP(Institute for Information
& communications Technology Promotion)

REFERENCES
[1] Lee, Meonghun, Jeonghwan Hwang, and Hyun Yoe. "Agricultural
production system based on iot." Computational Science and
Engineering (CSE), 2013 IEEE 16th International Conference on. IEEE,
2013.
[2] Lee, Meonghun, and Hyun Yoe. "Analysis of environmental stress
factors using an artificial growth system and plant fitness optimization."
BioMed research international 2015 (2015).
[3] Jayaraman, Prem Prakash, et al. "Internet of things platform for smart
farming: Experiences and lessons learnt." Sensors 16.11 (2016): 1884.
[4] Lee, Meong-hun, et al. "Design and implementation of wireless sensor
Fig. 7. Performance analysis of proposed topology network for ubiquitous glass houses." Computer and Information
Science, 2008. ICIS 08. Seventh IEEE/ACIS International Conference
For the performance comparison shown in Fig. 7, a search on. IEEE, 2008.
for all nodes was conducted (as in a periodic request) via a [5] Han, Jing, et al. "Survey on NoSQL database." Pervasive computing and
applications (ICPCA), 2011 6th international conference on. IEEE, 2011.
route from the parent to the child node, which is the same
[6] Lee, Meong-hun, and Hyun Yoe. "Comparative analysis and design of
method as in a binary search. Since the same search method is wired and wireless integrated networks for wireless sensor networks."
used at regular intervals, the number of wireless signals and the Software Engineering Research, Management & Applications, 2007.
battery consumption also increase accordingly as a function of SERA 2007. 5th ACIS International Conference on. IEEE, 2007.
time. [7] Gardner, Julian W., Vijay K. Varadan, and Osama O. Awadelkarim.
Microsensors, MEMS, and smart devices. Vol. 1. New York: Wiley,
In contrast, when a node addition event occurs due to a 2001.
search for neighbors after the nodes are initialized, the [8] Zikopoulos, Paul, and Chris Eaton. Understanding big data: Analytics
information is sent to the uppermost parent node, and battery for enterprise class hadoop and streaming data. McGraw-Hill Osborne
consumption also increases dramatically as the number of Media, 2011.
initial nodes increases, but this is an increase of power [9] Shen, Wei, et al. "Smart border routers for ehealthcare wireless sensor
consumption due to a massive use of wireless resources in the networks." Wireless Communications, Networking and Mobile
Computing (WiCOM), 2011 7th International Conference on. IEEE,
beginning, which means that the accumulation of signaling and 2011.
the sum of power consumption are constant over time.
[10] Chang, Hui-Ling, et al. "Gateway-Assisted Retransmission for
Lightweight and Reliable IoT Communications." Sensors 16.10 (2016):
V. CONCLUSIONS 1560.

In this study, we implemented an environmental


information collection system for a controlled horticulture
based on a wireless sensor network that enables various
environmental data to be sent in real time through an
environmental information collection unit, facility control unit,
and IEMS-CH platform. Compared to the conventional node
search method, this system was demonstrated to be more
efficient in terms of battery usage by its lower use of wireless
resources, and it was also confirmed through simulation that
wireless signaling did not increase as a function of time.

978-1-5386-3210-9/17/$31.00
Authorized licensed use limited to: NATIONAL INSTITUTE©2017 IEEE
OF TECHNOLOGY 119Downloaded on November 27,2020 at 14:44:41 UTC from IEEE Xplore. Restrictions apply.
KURUKSHETRA.

You might also like