Next Article in Journal
Multiband Envelope Spectra Extraction for Fault Diagnosis of Rolling Element Bearings
Next Article in Special Issue
Agent-Based Intelligent Interface for Wheelchair Movement Control
Previous Article in Journal
Pido: Predictive Delay Optimization for Intertidal Wireless Sensor Networks
Previous Article in Special Issue
HyRA: A Hybrid Recommendation Algorithm Focused on Smart POI. Ceutí as a Study Scenario
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Smart Waste Collection System with Low Consumption LoRaWAN Nodes and Route Optimization

by
Álvaro Lozano
1,*,
Javier Caridad
1,
Juan Francisco De Paz
1,
Gabriel Villarrubia González
1 and
Javier Bajo
2
1
Faculty of Science, University of Salamanca, Plaza de la Merced s/n, 37002 Salamanca, Spain
2
Department of Artificial Intelligence, Polytechnic University of Madrid, Campus Montegancedo s/n, Boadilla del Monte, 28660 Madrid, Spain
*
Author to whom correspondence should be addressed.
Sensors 2018, 18(5), 1465; https://doi.org/10.3390/s18051465
Submission received: 22 March 2018 / Revised: 24 April 2018 / Accepted: 2 May 2018 / Published: 8 May 2018
(This article belongs to the Special Issue Smart Decision-Making)

Abstract

:
New solutions for managing waste have emerged due to the rise of Smart Cities and the Internet of Things. These solutions can also be applied in rural environments, but they require the deployment of a low cost and low consumption sensor network which can be used by different applications. Wireless technologies such as LoRa and low consumption microcontrollers, such as the SAM L21 family make the implementation and deployment of this kind of sensor network possible. This paper introduces a waste monitoring and management platform used in rural environments. A prototype of a low consumption wireless node is developed to obtain measurements of the weight, filling volume and temperature of a waste container. This monitoring allows the progressive filling data of every town container to be gathered and analysed as well as creating alerts in case of incidence. The platform features a module for optimising waste collection routes. This module dynamically generates routes from data obtained through the deployed nodes to save energy, time and consequently, costs. It also features a mobile application for the collection fleet which guides every driver through the best route—previously calculated for each journey. This paper presents a case study performed in the region of Salamanca to evaluate the efficiency and the viability of the system’s implementation. Data used for this case study come from open data sources, the report of the Castilla y León waste management plan and data from public tender procedures in the region of Salamanca. The results of the case study show a developed node with a great lifetime of operation, a large coverage with small deployment of antennas in the region, and a route optimization system which uses weight and volume measured by the node, and provides savings in cost, time and workforce compared to a static collection route approach.

1. Introduction

Nowadays, more and more cities are implementing new systems based on the Internet of Things (IoT) to obtain new data about the city, offer new services and optimize the energetic efficiency. These cities use a Smart Cities model [1] which aims to achieve more sustainable cities and make cities better places to live in. Applications developed for Smart Cities include applications for citizen security and control of people flow in cities [2], vehicle parking [3], getting information about accessible places [4], managing energy of houses [5] and public lighting [6] together with the use of smart grids, water management, waste management, health services, logistics, and a long list of other domains.
These applications can be used in medium and big cities as well as in rural and suburban areas, where this and other kinds of applications based on the IoT are more commonly found. Other applications related to smart farming [7] and the cattle industry [8] have been developed in this domain.
New smart sensors have emerged to develop this kind of projects, allowing the use of the concept “IoT” and the connection between daily used objects and the digital world. These sensors or nodes are commonly grouped into the well-known Wireless Sensors Networks (WSN) [9]. In the IoT and Ambient Intelligence (AmI) contexts [10], these objects currently equipped with sensors and actuators must naturally interact with the user. In addition, the use of wireless communication technologies makes the deployment of these elements easier in both internal and external spaces. WSN deployed in cities can equally be employed in suburban and rural places, but the economic capacities of these places are not enough to allow their implementation. This is the reason why it is essential to equip rural areas with WSN based on low-cost, little maintenance and energy-efficient technologies—for sensors as well as infrastructure—to perform the investment.
Among the previously-proposed diverse applications for Smart Cities, the use of an intelligent system of waste management is especially useful in rural areas. Intelligent management comprises monitoring of the filling volume, weight and temperature of waste containers, management of the fleet of collecting vehicles, estimations of the best routes to collect waste and management of alerts in case of an incident in a container.
Waste collection in towns is usually delegated to municipality groupings or is directly managed by the regional administration. The routes currently performed in the large majority of the regions are static so that the collection trucks cover predefined routes whether the containers are filled or not. Efficiently managing routes and trucks required for collecting all waste in a region allows savings in fuel, workforce and maintenance of the vehicle fleet. Journeys from one town in a region to another may sometimes be several kilometers long and skipping some towns may mean important savings on fuel and time over a year.
This work presents an intelligent platform to manage waste. It consists of a network of low-cost, low energy consumption and wireless intelligent sensors, a platform with a fleet management system, a system to optimize collection routes, a monitoring web application and a mobile application to guide and track the employees of the enterprise in charge of collecting waste.
This paper is structured as follows: Section 2 presents the state of the art of sensors currently employed in the literature for smart waste collection, analyses the sensor networks that can be used to design these platforms, and describes Vehicle Routing Problems (VRP) related to collection route optimization. Section 3 presents the general architecture of the system and explains its most important components: the developed node, the analysis of the employed sensor network as well as the system and the process of route optimization. Section 4 exposes a case study performed in the region of Salamanca, Spain. This case study evaluates the developed prototype and the deployment of a WSN in that region. It also describes the feasibility of the platform by using open data from municipalities and compares the use of permanent routes and dynamic routes calculated by optimization algorithms to evaluate savings. Finally, Section 5 exposes a discussion about results in node and sensor consumption tests, the selected network coverage and the proposed system of route optimization.

2. State of the Art

The use of WSN in urban and suburban areas includes very different applications as Rashid et al. described in their literature survey work [11]. Among those applications, there are several works related to the efficient management of waste in cities [12,13,14]. Longhi et al. [12] proposed a system based on WSN employing the IEEE 802.15.4 technology in their nodes. This system also measures the filling level of the containers with an ultrasonic sensor, but they only focused on the collection of the data and they did not describe the route optimization problem in depth. Gutierrez et al. [13] presented a similar work. However, they employed WiFi as the access network interface. Catania et al. [15] presented another approach where they included weight sensors, although they only used them for an interaction with the user, not for route optimization. Medvedev et al. [14] presented an optimization approach for waste collection, but they did not measure the weight of the containers or use it in their optimization system.
Apart from these works, several solutions are available in the market, such as the ones provided by companies like Enevo [16], SmartBin [17] and SenseDumpster [18] among others. These companies offer devices that are able to measure the filling level of containers, mainly with ultrasonic sensors. However, as they do not measure weight with their devices, they do not consider it for the route optimization systems. There are other systems, like BigBelly [19], which provides a container with built-in sensors as a product.
The following sections present (1) several approaches used in the literature for obtaining different types of data, such as volume and weight, (2) the WSN that can be employed for these kinds of smart waste systems and (3) a review of the Capacitated Vehicle Routing Problem (CVRP) used in this work in order to optimize the collection routes.

2.1. Volume and Weight Sensors

The main sensors currently applied in smart waste systems can provide information about the waste volume of a container. These transducers may be capacitive [20], ultrasonic [21], infrared, Time of Flight (ToF) [22], or Guided wave radar (GWR). Each one of these transducers has different features that must be considered, such as range, measuring accuracy and amplitude of the working angle (described in Table 1).
The volume level estimations of the waste in a container are based on a measure of distance between the upper side of the container and the surface of the waste. Given the extent of the measurement calculated by sensors (Table 1), one of the best options is the ultrasonic sensor because it provides data from a wider area than that provided by others.
However, when carrying waste, the truck grinds and crushes the content so the waste volume of the container is highly reduced. Once waste is in the truck, the problem lies in the total weight of it, as road safety regulations do not allow trucks with excess weight to travel.
Regarding the weight of measuring containers, load cells have been traditionally used for this purpose [23,24]. The operation of load cells is based on strain gauges which are sensors using the piezoresistive effect (the electrical resistance variation produced by an effort or stress on a material) of their built-in materials. Load cells provide a data accuracy of 0.03% to 0.25%. They are suitable for virtually every industry application.
Sensors intended to measure volume and weight in this context must additionally provide great efficiency and autonomy. Complex nodes meet this requirement through the different sensors and components they include, such as the communication network employed by the device which is essential for the final consumption results of the device.

