Design and Implementation of A Distributed IOT System in Aquaculture
Design and Implementation of A Distributed IOT System in Aquaculture
Abstract—In this work we present the prototype and proof countries and companies of software showed great interest [2].
of concept of a distributed monitoring system of the most
important variables in aquaculture water quality. This is of great Thanks to the development and improvement of electronics,
importance because aquaculture is a lagging area of technology
compared to other areas such as agriculture. So it is important microelectronics, digital systems, microcontrollers,
to solve the problems that are in this area with the support of telecommunications and information technologies, it can
technology. Among the problems is the slow response time in be seen the fast development of information systems and
the care of water quality, the waste of resources and losses. The mobile applications for the control and supervision [3]. In this
system proposed in this work monitors the water quality based era of mobile technology and the interconnectivity of devices,
on wireless sensor networks and on the Internet of Things (IoT).
This information is important for the development of this area, the concept of the Internet of Things (IoT) is born, which
since it allows sharing the different conditions in the breeding of consists of having interconnectivity and communication with
aquatic organisms between different breeders and organizations. objects. This provides a smart service, this by the combination
This information is useful to know the conditions in which there of Internet and a network of sensors. In simple terms, it is an
is a better development of a product, worse development, what interdisciplinary piece of research that gets not only people
conditions can mean a possible disaster in the environment and
how to optimize resources for the care of the pond. but also connected objects [4].
Keywords—Internet of Things, Wireless Sensor Networks, Aquaculture pond monitoring procedures are currently
Aquaculture, Mobile & Cloud Computing, Global Wireless inefficient; according to the experience of breeders this
Services, Business & Applications. consumes a lot of time and costs in terms of human
resources. The measurement of conditions is usually only
I. I NTRODUCTION done when the aquaculture has discovered an abnormal
condition in the water or there is a drastic change in
Aquaculture consists of the set of activities, knowledge and environmental factors. When the phenomenon occurs, the
techniques for the breeding of aquatic plants and some species process to stabilize the system is usually very expensive
of animals. This activity has a great importance in economic and very complex. This causes environmental factors to be
development and food production. Continuous monitoring monitored inefficiently [5]. Among the main problems in
of the physical, chemical and biological parameters of pond aquaculture are the presence of diseases, uncertainty in water
water helps not only to predict and control the negative quality, high costs of operation and waste.
conditions of aquaculture, but also to avoid environmental
damage and the collapse of the production process. The The aim of this work is design and implements a distributed
monitoring of physical and chemical variables such as: system for aquaculture water quality care through remote
oxygen, temperature and pH in water are vital to maintain monitoring of dissolved oxygen, pH and temperature. This
adequate conditions and avoid undesirable situations that may work will contribute remote monitoring distributed system
lead to the collapse of aquaculture systems [1]. through what is known as the Internet of Things to monitoring
water quality in ponds. The system is modular, portable, low
Among the technologies that can support this problem cost, versatile and allows sharing information through the
in aquaculture are the wireless sensors networks composed cloud that can be used for the development and improvement
of a large number of self-organized sensors deployed in of aquaculture activities.
a monitoring region that perceive, collect, transmit and
process information from supervised objects from the area The application of this technology in aquaculture will
covered in a coordinated manner. These networks have provide the following benefits [6]:
a very important commercial value, with the continuous 1. Production close to market demand.
development of wireless sensors networks, more and more 2. Improved environmental control.
The system that was implemented in a research project Development of Embedded Wireless Network and Water
in 2014 entitled Remote fish aquaculture monitoring system Quality Measurement Systems for Aquaculture [15] this work
based on wireless transmission technology [11] contributes presents the development and implementation of a system for
with an autonomous remote monitoring system in real the monitoring of water quality in ponds, which consists of
time for aquaculture. This system consists of a surveillance floats that have a system for sensing and transmitting values
network combined with mobile devices and a remote platform of pH, temperature, dissolved oxygen and conductivity. This
to collect real-time information on aquaculture farms. The information is uploaded to the Internet and is displayed in a
system architecture is based on a wireless sensor network with desktop application in Labview. However, it does not mention
the ZigBee protocol which communicates with a coordinator the use of a database for the storage of information or a
and this information to a server. This server uploads the mobile application.
information to the internet and in this way is requested from
the mobile devices. The system records the values of the Compared with some of the mentioned works, this
measured variables with time and date. This system presents work has the integrated and mobile detection node which
different measurement and monitoring systems to optimize allows the system to be changed to different ponds. They
resources and reduce costs. In future works it is proposed to have different mobile and desktop applications since the
use other technologies to improve the system. software of this system displays information, stores it in
a database and uploads it to the cloud. In addition to the
The paper Application Effect of Aquaculture IOT System development of this prototype, it is designed to integrate
[12] addresses a Monitoring System for water quality as artificial intelligence to control the water quality of ponds
the IoT systems. An experiment is carried out on farms and to analyze the data. This work in contrast to others,
where IoT systems are used and the costs and resources in takes the information to carry out a more specific analysis
which they do not use are compared. As results the costs of the cases that occur in the aquaculture due to the use of
between farms where systems are used is reduced between Internet of the Things. These include optimum development
19.34%, 6.03%, 3.98%. In conclusion IoT-based systems in of aquatic organisms, optimization of resources and exchange
aquaculture provide economic benefits in this area. of information with other organizations. All this is of
great importance for aquaculturists and organizations, as
A research titled Wireless Sensor Network System this provides optimization of resources, efficient processes,
Design using Raspberry Pi and Arduino for Environmental reduction in costs of production and products of better quality.
Monitoring Applications [13] shows how wireless sensor
networks are an important technology to innovate in different
applications. Mainly this research focuses on a monitoring III. M ETHOD
system based on Raspberry Pi and Arduino for monitoring
environments. The architecture consists of sensing nodes This section consists of three subsections which are the
through a WSN using the ZigBee protocol. These nodes are architecture of the system where the technologies required
coordinated in a base station which sends the information by for the development of the system are presented, the
an application to a database and to a web server. Subsequently hardware design showing the devices that were used for the
the information is uploaded to the internet through a router implementation and finally the software design which consists
where it can be deployed in devices such as cell phones of a description of the functionality.
and computers. An improvement to this work would be add
A. System architecture technologies are shown in figure 2.
This system uses different technologies, among these
Arduino module, Sensors, database, Web Services, mobile
application and Desktop application. Figure 1 shows the data
flow and the three general blocks of the system: Sensors,
Connectivity and Deployment.
Connectivity: Sensing information is transmitted via The Arduino module coordinates the time in which the
the Zigbee protocol. Zigbee protocol uses IEEE802.15.4 information of each sensor is taken and how it is transmitted
specification as the medium access layer (MAC) and Physical to the Xbee module. This coordination consists of control
Layer (PHY). Zigbee works in 2.4 GHz frequency band. The signals for a multiplexer. This multiplexer has as input the
data transfer rate for ZigBee standard is 10-250kbps and data as UART for each of the different sensors and as output
the transmission distance 300 feet to 1 mile. The maximum the Xbee module. This information is transmitted by the Xbee
length of data packets for IEEE802.15.4 MAC is 127 bytes. module transmiter of the measurement node to another Xbee
module receiver that is connected in a computer, through the
The Arduino module is used as the communication serial port Communicates with the data reading application.
coordinator. The sensing node sends the information through The application stores the information in a database and
a Xbee transmitter module to the computer where it is received uploads the information to the cloud through a web service.
by the receiver Xbee module, through serial communication The mobile application asks the web service for the data to
this data is read by an application developed in C sharp. be displayed.
R EFERENCES
[1] Ferreira, N. C., Bonetti, C., & Seiffert, W. Q. (2011). Hydrological and
water quality indices as management tools in marine shrimp culture.
Aquaculture, 318(3), 425-433.
Fig. 7. Mobile application. [2] Chuanzhen, S. (2015, June). Applications of Wireless Sensor Network
in the Field of Production and Distribution. In 2015 8th International
Conference on Intelligent Computation Technology and Automation
This application uses the update button to request the (ICICTA) (pp. 225-227). IEEE.
[3] Akhmetov, B., & Aitimov, M. (2015). Data Collection and Analysis
information that is available in the web service. Using the Mobile Application for Environmental Monitoring. Procedia
Computer Science, 56, 532-537.
[4] Sung, W. T., Chen, J. H., Huang, D. C., & Ju, Y. H. (2014, October).
Multisensors realtime data fusion optimization for IOT systems. In 2014
IEEE International Conference on Systems, Man, and Cybernetics (SMC)
(pp. 2299-2304). IEEE.
[5] Duy, N. T. K., Tu, N. D., Son, T. H., & Khanh, L. H. D. (2015, March).
Automated monitoring and control system for shrimp farms based on
embedded system and wireless sensor network. In Electrical, Computer
and Communication Technologies (ICECCT), 2015 IEEE International
Conference on (pp. 1-5). IEEE.
[6] Lee, P. G. (1995). A review of automated control systems for aquaculture
and design criteria for their implementation. Aquacultural Engineering,
14(3), 205-227.
[7] Hu, S. (2015, July). Dynamic monitoring based on wireless sensor
networks of IoT. In Logistics, Informatics and Service Sciences (LISS),
2015 International Conference on (pp. 1-4). IEEE.
[8] Duy, N. T. K., Tu, N. D., Son, T. H., & Khanh, L. H. D. (2015, March).
Automated monitoring and control system for shrimp farms based on
embedded system and wireless sensor network. In Electrical, Computer
and Communication Technologies (ICECCT), 2015 IEEE International
Conference on (pp. 1-5). IEEE.
[9] Zhao, J. (2014). Research on Wireless Sensor Network in Aquaculture.
In Applied Mechanics and Materials (Vol. 686, pp. 397-401). Trans Tech
Publications.
[10] Espinosa-Curiel, I., & Rodr, J. (2016, February). A mobile platform
for remote monitoring of water quality on live fish transport containers:
Lessons learned. In 2016 International Conference on Electronics, Com-
munications and Computers (CONIELECOMP) (pp. 40-47). IEEE.
[11] Sung, W. T., Chen, J. H., & Wang, H. C. (2014, April). Remote fish aqua-
culture monitoring system based on wireless transmission technology.
In Information Science, Electronics and Electrical Engineering (ISEEE),
2014 International Conference on (Vol. 1, pp. 540-544). IEEE.
[12] Zhang, Y., Hua, J., & Wang, Y. B. (2013). Application Effect of
Aquaculture IOT System. In Applied Mechanics and Materials (Vol. 303,
pp. 1395-1401). Trans Tech Publications.
[13] Ferdoush, S., & Li, X. (2014). Wireless sensor network system design
using Raspberry Pi and Arduino for environmental monitoring applica-
tions. Procedia Computer Science, 34, 103-110.
[14] Simbeye, D. S., Zhao, J., & Yang, S. (2014). Design and deployment of
wireless sensor networks for aquaculture monitoring and control based
on virtual instruments. Computers and Electronics in Agriculture, 102,
31-42.
[15] S. K. Vaddadi, Development of Embedded Wireless Network and Water
Quality Measurement Systems for Aquaculture, Sixth Int. Conf. Sens.
Technol. Dev., pp. 637641, 2012.