application projects related to sensor networks and
mobile applications. Some of the topics that this
framework allows to study are the four core
technologies normally embodied in currently IoT
systems: embedded computing, sensors, networking,
and cloud computing (Dickerson, 2017). The
teaching of these technologies are mainly aimed to
students of the following bachelor programs:
Electronic Engineering, Computer Systems
Engineering, Information Security and Network
Engineering, and Engineering in Service Companies.
Our system was developed based on the
monitoring of environmental conditions of the
university campus, taking into account the main
technical subjects required in learning and working
with Internet of Things projects. On the one hand, a
wireless network has been developed that monitors
the temperature and humidity of the soil in different
points of the campus gardens. This goal took into
account the university needs related to maintaining in
good health the gardens and trees of the campus. The
collected information is placed in the hands of the
university authorities for analysis and undertake of
appropriate action. On the other hand, independent
wireless nodes have been added that communicate
directly with the system, bypassing the wireless
network, to provide information on specific aspects
or to allow the use of a different technology.
The architecture of the implemented system and the
description of the elements related to the management
of collected data, its storage and availability on the
Internet was presented in (Perez et al., 2015). This
paper focuses on the development and
experimentation of the wireless sensor network and
its communication with the system.
Section 2 describes the architecture of the system
as a whole. Section 3 presents the network
development and section 4 describes some tests and
results. Finally, the conclusions include some ideas
about future work.
2 SYSTEM’S ARCHITECTURE
The Living Lab System for the Development of
Solutions for IoT and Smart Cities is a system
operating in a university campus, aimed to measure
mainly environmental variables of the campus. The
system is composed of 3 main elements, Figure 1: the
wireless sensor network, the acquisition and storage
internet service and the information retrieval service.
The wireless sensor network is in charge of
collecting the data through several sensor
nodes around the campus. The first series of
installed nodes has the capability of
measuring soil’s temperature and moisture.
This information is sent from each node to the
network coordinator who, acting as a
gateway, send the data to the system server in
internet.
The acquisition and storage of data on the
web, is an internet service being in charge of
the system server. It keeps track of each node,
stores the collected information in a database,
and it also manages everything related to the
network, like adding and deleting nodes,
sensor variables to be measured, and
assigning a location to each node.
The retrieval of information is the server’s
section providing real time data collected by
the nodes. It also allows generating data
reports. The data can be consulted and
displayed through a web page or through a
mobile application via internet.
Figure 1: Elements of the system.
The information system design also allows having
independent nodes sending its data directly to the
server, without belonging to the wireless network,
allowing testing special sensor nodes configurations
or new sensor technologies.
The university campus, where the system is
installed, has a surface of over 41 hectares of which
22 are green areas: gardens and trees. It is a polygon
with approximately 530 meters wide and 715 meters
long. It exists at the campus over 3,000 trees of about
280 species. In the first stage of development of our
system, the wireless network was installed in a
delimited area, allowing easily ensuring and
monitoring its operation. The system is then a
laboratory the size of the campus, with a network of
sensors and an information system in operation. The
system allows to easily experiencing topics related to
the internet of things in an integrated manner:
embedded systems, sensors, powering and energy
consumption in sensors, use of communication
systems for sensors, web services, front-end, back-
end, and cloud computing. The services related to the
information systems have already been described in
(Perez et al., 2015), while in this paper we will focus
in describing the wireless sensor network, its
operation, experiments and results.