2.2. Wireless Sensors Networks

Wireless sensors networks have become a crucial element in the process of sensor development for smart waste systems [25,26]. Apart from the different transducers used to measure data, one of the main purpose of sensors is to establish a level of communication that is effective over as great of a distance as possible as well as being energy-efficient to allow the battery lives of the final nodes to be increased. These two features are greatly determined by the communication networks employed in device developments. Previous literature has presented works using traditional communication networks, such as General Packet Radio Service (GPRS) cellular networks [27,28]. These networks are distinguished by their large deployment, which virtually guarantees their availability but presents a clear problem with battery consumption [29]. Also remarkable is the way that current Wireless Personal Area Networks (WPAN) try to adapt themselves to the requirements previously indicated, such as Bluetooth 5, which duplicates the range and reduces the consumption [30]. Previous literature has also included adapted specifications, such as the IEEE 802.11 ah specification, also called Wi-Fi HaLow [31]. These specifications theoretically reach connection ranges of up to 1 km when operating at lower frequencies, like 900 MHz. This technology is available but is not being used nowadays; this could be due to the fact that there are several competing technologies available in the market that better address the needs of large connection ranges [32].
ZigBee [33] is a very mature technology, with a range from 10 up to 100 m, but this technology can reach large distances by passing messages through a mesh network. Version ZigBee IP [34] allows the routing of different nodes through IPv6. However, ZigBee is a technology that is strongly focused on home automation instead of reaching great coverage distances.
Meanwhile, new communication technologies are emerging, and they are specifically designed to establish great distance communications with low bit rates and low energy consumption. These groups of networks are known as LPWAN (Low Powered Wide Area Networks) [35]. All of them are designed to reach great distances and have really low consumption so that nodes using these networks have battery lives of years. The most important technologies in this domain are Sigfox, LoRaWAN, and Narrowband Internet of Thing (NB-IoT) [36].
Sigfox [37] is an Ultra Narrow Band (UNB) communication network [38]. It has a marketing model similar to the one of a traditional enterprise of communication where an operator provides a signal to a big area or country and gets paid for access and transfers. The operator could be the Sigfox company itself (such as in France, Germany and Spain [39]) or other companies belonging to the Sigfox Partner Network [39] (such as IoTNet [40] in Croatia or VT-IoT [41] in Ireland).
Regarding LoRa [42,43], on one hand, it is a proprietary technology based on chirp spread spectrum (CSS) radio modulation. Semtech acquired this technology in 2012, and it currently produces transceivers which use LoRa. On the other hand, LoRaWAN [44] is a media access control layer protocol, employed for managing communication between LPWAN gateways and node devices. It defines system architecture and it is maintained by the LoRa Alliance [45]. LoRaWAN uses the physical layer protocol defined by LoRa.
The LoRaWAN specification is open and in contrast to Sigfox, a LoRaWAN network can be deployed free of charge for license or data transfer. Multiple platforms based on the LoRaWAN specification are available in the market, like Actility [46], Loriot [47], LoraServer.io [47] and Senet [48], among others.
NB-IoT [49] is an LPWAN new technology for the Internet of Things developed by the 3rd Generation Partnership Project (3GPP) [50]. NB-IoT technology employs a licensed network spectrum currently used by different Internet Service Providers (ISPs). The network can be deployed in two different ways: “in-band” or “standalone” deployment. The “in-band” deployment takes place in the spectrum allocated to Long Term Evolution (LTE), using resource blocks within the LTE carrier (even their guard-bands). The other deployment, the “standalone”, implies the use of a dedicated spectrum. NB-IoT uses the Orthogonal Frequency-Division Multiple Access (OFDMA) modulation for the downstream channel and Single Carrier Frequency Division Multiple Access (SC-FDMA) for the upstream channel. Its main advantage, in terms of communication, over other LWPANs is that it is well suited for applications that need to have minimal latency and are required to communicate more frequently [35]. It is currently being deployed throughout Europe [51], but its availability is being reduced to urban areas where various functional tests are being carried out. These provide the network, and the connection is set through classic subscription services.
Besides the technologies previously indicated, there are more technologies that are starting to become available in Europe [52], such as Random Phase Multiple Access (RPMA) by Ingenu [53,54] and Weightless of Weightless SIG [55].

2.3. CVRP

Regarding the selection of the waste collection route in a smart waste system, the search for an ideal waste collection route(s) is considered an optimization problem which requires the reduction of collection costs. These costs are related to the covered distance of each truck and the required number of trucks. This kind of problem is known in the literature as a Vehicle Routing Problem (VRP) [56,57]. This name is used for a whole type of problems aimed at finding a number of routes for a group of vehicles placed in a depot. They must meet the demands of a specific number of customers who are geographically spread. The purpose of a VRP is to specify the distribution/collection routes for these customers (each one has a specific demand) while reducing the cost of the vehicles’ routes, which start and end at the same depot. The original VRP is also known as the Capacited Vehicle Routing Problem and includes constraints, for example, every vehicle in one fleet has a permanent and uniform load and there is one depot.
The original problem has several variants [57,58] which add constraints regarding real life problems, such as collections and deliveries (VRP with Pickups and Delivery [59]), time windows (VRP with Time Windows [60]), heterogeneous fleets (Heterogeneous Fleet VRP or Mixed Fleet VRP [61]) and more.
Figure 1 shows the approach of a classic CVRP with a homogeneous fleet. This is formally defined with the following description: given G ( V , A ) , an undirected graph where V indicates a set of n + 1 vertices. A is a set of arcs, defined as A = { ( v i , v j ) :   v i , v j   V ,   i j   } . V is a set ( V = { 0 , 1 , 2 , , n } ) that defines the number of customers (in this case, containers). Each ( v i , v j ) of set A has an associated cost (not negative) ( C i j ). Each customer of the set { 1 , , n } has a demand (in this case, the quantity of waste) ( q i ) that must be collected and transported to the depot ( q 0 ). The demand of the depot is always 0, so q 0 = 0 . A set ( m ) of vehicles with the same capacity ( Q ) (if the fleet has different capacities, the problem would be another kind of VRP problem) must be employed to collect waste of n customers (containers). The m vehicles must start and end their routes in the depot. A route is defined as a lower cost cycle of the graph ( G ) that passes through the depot and the total demand of the set of vertices must not exceed the total capacity of the vehicle. The purpose of the problem is to reduce the distance, time or cost of the m vehicles while meeting the following requirements: (1) the depot is the start and end point of every route; (2) every customer is visited only once by just one vehicle; and (3) the total demand of each route does not exceed the capacity ( Q ).
The classic CVRP is stated as follows:
min c i j x i j ,
with ( i , j ) V ,   V = { 0 , 1 , 2 , 3 , n } ,   x i j { 0 , 1 } , subject to
x 0 j = m ,
x i 0 = m ,
j = 1 x i j = 1   ( i = 1 , , n ) ,
j = 1 x i j = 1   ( j = 1 , , n ) ,
m 1 .
The target function, Equation (1), is the total cost of the solution. The constraints of Equations (2) and (3) indicate that m is the number of vehicles employed for the solutions and state that all those vehicles must return to the depot. The constraints of Equations (4) and (5) turn each client into intermediate nodes of a route, and the constraint of Equation (6) states that the vehicle fleet employed must be greater than 1.
Regarding the solution, VRP and its derivatives are NP-hard problems, which means that the bigger the problem is, the greater the computational complexity to resolve it becomes. There are several solution-searching methods for these problems in the literature [62], such as (1) exact approaches which explore exhaustively explore the search space until the best solution is found. These can be branch and bound [63] or branch cut and price [64]. (2) Heuristic methods perform a limited exploration of the search space and usually deliver good quality results in small computing times [65] and (3) meta Heuristic methods are generic methods of exploration in the solution space for searching and optimization problems. These methods provide a design line adaptable to each context, and they can generate more efficient algorithms. These algorithms—Ant algorithms [66], Constraint Programming [67,68], Genetic Algorithms [69] and Tabu Search [70,71], among others—usually work better than heuristic methods.

3. System Proposed

3.1. System Architecture

