2018 - Smart - Waste - Bin - With - Real-Time - Monitoring - System
2018 - Smart - Waste - Bin - With - Real-Time - Monitoring - System
Research paper
Abstract
This paper presents IoT innovation project of a smart waste bin with real time monitoring system which integrates multiple technolo-
gies such as solar system, sensors and wireless communication technologies. The aim of this project is to provide an efficient and
cost-effective waste collection management system hence providing clean, healthy and green environment. This study proposed a
new framework that enables remote monitoring of solid waste bin in real-time via Wi-Fi connection, to assist the waste management
activity. The system framework is based on wireless sensor network [WSN] contains three segments: renewable energy source, WSN
and control station. Within this framework there are four developed subsystems: solar power system, smart waste bin, short messag-
ing service [SMS] notification system and real-time monitoring system that are interrelated to each other to perform as an efficient,
cost-effective waste management system that yield to a green and healthy living environment.
Keywords: IoT, solid waste management; wireless sensor network; Arduino, ultrasonic; PIR motion sensor; ESP8266 Wi-Fi module; smart waste
bin; GSM/GPRS module, solar
system able to alert the collector only the waste bin requires to be
1. Introduction emptied. Thus, this able to optimize collection routing and save
time and fuel. A system that able to collect and analyze data are
Due to the fast pace of urbanization, waste management is becom- important as a decision support tool to help the local authority or
ing a bigger issue each day in each developed and developing waste management contractor to improve their service. Many
countries. In Malaysia, rapid urbanization and industrialization researches in waste management focus on the solution implemen-
transition have changed the solid waste characteristics [1, 2]. The tation rather than how to deliver a product with competitive price
generation of municipal solid waste [MSW] over the past 10 years with less maintenance cost [5].
has increased by 95 per cent due to rapid development in the urban This paper proposed a new framework for waste management
areas [3]. The waste created from various sources will be lead to system. The designed framework comprises of three main parts:
environmental pollution arising without an effective and well- solar power system, smart waste bin and control station with SMS
organized solid waste management. Besides, this can also bring to notification system and real-time monitoring system. Smart waste
serious health hazard and lead to the spread of infectious diseases. bin uses WSNs to collect waste bin status and transmit waste bin
An effective solid waste management practices need to be updated information wirelessly to the control station. Control station re-
to suit the current waste quantity and composition. Municipal ceives the waste bin information and stores it in the database. SMS
waste management in Malaysia has gone through several transi- notification system is a daemon program to automatically identify
tions [4]. This proved that, Malaysia is striving in improving the the full waste bin and help to send alert notification to garbage
solid waste management practices towards sustainability. collector in real-time, then updates the waste bin status. After the
In the approach of smart city, the objective is to provide a city waste bin has been emptied the smart waste bin will update the
with basic infrastructure to give a decent quality of life, a clean waste bin status and transmit the information again to the control
and sustainable environment through application of some smart station. A web-based application is developed to monitor the
solutions. One of the basic infrastructure is sanitation and solid waste bin status and collection activity. This proposed system able
waste management. Internet of Thing [IoT] can play an important to reduce the development cost since the component used are
role in providing a smart solution for waste management that will cheap.
reduce costs and increase efficiency.
In Malaysia, many companies concentrates on remote sensing
system [5] in waste management system. Alam Flora has started to
2. Literature Review
use Automated Vehicles Locating System [AVLS] to monitor the
collection timing and fleet management and FloraCare system to Several solutions for waste management equipped with IoT facili-
support the company to carry out its operations efficiently [6]. ties have been proposed and invented in the literature to help solid
Producing a cost-effective operation is very important to waste waste management authorities improve the quality of service de-
management companies. Rather than traversing all the route to livery.
clean the waste bin, it is more efficient if the waste management
Copyright © 2018 Authors. This is an open access article distributed under the Creative Commons Attribution License, which permits
unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
726 International Journal of Engineering & Technology
As a guidelines for proposing the new framework for waste man- The smart waste bin in Figure 3 implements WSN technology
agement system, several problems in waste management will be interfaces with a microcontroller which are fixed in the waste bin.
considered [12-14]: Arduino Mega is the microcontroller used in this subsystem. To
1) Lack of information about the collecting time and area. yield a real time data from waste bin, PIR motion sensor will
2) Lack of proper system to monitor the trucks and trash bins that worked continuously in keeping track the presence of new garbage
have been collected in real time. in the waste bin. When garbage is present, microcontroller in-
3) There is no estimation to the amount of solid waste inside the structed ultrasonic sensor to measure the fill-level inside the waste
bin and the surrounding area due to the scattering of waste. bin and read timestamp from the DS1302 Real Time Clock [RTC]
4) There is no quick response to urgent cases like truck accident, module. Liquid Crystal display [LCD] is used to display the out-
breakdown, longtime idling. put from the microcontroller. Two indicators are initialized by this
5) There is no quick way to response to client’s complaints about subsystem which are waste bin status indicator and SMS notifica-
uncollected waste. tion indicator. To know whether the waste bin is full or empty,
6) There is no analysis of finding best route path of collecting waste bin status indicator will automatically set according to the
waste. fill-level in the waste bin as described in Table 1. Table 2 shows
another important indicator that will automatically initialize by the
The proposed confirmed able to provide solutions to all above smart waste bin which is the SMS notification indicator. SMS
problems. In this paper the framework is used to develop modules notification indicator is used later in the SMS notification system.
for problems 1, 2, 3 and 5. Figure 1 shows the proposed system The combination of these two indicators state three difference
framework. This framework consists of three segments namely the conditions for the waste bin as described in Table 3. The initial
solar power system, smart waste bin and control station. Each part condition of waste bin is always condition 1. Data from smart
is facilitates with subsystems that will execute different tasks. All waste bin which comprise of the waste bin id, fill-level measure-
these segments and subsystems will be further described in the ment, timestamp, status and SMS were then transmitted to the
following section. control station through ESP8266 Wi-fi module as a wireless
communication technology. The smart waste bin is not able to
International Journal of Engineering & Technology 727
Table 3: Waste bin conditions. Fig. 5: Architecture of real time monitoring system.
Indicator
Condition Description
status sms
1 0 S Initial or empty 4. Results and Findings
2 1 NS Full and notified
3 1 S Full and not notified The system has been tested to ensure its proper functionality. Fig-
ure 6 shows the overall prototype.
3.2. Control station
The control station contains the central server which hosts the web
server, database, SMS notification system in Figure 4 and a web-
based waste bin real time monitoring system in Figure 5. The data
sent by the smart waste bin is received by the control station and
stored in the database server. Control station runs two systems
which handle different jobs. The systems are SMS notification
system and web-based was bin monitoring system.