Below is a general description of the architecture of the proposed system. Its parts and functions are explained later. Figure 2 shows a general diagram of the proposed system. On the left side (a), there is a representation of the WSN composed by the developed nodes, and their connection with the platform is shown on the right side (b). This side also presents an image of the different subsystems, communication protocols and applications provided by the system.
The platform includes four subsystems of information:
  • Geographic Information Subsystem: this subsystem of the architecture stores geographic data regarding the region where the nodes are deployed. These geographic data are mainly related to the information about the routes between node locations in the system and their geocoding information. The services of this system are provided through a REST API (Application Programming Interface) to other subsystems.
  • Data persistence subsystem: This system stores the information related to the management of the collection platform (data from the sensors and the deployed network, vehicles and the routes they perform, users, etc.).
  • Alert subsystem: This system manages the incidences related to the information obtained through the container sensors and the vehicle fleet. They notify possible events that may happen in both the container and the vehicle fleet.
  • Route optimization system: This system is responsible for searching the best collection routes for the vehicle fleet using the information obtained from the sensors.
Subsystems inside the platform use Message Queuing Telemetry Transport (MQTT) and REST web services as communication protocols. The platform also includes two user applications which employ the communication protocols and the information subsystems previously mentioned. Described below are all the components of the system emphasizing the developed node as well as the searching process to calculate the best routes for the vehicle fleet using the sensors’ data.

3.2. Developed Device

We decided to develop our own device instead of using other boards currently in the market, such as RN2483 LoRa Mote [72] or Waspmote (belonging to Libelium [73]) as the device base, because choosing each component separately—from microcontroller to each one of the sensors—allows the efficiency of the device to be increased, resulting in a greater battery life. Furthermore, this approach enables a solution to be provided which meets the specific requirements regarding the system’s data acquisition using the most suitable sensors for each kind of data.
The device is designed to obtain data from three environment variables: estimated filling volume of containers, weight of the waste inside them and their room temperatures. In contrast to other works [25] where only the estimated filling volume has been calculated, this study aimed to develop a device able to obtain useful data for optimizing routes, such as weight, and for future studies and applications, such as temperature. Figure 3 (right side) presents the device, which has several previously indicated function modules to obtain data (ultrasonic sensor, load cell, temperature sensor) as well as to manage battery consumption and control the device to obtain these data (microcontroller unit, MCU). Figure 3 (left side) describes the communication between the device and the network employing radio module.
The proposed node uses the container frames as the supporting platform. Figure 4 shows the location of every module (previously mentioned) inside the container, and sensors and microcontrollers are employed on each module. The device frame with the MCU, the temperature sensor, and the radio module are located in the lower section, and load cells measuring waste weight are located in the container legs. The only element located in the upper section of the container is the ultrasonic sensor measuring the estimated volume of waste.
The sensors employed for developing the device and how they operate are explained below.
JSN-SR04T V2.0 is the selected ultrasonic sensor [74]. It is a waterproof ultrasonic transceiver with an activity range between 20 and 4 m, an accuracy of 3 mm and a measuring angle of 20°. This measure is calculated by stimulating a pinger and measuring how long the stimulation takes to return to the receiver. When the signal is received, distance is calculated, as indicated in Equation (7):
d = T v s 2 ,
where d is the rough distance from the device to the first surface reached by the sent ultrasonic wave, T indicates the time elapsed since the release of the sound until the reception of its echo, and v s is the speed of the sound.
Container weight is calculated by using four load cells attached to the lower section and legs of the container. This kind of sensor is based on Wheatstone bridge operating principles. In Figure 5, we can see how a load cell works and its electrical circuit.
When changing weight on the transducer, the resistance is modified due to its intrinsic features. Given that it is subject to a continuous voltage difference ( V e x t +   V ext ) , the generated voltage difference can be calculated with Equation (8):
V out = V ext   ( R 3 R 3 + R 4 R 2 R 1 + R 2 ) .
As these changes in measurements are really small, an analog-digital amplifier (24-bit resolution HX711 model) is employed to obtain enough accuracy and range (it is shown in Figure 4 along with the MCU and the radio module). This amplifier receives load transducers’ signals balanced in parallel and converts the small variations into digital measurements that are sent to the microcontroller. Due to these voltage changes, weight can be calculated by using the container weight when it is empty and calibrating the voltage difference with a known weight value.
Regarding the temperature, it is measured by TMP36, an analog sensor. This sensor provides results with an accuracy of 1 °C. The temperature accuracy is not crucial for the developed sensor, but the protocol for communicating (analog in this case) is a key element.
The essential element of the developed node is the microcontroller, the Atmel SAML21 model [75]. It is a 32 bit RISC processor belonging to the ARM Cortex-M-0+ ultra-low consumption processor family. This microcontroller has a consumption of 35 μA/MHz in active mode and lower than 0.5 μA in standby mode when working with 3.3 Volts. It can perform several tasks at the same time. In this case, it allows values to be obtained from sensors in parallel, as well as storing and processing them for sending. Choosing the microcontroller for the device requires checking efficiency rankings, such as ULPMark [76]. The one selected for this purpose is the only microcontroller with ARM Cortex-0+ architecture included in this ranking. A development board, Sammy-L21 [77], was firstly employed for a first prototyping in this microcontroller, as shown in Figure 4.
Another key feature of this microcontroller is that it can perform customized logic operations due to its Configurable Custom Logic (CCL) unit [78]. This unit is really useful as it performs operations that allow it to compare a temperature value against the previous one measured, i.e., compare the rise and evaluate if it is a fast rise or not. Depending on these data, it may send an alert. This utility is created by using programmable and logical doors. It does not depend on a synchronous code snippet—it asynchronously and continuously works, even if the microcontroller is in sleep mode, thereby increasing the energetic efficiency.
Once the sensor has the relevant data and these data have been processed by the microcontroller, they are sent through a radio transceiver. The selected model for this purpose is a LoRa1276-C1, a sensor created by niceRF [79]. It has the relevant CE certification and provides great sound isolation as it isolates the radio sections from digital logic. In addition, it is worth noting its low consumption when in sleep mode, around 0.2 μA, which is an insignificant amount.
The entire system receives power from a reduced dimensions battery located in the lower section of the system. The battery capacity is defined by the requirements of the case study. The analysis of the device’s energetic consumption and the sizing of the required capacity are explained on the following pages.

3.3. WSN Energy Comparison and Selection

Urban areas have a lot of communication networks where the sensor network proposed in this work could be implemented. These networks are based on different radio technologies as the ones previously seen. Table 2 presents a comparison of the available technologies along with their relevant features. Features such as range, consumption and availability are emphasized because they are essential factors for developing the device.
In Table 2, MCL represents the minimum coupling loss, which means the minimum power through which communication between two devices is possible.
The range of each technology as well as its availability on the area where the sensor network is intended to be deployed are especially important in semi-urban or rural areas. Some technologies such as Wi-Fi ah or cellular cannot be applied when requiring a greater range (Wi-Fi) or when there is no availability (it depends on the cellular operator).
Power consumed by radio modules both in sleep mode and active mode to transfer or receive data from the network is another key factor when selecting the technology to be employed for the sensor network. Increasing the device’s battery life is crucial.
Considering these two factors, there are three options: Sigfox, LoRa and NB-IoT. On one hand, NB-IoT is currently dismissed due to its current availability and the high cost of its modules. On the other hand, Sigfox technology is only available on a subscription basis, which means an extra cost for the developed solution. Consequently, the technology selected for our system was LoRa.
Once the technology was selected, we decided to use LoRaWAN, which uses LoRa as a physical layer. LoRaWAN networks have previously been employed in the literature in other domains, for example, in an experimental performance evaluation of LoRaWAN over a real environment in Bangkok by Vatcharatiansakul et al. [80] and in a long range wide area network-based smart pest monitoring system by Yu et al. [81], among others [82].
Together with this decision, another important step to be considered was the selection of the LoRaWAN network server (and all the software involved). There were several options to deploy the LoRaWAN architecture which can be summarized in three options: (1) a free and open source option like LoraServer.io [83] which provides the software to implement the required features to be LoRaWAN compliant, specifically, the LoRa gateway bridge (packet forwarder), the LoRaWAN network server and the LoRaWAN application server. The maintenance and the hosting of the network server and some other application services are the responsibility of the user. (2) A free, open source and collaborative option like The Thing Network (TTN) [84] provides a self-hosted option, but also provides a free and collaborative platform as a service. That is, the platform is free, but every gateway using it can receive data from any node belonging to a TTN application. (3) A final option is choosing a complete solution offered by companies like Actility [46], Loriot [47] or Senet [48], among others. In some cases, they provide turnkey solutions for the infrastructure, data storing and even data analytics.
Table 3 presents options for the implementation of the LoRaWAN network server (and all the software involved) along with some of their features.
For our system, we selected TTN [84] as LoRaWAN the server network because of its collaborative deployment and free hosting option. This allows the use of the deployed network by all of the TTN community and provides a service that integrates with third-party applications at the same time.
Consequently, the deployment of a LoRaWAN network benefits the entire area where the system is implemented. It provides the region with an infrastructure to develop applications based on this kind of technology and therefore, improves the technological development of the area.
The system proposed in this work is decoupled from the LoRaWAN network server and application server so that any change in this element does not affect the other parts of the system.

3.4. Optimization Route Engine

The following pages focus on system section, related to the gathering, storing, processing and later use of sensors’ data. In reference to Figure 2 which shows information subsystems, Figure 6 indicates which of them are part of the route optimization for collecting waste.
The diagram located on the upper side presents the whole optimization process. It has four stages:
(1)
Node selection: nodes visited by the waste collection fleet are selected. The criteria selection of nodes depends on the sensor variables at that moment—the weight and volume of each container. A threshold will be established to select the nodes that must be collected. This will depend on variables, such as current regulations of the town where the system is deployed [85] as well as waste intended to be collected. This is the reason why the criteria will change depending on the specific case study. When specifying the threshold, the following factors should be considered: filling frequency, data availability in the system and whether a criterion should be established or not, in accordance with the last waste report from the town. The criteria applied in this case study will be further explained later.
(2)
CVRP data: once the nodes and the depot location have been obtained, the geographic information of every node is loaded from the geographical information subsystem to get the matrix of costs that will be employed for the CVRP resolution. The number of available vehicles must also be defined, as well as an ending criterion related to the time intended to be spent seeking the best solution. The system was implemented using the Graphhopper [86] framework and data from OpenStreetMap.
(3)
CVRP solver: this is executed with previously indicated data in the route optimization subsystem. The heuristic construction of the solution and the algorithm of the local search are applied until the stop criteria is reached. A benchmark is employed to select the fastest optimization algorithm that can be used to obtain a feasible solution during the indicated time. Different construction heuristics are used for different local searches.
(4)
Best solution found: once the best or most feasible solution is found (during the time specified under the stop criteria), it is published in the MQTT broker. The data persistence subsystem receives the information and stores the solution for that day’s collection plan. User applications (both mobile and web) will be notified through MQTT with the route that must be followed.

4. Case Study: Region of Salamanca

In order to validate the developed sensor and operating platform presented in this article, they are used in a case study in the region of Salamanca, Spain. The study is based on a public tender procedure from the year 2016 about the selective collection of waste (paper, packaging, etc.) [87]. According to the technical document, the regional administration of Salamanca requires the recollection of selective waste from 329 towns in the region and from their own installations. In addition, they include relevant information about number of containers in each town and their yearly productions of selective types of waste. In the same document, they specify a minimum fleet of eight vehicles for the collection.
We used this information to formulate the CVRP problems. In the case study, we set the constraint that these vehicles collect waste every two weeks, and they always perform the permanent routes presented in Figure 7. This results in a cost of around 3050.725 km in journeys every two weeks.
This case study was performed using synthetic data generated according to statistics of selective waste production in towns. This information was derived from the previous documents and the waste plan of the regional administration of Castilla y León (Junta de Castilla y León) [85]. Data related to the region in OpenStreetMaps was loaded in the geographical information subsystem.
The following section presents a discussion about the results related to the developed sensor, the WSN presented for this case study and the process of route optimization applied to this case study.

4.1. Measurements Results from Smart Sensors

A decisive factor of the proposed system is the nodes’ battery lives. One of the main purposes for this was to include the system without increasing the current maintenance requirements of containers, which must be revised between 1 and 4 times/year. This depends on the kind of waste and implies that the device battery must work for at least a year. The amount of battery life consumed by the node was evaluated by adding the power consumed by every built-in component and subsequently, the total consumption of the components together.
Before creating the sensor, theoretical estimations of consumption were performed according to the datasheet of every component and the tools of their manufacture so that power consumption for each action could be calculated: sensor reading, information processing or sending through the network.
Different batteries in the market express the value using two quantities: power and electrical load, measured in Ah. One ampere/hour (Ah) is the electrical load unit that represents a current of one ampere passing through a conductive element for an hour. This allows the power of batteries to be described and consequently, the load that the device will consume for working can be calculated—expressed in mAh by Equation (9):
Q = i i i · t i =   t M C U i · i M C U i + t r a d i o · i r a d i o + t M C U a · i M C U a + j t s e n s o r j · i s e n s o r j .
Q is the charge consumed in (mAh), i i is the power consumed by the microcontroller in idle mode and t i is the time. M C U a is the intensity of the microcontroller in active mode, and i r a d i o is the intensity consumed by the radio module to perform the shipment. The summation presents consumptions of different j sensors during the capture of different data.
The values of consumption of each functional module in the node are summarized in Table 4 which is shown above.
The ultrasonic sensor generated a consumption of 15 mA when working, Due to its properties, the maximum operating time if the container is empty will consume 0.36 mAh.
The implemented weight system consisted of four load cells connected to a hub and an ADC amplifier which was accurate enough to capture the variation produced by an increase in weight. This amplifier provides the required voltage for the proper functioning of transducers. It only consumes 1.5 mA while performing a measurement for 40 ms. This means that the sensor uses 0.06 mAh per measurement.
The temperature sensor employed for this case study (TMP36) was an analog temperature sensor. It consumes 4 mA and can perform measurements every 5 ms, so it uses 0.002 mAh per measurement.
The LoRa1276-C1 module—developed by niceRF—manages communications with the Gateway. This device uses 30 mA upon shipment and sends data in less than 10 ms, that is, the radio module consumes 0.3 mAh per shipment.
These consumption numbers were added to the period of time that the microcontroller was active and fully working in order to obtain the total required power to read the sensors and perform the shipment.
The microcontroller uses 35 μA/MHz when working. As it works at a frequency of 48 MHz, it consumes 1.68 mA. In active mode, it performs two tasks: capturing data and managing shipments. For capturing data, the working time employed in the equation is the longest time spent obtaining measurements by sensors. In this case, the weight sensor takes the longest time to provide data—it provides a measurement in 40 ms. Consequently, the microcontroller takes 0.068 mAh in total to perform a measurement. When the MCU is in idle mode, it consumes 200 nA, so it uses a charge of 200 nAh (0.2 μAh) to be in idle mode for 1 h. Thus, we can confirm that we used 0.49 mA/measurement in total for capturing data.
However, we needed 10 ms—the time the communication module requires—for sending. The microcontroller uses 0.0168 mA during this period of time, so the shipment required 0.3168 mA in total.
Once the estimations were obtained, we proceeded to build the system and we obtained the battery consumptions. The tests consisted of simulations to define the real consumption rates of the node under different data capture and shipment conditions. This allowed us to specify the best rate to transfer data to the CVRP system and maintain a consumption level to keep the battery working for more than a year.
Table 5 describes some possible configurations of the nodes in order to estimate the consumption of the device. The first column describes the data shipment per day; these shipments are periodically performed in the same time intervals and provide the needed information for node selection.
The second column shows the number of measurements taken in a day. The third column displays the battery consumption estimated with the previously explained method. The fourth column shows the actual measured consumption of the device in the lab.

4.2. Network Coverage Study

This section presents an initial study of the LoRaWAN coverage in the region of Salamanca. The terrain was extracted to identify the best locations for placing the antennas. The best options were towns with the highest altitudes in the area with easy-to-access internet to reduce costs. Figure 8 shows the height in meters of each town intended to receive coverage in the proposed case study.
Radio Mobile [88,89]—which is widely used to study radio frequency coverage—has been employed for studying the coverage. We have selected this tool over others like CloudRF [90] because it supports (just like CloudRF) the Longley–Rice propagation model (also known as Irregular Terrain Model ITM) and it is free to use. Based on previous data, we decided to deploy a network in the region consisting of nine Gateways, located, as shown in Figure 9, in Vitigudino, Ciudad Rodrigo and Fuente de San Esteban (West), La Alberca, La Hoya and Guijuelo (South), la Fuente de San Esteban (East) Ledesma (North) and Salamanca.
Figure 9 also shows the network coverage in dBm on the map. Using the terrain and the properties of LoRa technology, coverage can be provided to all the towns of the region as well as surrounding ones with no more than nine antennas in the area.
This makes the deployment cost really low because several towns and their demarcations are covered by one Gateway, reducing the total cost of the deployment.
Variables employed in Radio Mobile to perform the coverage study are (1) for the base station, transmitter power of 0.5 W, receiver threshold of 0.0316 µV, line loss of 2.5, omnidirectional antenna, antenna gain of 13 dBi and a height of 20 m, and (2) for the nodes, transmitter power of 0.025 W, receiver threshold of 0.0316 µV, line loss of 0.1, dipole antenna, antenna gain of 2 dBi and a height of 1 m. These parameters were set according to the recommendations in ERC-REC-70-3E [91], European regulations regarding the radio frequency band of 868MHz which is a public bandwidth for European Low Power Networks (LPWAN).
The coverage map in Figure 9 is a view of merged Cartesian coverage where the transmission is specified by the node.
After the theoretical coverage study, several tests were performed in areas with lower coverage to test if the model employed in this case study was correctly adapted to real conditions. This resulted in the possibility of deploying a network in cases where rural areas use this technology, such as in smart farming domain works. Having this kind of infrastructure promotes the development of applications in this domain, even more if the deployed network includes LoRaWAN and The Things Networks and allows access to the network for the whole region.

4.3. Optimization Route Results

This section describes a simulation of the route optimization process using the data of waste production from the current waste plan of the regional administration of Castilla y León [85], the technical document of the public tender procedure of 2016 [87] and a report about selective collection of paper [92] which will be the waste collected in this case study. Waste collection scenarios were generated for 1 year with a total of 26 waste collection days. These scenarios were generated, taking into account the population of each town and the mean rate of waste production per inhabitant and day for each town.
In the simulation, we assumed that a visit to a town implies the collection of every container in that town; in this case study, the displacement produced by the truck in each town did not significantly penalize the total amount of kilometers of the route.
Figure 10 shows the simulation and selection of the towns on the left side. Firstly, the populations of all towns were obtained. Secondly, the waste generation was performed for each town to obtain a random value of waste that follows a normal distribution [93] considering the inhabitant waste generation ratio which has previously been mentioned:
[ W t 11 ,   ,   W t K 1 ] = r a n d o m N o r m a l V a l u e ( µ = t o w n w a s t e t , σ = t o w n w a s t e t / 10 )
where [ W t 11 ,   ,   W t K 1 ] is the waste generation of K towns for the first day of collection, and t o w n w a s t e t = i n h a b i t a n t W a s t e R a t i o d a y s B e t w e e n C o l l e c t i o n p o p u l a t i o n t .
Thirdly, a selection node process was performed in order to include the towns considered for calculating the next waste collection routes. In this simulation, the variable employed was the weight of the waste produced by the whole town. However, in a real production environment the node selection would involve measurements of volume, and then, the weight of each container would be used for the definition of the CVRP problem. In this work, we only had data about the weight, so a estimation of volume using a paper density of 46.47 kg/m3 [92] was employed in the calculation. The selection criteria for each node was as follows:
C u r r e n t P o p u l a t i o n W a s t e + P o p u l a t i o n W a s t e U n t i l N e x t D a y   0.80 P o p u l a t i o n W a s t e C a p a c i t y
where, in Equation (11), C u r r e n t P o p u l a t i o n W a s t e is the total demand up to this day and P o p u l a t i o n W a s t e U n t i l N e x t D a y is waste generation for the following days until the next collection day. If this is higher than the 80% of a population’s waste capacity, that population will be selected for collection. This percentage was extracted from the technical public tender document [87]. The P o p u l a t i o n W a s t e C a p a c i t y was calculated from the total population of the town and the number of containers available for that town.
The previous process was performed for each collection day. The waste generation step considered the previous selection of nodes in order to add to the pending demand of every node which has not previously been visited.
As a result of this simulation process, the selected town nodes and their waste demands for the M collection days were obtained. The next step was generating the CVRP instances employing the selected nodes, the available vehicle fleet and the distance matrix of the selected town nodes.
Once the instances of CVRP were obtained, these were sent to the solver in order to solve it. The solve stage employed different heuristics and local search methods in order to find a feasible solution with the best score in a limited time of 24 h.
The results of the 26 collection days over a year are displayed in Figure 11. The distance in km are shown for each CVRP instance against the consumption of the permanent route approach.
We can observe that the permanent routes have a cost of 3050.725 km (horizontal red line Figure 11) for each collection day whereas with the route optimization, as we expected, there are savings in the total cost of distance for all cases. Figure 12 shows the savings produced in each instance, with a maximum saving of 2075.514 km (upper red line in the chart) and a minimum saving of 62.979 km (bottom green line) and a mean saving of 1075.588 km (medium orange line) for each instance, which is a mean saving of 28%.

5. Conclusions and Future Works

The case study described in this work for waste collection in the region of Salamanca shows the improvement provided by the proposed system compared to a classic static collection approach. This system offers a better operation in terms of covered distance, fuel consumption, truck use and emissions, operating costs savings and collection of useful data for further waste generation analysis.
In regard to the developed sensor, it features a low consumption rate and sufficient autonomy to work throughout the presented case. The sensor correctly obtains data and sends them without penalizing the autonomy due to the employed radio technology.
Deploying this sensor allows the monitoring of implemented containers as well as the procurement of information about the waste production of inhabitants in each town. This helps the waste collection company detect whether more containers need to be deployed when the container filling is too fast at specific times of year, for example, when the population temporally grows during the summer.
Regarding the coverage study, nine antennas in Salamanca region met the coverage requirements of the presented case study. This meant a reduced investment considering the covered extent of the land and the needed infrastructure in the region.
Concerning the route optimization results, the simulation offered mean savings in distance of 28% in the analyzed case. Due to these savings, the time and use of trucks are also decreased, and consequently, the workforce costs decreased.
Finally, the simulation process of collecting paper and board waste along with obtained data showed that collecting waste every 2 weeks does not suit the waste production of every town in the community. The collection capacity is sometimes insufficient and in other cases the opposite. Selecting the indicated collection frequency is fundamental for saving time when performing this task. This is the reason why a system that dynamically generates routes with updated information provides a decision-making tool to perform collections with the proper frequency (when they are really needed).
In conclusion, as indicated by the case study, the proposed system includes a developed node which can operate efficiently for more than a year, obtaining useful data like weight, temperature and volume due to the low battery consumption. In addition, the coverage study showed that with a reduced investment, a deployment in the region with a small number of antennas covering the whole province of Salamanca is feasible. Together with these results, the optimization system results provide savings in cost, time and workforce against a static collection route approach.
The potential savings of totally deploying the waste collection system and the advantages of this kind of WSN could allow investment in the required infrastructure as well as enabling future IoT projects in the region, improving its technological development.
Future strands of work include the use of the sensor with the current waste collection company and the use of more data related to the waste collection which is provided by this company.

Author Contributions

Á.L. and J.F.D.P. conceived and designed the smart waste collection platform system while J.C. and G.V.G. contributed to the development and implementation of the sensor and the network employed in the system; Á.L. developed the software and the optimization subsystem and wrote the paper. J.B. reviewed and supervised the whole work and shared his expertise in the field.

Acknowledgments

Álvaro Lozano is supported by a pre-doctoral fellowship from the University of Salamanca and Banco Santander. This work was supported by project MOVIURBAN: Máquina social para la gestión sostenible de ciudades inteligentes: movilidad urbana, datos abiertos, sensores móviles SA70U16. The project MOVIURBAN was co-financed with Junta Castilla y León funds. We would also like to show our gratitude to the Salamanca regional administration for sharing with us the data presented in the current work.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Silva, B.N.; Khan, M.; Han, K. Towards sustainable smart cities: A review of trends, architectures, components, and open challenges in smart cities. Sustain. Cities Soc. 2018, 38, 697–713. [Google Scholar] [CrossRef]
  2. Alvarez-Campana, M.; López, G.; Vázquez, E.; Villagrá, V.A.; Berrocal, J. Smart CEI moncloa: An iot-based platform for people flow and environmental monitoring on a Smart University Campus. Sensors 2017, 17, 2856. [Google Scholar] [CrossRef] [PubMed]
  3. Bagula, A.; Castelli, L.; Zennaro, M. On the Design of Smart Parking Networks in the Smart Cities: An Optimal Sensor Placement Model. Sensors 2015, 15, 15443–15467. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Mora, H.; Gilart-Iglesias, V.; Pérez-Del Hoyo, R.; Andújar-Montoya, M.D. A Comprehensive System for Monitoring Urban Accessibility in Smart Cities. Sensors 2017, 17, 1834. [Google Scholar] [CrossRef] [PubMed]
  5. Vinagre, E.; De Paz, J.F.; Pinto, T.; Vale, Z.; Corchado, J.M.; Garcia, O. Intelligent energy forecasting based on the correlation between solar radiation and consumption patterns. In Proceedings of the 2016 IEEE Symposium Series on Computational Intelligence (SSCI), Athens, Greece, 6–9 December 2016; pp. 1–7. [Google Scholar]
  6. De Paz, J.F.; Bajo, J.; Rodríguez, S.; Villarrubia, G.; Corchado, J.M. Intelligent system for lighting control in smart cities. Inf. Sci. 2016, 372, 241–255. [Google Scholar] [CrossRef]
  7. Villarrubia, G.; De Paz, J.F.; De La Iglesia, D.H.; Bajo, J. Combining multi-agent systems and wireless sensor networks for monitoring crop irrigation. Sensors 2017, 17, 1775. [Google Scholar] [CrossRef] [PubMed]
  8. Musat, G.A.; Colezea, M.; Pop, F.; Negru, C.; Mocanu, M.; Esposito, C.; Castiglione, A. Advanced services for efficient management of smart farms. J. Parallel Distrib. Comput. 2018, 116, 3–17. [Google Scholar] [CrossRef]
  9. Buratti, C.; Conti, A.; Dardari, D.; Verdone, R. An overview on wireless sensor networks technology and evolution. Sensors 2009, 9, 6869–6896. [Google Scholar] [CrossRef] [PubMed]
  10. Sadri, F. Ambient intelligence. ACM Comput. Surv. 2011, 43, 1–66. [Google Scholar] [CrossRef]
  11. Rashid, B.; Rehmani, M.H. Applications of wireless sensor networks for urban areas: A survey. J. Netw. Comput. Appl. 2016, 60, 192–219. [Google Scholar] [CrossRef]
  12. Longhi, S.; Marzioni, D.; Alidori, E.; Di Buo, G.; Prist, M.; Grisostomi, M.; Pirro, M. Solid Waste Management Architecture Using Wireless Sensor Network Technology. In Proceedings of the 2012 5th International Conference on New Technologies, Mobility and Security (NTMS), Istanbul, Turkey, 7–10 May 2012; pp. 1–5. [Google Scholar]
  13. Gutierrez, J.M.; Jensen, M.; Henius, M.; Riaz, T. Smart Waste Collection System Based on Location Intelligence. Procedia Comput. Sci. 2015, 61, 120–127. [Google Scholar] [CrossRef]
  14. Medvedev, A.; Fedchenkov, P.; Zaslavsky, A.; Anagnostopoulos, T.; Khoruzhnikov, S. Waste management as an IoT-enabled service in smart cities. In Proceedings of the 15th International Conference, NEW2AN 2015, and 8th Conference, ruSMART 2015, St. Petersburg, Russia, 26–28 August 2015; pp. 104–115. [Google Scholar]
  15. Catania, V.; Ventura, D. An approch for monitoring and smart planning of urban solid waste management using smart-M3 platform. In Proceedings of the 15th Conference of Open Innovations Association FRUCT, Saint-Petersburg, Russia, 21–25 April 2014; pp. 24–31. [Google Scholar]
  16. Available online: http://www.enevo.com/ (accessed on 13 April 2018).
  17. Hong, I.; Park, S.; Lee, B.; Lee, J.; Jeong, D.; Park, S. IoT-Based Smart Garbage System for Efficient Food Waste Management. Sci. World J. 2014, 2014, 646953. [Google Scholar] [CrossRef] [PubMed]
  18. Available online: http://www.sayme.es/allsensed_eng/ (accessed on 11 April 2018).
  19. Available online: http://bigbelly.com/platform/#ashtray___stub_out_plates (accessed on 11 April 2018).
  20. Kabir Ahmad, I.; Mukhlisin, M.; Basri, H. Application of Capacitance Proximity Sensor for the Identification of Paper and Plastic from Recycling Materials. Res. J. Appl. Sci. Eng. Technol. 2016, 12, 1221–1228. [Google Scholar] [CrossRef]
  21. Mestre, P.; Serôdio, C.; Azevedo, A.; Correia, H.; Bentes, I.; Couto, C. Filling rate assessment of recycling containers using ultrasonic transducers. Meas. J. Int. Meas. Confed. 2011, 44, 1084–1095. [Google Scholar] [CrossRef]
  22. Horaud, R.; Hansard, M.; Evangelidis, G.; Ménier, C. An overview of depth cameras and range scanners based on time-of-flight technologies. Mach. Vis. Appl. 2016, 27, 1005–1020. [Google Scholar] [CrossRef] [Green Version]
  23. Muller, I.; de Brito, R.M.; Pereira, C.; Brusamarello, V. Load cells in force sensing analysis—Theory and a novel application. IEEE Instrum. Meas. Mag. 2010, 13, 15–19. [Google Scholar] [CrossRef]
  24. Hernandez, W. Improving the response of a load cell by using optimal filtering. Sensors 2006, 6, 697–711. [Google Scholar] [CrossRef]
  25. Ramson, S.R.J.; Moni, D.J. Wireless sensor networks based smart bin. Comput. Electr. Eng. 2017, 64, 337–353. [Google Scholar] [CrossRef]
  26. Wen, Z.; Hu, S.; De Clercq, D.; Beck, M.B.; Zhang, H.; Zhang, H.; Fei, F.; Liu, J. Design, implementation, and evaluation of an Internet of Things (IoT) network system for restaurant food waste management. Waste Manag. 2017, 73, 26–38. [Google Scholar] [CrossRef] [PubMed]
  27. Salas, J.; Vega, H.; Ortiz, J.; Bustos, R.; Lozoya, C. Implementation analysis of GPRS communication for precision agriculture. In Proceedings of the IECON 2014-40th Annual Conference of the IEEE Industrial Electronics Society, Dallas, TX, USA, 29 October–1 November 2014; pp. 3903–3908. [Google Scholar]
  28. Lu, S.; Duan, M.; Zhao, P.; Lang, Y.; Huang, X. GPRS-based environment monitoring system and its application in apple production. In Proceedings of the 2010 IEEE International Conference on Progress in Informatics and Computing (PIC), Shanghai, China, 10–12 December 2010; pp. 486–490. [Google Scholar]
  29. Trancă, D.C.; Marković, V. Energy consumption in periodical GSM/GPRS transmissions of small data chunks: An experimental study. In Proceedings of the 2015 12th International Conference on Telecommunication in Modern Satellite, Cable and Broadcasting Services (TELSIKS), Nis, Serbia, 14–17 October 2015. [Google Scholar]
  30. Bin Yaakop, M.; Malik, I.A.A.; Suboh, Z.; Ramli, A.F.; Abu, M.A. Bluetooth 5.0 Throughput Comparison for Internet of Thing Usability A Survey. In Proceedings of the 2017 International Conference on Engineering Technology and Technopreneurship (ICE2T), Kuala Lumpur, Malaysia, 18–20 September 2017; pp. 2–7. [Google Scholar]
  31. Available online: http://www.wi-fi.org/news-events/newsroom/wi-fi-alliance-introduces-low-power-long-range-wi-fi-halow (accessed on 13 April 2018).
  32. Where Is WiFi Headed? An Examination of 802.11ah HaLow, 802.11ad (& Others). Available online: https://www.link-labs.com/blog/future-of-wifi-802-11ah-802-11ad (accessed on 13 April 2018).
  33. Wang, X.; Ma, L.; Yang, H. Online water monitoring system based on ZigBee and GPRS. Procedia Eng. 2011, 15, 2680–2684. [Google Scholar] [CrossRef]
  34. Franceschinis, M.; Pastrone, C.; Spirito, M.A.; Borean, C. On the performance of ZigBee Pro and ZigBee IP in IEEE 802.15.4 networks. In Proceedings of the 2013 IEEE 9th International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob), Lyon, France, 7–9 October 2013; pp. 83–88. [Google Scholar]
  35. Sinha, R.S.; Wei, Y.; Hwang, S.H. A survey on LPWA technology: LoRa and NB-IoT. ICT Express 2017, 3, 14–21. [Google Scholar] [CrossRef]
  36. Mekki, K.; Bajic, E.; Chaxel, F.; Meyer, F. A comparative study of LPWAN technologies for large-scale IoT deployment. ICT Express 2018. [Google Scholar] [CrossRef]
  37. Available online: https://www.sigfox.com/en%0Ahttp://www.sigfox.com/en/ (accessed on 7 March 2018).
  38. Walker, H.R. Ultra narrow band modulation. In Proceedings of the 2004 IEEE/Sarnoff Symposium on Advances in Wired and Wireless Communication, Princeton, NJ, USA, 26–27 April 2004. [Google Scholar]
  39. Available online: https://partners.sigfox.com/companies/sigfox-spain (accessed on 13 April 2018).
  40. Available online: https://www.iotnet.hr/ (accessed on 13 April 2018).
  41. Available online: https://vt-iot.com/ (accessed on 13 April 2018).
  42. Available online: https://www.semtech.com/technology/lora (accessed on 7 March 2018).
  43. Augustin, A.; Yi, J.; Clausen, T.; Townsley, W. A Study of LoRa: Long Range & Low Power Networks for the Internet of Things. Sensors 2016, 16, 1466. [Google Scholar]
  44. Casals, L.; Mir, B.; Vidal, R.; Gomez, C. Modeling the Energy Performance of LoRaWAN. Sensors. 2017, 17, 2364. [Google Scholar] [CrossRef] [PubMed]
  45. Lora Alliance. Lora-Alliance Technology. Available online: https://www.lora-alliance.org/technology (accessed on 7 March 2018).
  46. Yang, S.-H. Internet of Things. In Wireless Sensor Networks. Signals and Communication Technology; Springer: London, UK, 2013; pp. 247–261. [Google Scholar]
  47. Available online: https://www.loriot.io/ (accessed on 13 April 2018).
  48. Available online: https://www.senetco.com/ (accessed on 13 April 2018).
  49. Wang, Y.P.E.; Lin, X.; Adhikary, A.; Grövlen, A.; Sui, Y.; Blankenship, Y.; Bergman, J.; Razaghi, H.S. A Primer on 3GPP Narrowband Internet of Things. IEEE Commun. Mag. 2017, 55, 117–123. [Google Scholar] [CrossRef]
  50. 3GPP. Available online: http://www.3gpp.org/ (accessed on 13 April 2018).
  51. GSMA. Narrowband—Internet of Things (NB-IoT) | Internet of Things. Available online: https://www.gsma.com/iot/narrow-band-internet-of-things-nb-iot/ (accessed on 7 March 2018).
  52. On-Ramp Wireless and Meterlinq Deploy IoT Network in Italy. Available online: http://www.meterlinq.com/en/blog/on-ramp-wireless-and-meterlinq-deploy-iot-network-in-italy/?lang=en (accessed on 13 April 2018).
  53. Available online: https://www.ingenu.com/technology/machine-network/coverage-tracker/ (accessed on 13 April 2018).
  54. Myers, T.J. Random Phase Multiple Access System with Meshing. U.S. Patent 7773664B2, 10 August 2010. [Google Scholar]
  55. Available online: http://www.weightless.org/ (accessed on 7 March 2018).
  56. Dantzig, G.B.; Ramser, J.H. The Truck Dispatching Problem. Manag. Sci. 1959, 6, 80–91. [Google Scholar] [CrossRef]
  57. Braekers, K.; Ramaekers, K.; Van Nieuwenhuyse, I. The vehicle routing problem: State of the art classification and review. Comput. Ind. Eng. 2016, 99, 300–313. [Google Scholar] [CrossRef]
  58. Kumar, S.N.; Panneerselvam, R. A Survey on the Vehicle Routing Problem and Its Variants. Intell. Inf. Manag. 2012, 4, 66–74. [Google Scholar] [CrossRef]
  59. Tasan, A.S.; Gen, M. A genetic algorithm based approach to vehicle routing problem with simultaneous pick-up and deliveries. Comput. Ind. Eng. 2012, 62, 755–761. [Google Scholar] [CrossRef]
  60. Wang, S.; Tao, F.; Shi, Y.; Wen, H. Optimization of Vehicle Routing Problem with Time Windows for Cold Chain Logistics Based on Carbon Tax. Sustainability 2017, 9, 694. [Google Scholar] [CrossRef]
  61. Jiang, J.; Ng, K.M.; Poh, K.L.; Teo, K.M. Vehicle routing problem with a heterogeneous fleet and time windows. Expert Syst. Appl. 2014, 41, 3748–3760. [Google Scholar] [CrossRef]
  62. Baldacci, R.; Mingozzi, A.; Roberti, R. Recent exact algorithms for solving the vehicle routing problem under capacity and time window constraints. Eur. J. Oper. Res. 2012, 218, 1–6. [Google Scholar] [CrossRef]
  63. Laporte, G.; Nobert, Y. A branch and bound algorithm for the capacitated vehicle routing problem. OR Spektrum 1983, 5, 77–85. [Google Scholar] [CrossRef]
  64. Lysgaard, J.; Wøhlk, S. A branch-and-cut-and-price algorithm for the cumulative capacitated vehicle routing problem. Eur. J. Oper. Res. 2014, 236, 800–810. [Google Scholar] [CrossRef]
  65. Nagata, Y.; Bräysy, O. A powerful route minimization heuristic for the vehicle routing problem with time windows. Oper. Res. Lett. 2009, 37, 333–338. [Google Scholar] [CrossRef]
  66. Zhang, X.; Tang, L. A new hybrid ant colony optimization algorithm for the vehicle routing problem. Pattern Recognit. Lett. 2009, 30, 848–855. [Google Scholar] [CrossRef]
  67. Maher, M.; Puget, J.-F. Principles and Practice of Constraint Programming—CP98; Springer: Berlin, Germany, 1998; Volume 1520. [Google Scholar]
  68. Shaw, P. Using Constraint Programming and Local Search Methods to Solve Vehicle Routing Problems; Springer: London, UK, 1998; pp. 417–431. [Google Scholar]
  69. Alvarenga, G.B.; Mateus, G.R.; de Tomi, G. A genetic and set partitioning two-phase approach for the vehicle routing problem with time windows. Comput. Oper. Res. 2007, 34, 1561–1584. [Google Scholar] [CrossRef]
  70. Rochat, Y.; Taillard, É.D. Probabilistic diversification and intensification in local search for vehicle routing. J. Heuristics 1995, 1, 147–167. [Google Scholar] [CrossRef]
  71. Barbarosoglu, G.; Ozgur, D. A tabu search algorithm for the vehicle routing problem. Comput. Oper. Res. 1999, 26, 255–270. [Google Scholar] [CrossRef]
  72. 868MHz RN2483 LoRa(TM) Technology Mote. Available online: http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=dm164138&utm_source=&utm_medium=MicroSolutions&utm_term=&utm_content=DevTools&utm_campaign=RN2483+LoRa+Mote (accessed on 11 April 2018).
  73. Libelium Adds LoRaWAN for Full Compatibility with Smart Cities Networks. Available online: http://www.libelium.com/lorawan-waspmote-868-europe-900-915-us-433-mhz-asia-lora/ (accessed on 11 April 2018).
  74. Bakar, S.A.A.; Ong, N.R.; Aziz, M.H.A.; Alcain, J.B.; Haimi, W.M.W.N.; Sauli, Z. Underwater detection by using ultrasonic sensor. In Proceedings of the AIP Conference Proceedings; American Institute of Physics: College Park, MD, USA, 2017; Volume 1885, p. 20305. [Google Scholar]
  75. ATSAML21E18B. Available online: https://www.microchip.com/wwwproducts/en/ATSAML21E18B (accessed on 13 March 2018).
  76. EEMBC—ULPMark—Low Power Benchmark. Available online: https://www.eembc.org/ulpmark/index.php (accessed on 13 March 2018).
  77. Sammy-L21 Infosheet OEM module with Atmel/Microchip ATSAML21 processor. Available online: https://www.chip45.com/download/Sammy-L21_V1.0_Infosheet.pdf (accessed on 16 March 2018).
  78. SMART ARM-based Microcontrollers AT10942: SAM Configurable Custom Logic (CCL) Driver APPLICATION NOTE. Available online: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwi5zYS81OvaAhXrHpoKHXkvDhkQFggsMAA&url=http%3A%2F%2Fww1.microchip.com%2Fdownloads%2Fen%2FAppNotes%2Fatmel-42448-sam-configurable-custom-logic-ccl-driver_at10942_application%2520note.pdf&usg=AOvVaw21cORTykAj-1_Vha8lX2jD (accessed on 4 May 2018).
  79. G-Nice RF, LoRa1276-C1. Available online: http://www.nicerf.com/Upload/ueditor/files/2017-06-21/LORA1276-C1 100mW long range Spread Spectrum modulation wireless transceiver module V1.1-ac9630bd-6925-4c75-9149-db1a18d00426.pdf (accessed on 13 March 2018).
  80. Vatcharatiansakul, N.; Tuwanut, P.; Pornavalai, C. Experimental performance evaluation of LoRaWAN: A case study in Bangkok. In Proceedings of the 14th International Joint Conference on Computer Science and Software Engineering (JCSSE2017), Nakhon Si Thammarat, Thailand, 12–14 July 2017. [Google Scholar]
  81. Yu, Y.-C.; Wang, Y.-W.; Liao, M.-S.; Jiang, J.-A.; Lee, Y.-C. A Long Range Wide Area Network-Based Smart Pest Monitoring System. In Proceedings of the ICAEE 2017: 19th International Conference on Agricultural and Ecological Engineering, London, UK, 25–26 May 2017; Volume 1111. [Google Scholar]
  82. Catherwood, P.A.; Mccomb, S.; Little, M.; Mclaughlin, J.A.D. Channel Characterisation for Wearable LoRaWAN Monitors. In Proceedings of the Loughborough Antennas & Propagation Conference (LAPC), Loughborough, UK, 13–14 November 2017; pp. 6–9. [Google Scholar]
  83. LoRa Server, open-source LoRaWAN Network-Server. Available online: https://www.loraserver.io/ (accessed on 13 April 2018).
  84. Available online: https://www.thethingsnetwork.org/ (accessed on 5 May 2018).
  85. Plan Integral de Residuos de Castilla y León. Available online: http://medioambiente.jcyl.es/web/jcyl/MedioAmbiente/es/Plantilla100/1284312829695/_/_/_ (accessed on 15 December 2017).
  86. GraphHopper. Available online: http://wiki.openstreetmap.org/wiki/GraphHopper (accessed on 8 February 2016).
  87. Salamanca, D.; Servicio De Recogida Selectva De Residuos Urbanos En Municipios De La Provincia De Salamanca. Tramitación Anticipada (Art. 110,2 Del Trlcsp). Available online: http://transparencia.lasalina.es/informacioneconomica/documentos/2016/contratos/contratos2trimestre2016.pdf (accessed on 5 May 2018).
  88. Available online: http://radiomobile.pe1mew.nl/?The_program:File_formats:Maplink.txt (accessed on 16 March 2018).
  89. Hopengarten, F. Antenna Zoning: Broadcast, Cellular & Mobile Radio, Wireless Internet- Laws , Permits & Leases, 1st ed.; Focal Press: Waltham, MA, USA, 2009. [Google Scholar]
  90. LoRa Coverage Planning. Available online: https://cloudrf.com/LoRa_planning (accessed on 24 April 2018).
  91. Available online: https://www.ecodocdb.dk/download/25c41779-cd6e/Rec7003e.pdf (accessed on 7 May 2018).
  92. Recomendaciones para el diseño de un Servicio de Recogida Selectiva de Monomaterial de papel y cartón en Contenedor. Available online: https://www.ecoembes.com/sites/default/files/recomendaciones_diseno_recogida_pc_en_contenedor.pdf (accessed on 5 May 2018).
  93. Peebles, P.Z. Probability, Random Variables, and Random Signal Principles; McGraw-Hill Education: New York, NY, USA, 1987. [Google Scholar]
Figure 1. This figure shows a graphic representation of the input of a Capacitated Vehicle Routing Problem (CVRP) problem and the output route solutions.
Figure 1. This figure shows a graphic representation of the input of a Capacitated Vehicle Routing Problem (CVRP) problem and the output route solutions.
Sensors 18 01465 g001
Figure 2. Main diagram of the system’s architecture. Wireless Sensors Network (WSN) of smart developed sensors (a) and the diagram of the information systems, communication and user applications (b).
Figure 2. Main diagram of the system’s architecture. Wireless Sensors Network (WSN) of smart developed sensors (a) and the diagram of the information systems, communication and user applications (b).
Sensors 18 01465 g002
Figure 3. Modules of the developed node on the right side and its communication with the platform on the left side
Figure 3. Modules of the developed node on the right side and its communication with the platform on the left side
Sensors 18 01465 g003
Figure 4. Node modules’ locations and dev board for prototyping.
Figure 4. Node modules’ locations and dev board for prototyping.
Sensors 18 01465 g004
Figure 5. Load cell diagram and electric circuit
Figure 5. Load cell diagram and electric circuit
Sensors 18 01465 g005
Figure 6. Optimization route flowchart.
Figure 6. Optimization route flowchart.
Sensors 18 01465 g006
Figure 7. Towns of the case study and routes performed by the permanent vehicle fleet.
Figure 7. Towns of the case study and routes performed by the permanent vehicle fleet.
Sensors 18 01465 g007
Figure 8. Towns in the case study and their corresponding altitudes in meters.
Figure 8. Towns in the case study and their corresponding altitudes in meters.
Sensors 18 01465 g008
Figure 9. Coverage map of the study performed with the application, Radio Mobile.
Figure 9. Coverage map of the study performed with the application, Radio Mobile.
Sensors 18 01465 g009
Figure 10. Simulation of waste, node selection, CVRP generation and solutions.
Figure 10. Simulation of waste, node selection, CVRP generation and solutions.
Sensors 18 01465 g010
Figure 11. Results of each day of collection and the amount of km of fixed routes.
Figure 11. Results of each day of collection and the amount of km of fixed routes.
Sensors 18 01465 g011
Figure 12. Savings results for each day of collection.
Figure 12. Savings results for each day of collection.
Sensors 18 01465 g012
Table 1. Comparison of volumetric sensors.
Table 1. Comparison of volumetric sensors.
Sensor TypeRange (cm)Accuracy (mm)Angle of Operation (°)
Capacitive0–335
Ultrasonic20–400820
Infrared10–22050
Radar30–4000150
Table 2. Wireless Sensor Network comparison.
Table 2. Wireless Sensor Network comparison.
NameMinimum Coupling Loss (MCL) (dB)Range (km)Standby ConsumptionTx ConsumptionModulationAvailability
Random Phase Multiple Access (RPMA)1601000.5 μA85 mARPMA + DSSSSpec. zones
Weightless P12820.7 μA<70 mAGMSK + QPSKWorldwide
ZigBee1020, 203 μA30 mABPSKWorldwide
LoRa1575–150.5 μA<90 mALoRaWorldwide
Sigfox1493–100.5 μA<70 mABPSKWorldwide
Cellulars1182–510 mA800 mA8PSKWorldwide
WiFi ah90<1-<100 mAQPSK/256QAMN/A
NB-IoT1182–55 μA<100 mAQPSKSpec. zones
Table 3. Several LoRaWAN network server software options.
Table 3. Several LoRaWAN network server software options.
NameHostingOpen SourcePrice Plan
LoraServer.ioSelf-hostedyesfree
The Thing Network (TTN)Self-hosted/3rd party yesfree/paid
Actility3rd partynofree (limited)/paid
Loriot3rd partynofree (limited)/paid
Senet3rd partynofree (limited)/paid
Table 4. Developed sensor consumption.
Table 4. Developed sensor consumption.
SensorConsumption (mAh)
Ultrasonic sensor0.36
Load cells0.06
Temperature sensor0.002
Radio module0.3
MCUi0.0002
MCUa0.068
Table 5. Measurements, shipments and consumption rates
Table 5. Measurements, shipments and consumption rates
Shipments/dayMeasurements/dayEstimated Consumption (mAh per day)Measured Consumption
(mAh per day)
12126.186.84
12247.57.8
242425.48826.88
244828.12832.16
4848104.3232107.04

Share and Cite

MDPI and ACS Style

Lozano, Á.; Caridad, J.; De Paz, J.F.; Villarrubia González, G.; Bajo, J. Smart Waste Collection System with Low Consumption LoRaWAN Nodes and Route Optimization. Sensors 2018, 18, 1465. https://doi.org/10.3390/s18051465

AMA Style

Lozano Á, Caridad J, De Paz JF, Villarrubia González G, Bajo J. Smart Waste Collection System with Low Consumption LoRaWAN Nodes and Route Optimization. Sensors. 2018; 18(5):1465. https://doi.org/10.3390/s18051465

Chicago/Turabian Style

Lozano, Álvaro, Javier Caridad, Juan Francisco De Paz, Gabriel Villarrubia González, and Javier Bajo. 2018. "Smart Waste Collection System with Low Consumption LoRaWAN Nodes and Route Optimization" Sensors 18, no. 5: 1465. https://doi.org/10.3390/s18051465

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop