SlideShare a Scribd company logo
TELKOMNIKA, Vol.17, No.3, June 2019, pp.1483~1491
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v17i3.10121  1483
Received May 31, 2018; Revised January 15, 2019; Accepted February 12, 2019
IoT: smart garbage monitoring using android
and real time database
Riyan Hadi Putra, Feri Teja Kusuma, Tri Nopiani Damayanti, Dadan Nur Ramadan*
School of Applied Science, Telkom University,
Telekomunikasi St., Bandung (40257), Jawa Barat, Indonesia, tel: +62-22-7564108
*Corresponding author, e-mail: dadannr@telkomuniversity.ac.id
Abstract
Every single day, garbage is always produced and sometimes, due to the unbalance between
high volume produced and the garbage volume transported to the landfill; it then leads to the buildup.
To prevent any negative impact on environment, a system is needed to support the waste management
process. Smart Garbage Monitoring System consists of two parts: portable garbage can and monitoring
application using android smartphone. The use of ultrasonic sensor, GPS and GSM Module on the
garbage can aims to provide the data on the garbage and send it to the real time database, in which the
data will be processed by the monitoring application on smartphone to determine the time of garbage
transport purposely to prevent any buildup. The system doesn't need a server to process, because the
entire process of will be run by android application on a smartphone. Test results showed the capability of
the system in monitoring the garbage can with the minimum distance between the wastes by three meters.
The information on the height level of garbage can be synchronized in real time to smartphone, with an
average delay on the EDGE network of 4.57 seconds, HSPA+ of 4.52 seconds and LTE of 3.85 seconds.
Keywords: garbage, monitoring system, real time database
Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
Waste management is an important issue that needs to have a concern in every country
including Indonesia. As reported by the Report of Study from Ministry of Environment and
Forest, that only 38,653 million tons of waste handled in 360 cities, and garbage increased 7%
from 2015-2016 [1]. Waste management in Indonesia at this time, is still limited and manually,
the officer will clean up at a specified time according to the schedule, this is very ineffective
because the trash can has been fully before the garbage collection schedule, the delay of
garbage collection will cause the garbage on the trash can overflow and smell. Waste volume
produced by inefficient waste management would cause insects, bacteria and viruses multiply
rapidly that can infect humans [2-4]. Traditional waste management through a garbage burning
system would cause air pollution produced, which can be health problems to the surrounding
community [5]. With a large amount of waste, Indonesia certainly needs a system to assist the
waste management process properly and efficiently.
Internet of Things (IoT) refers to a technology that can connect the embedded system
devices to run various functions that can be used and controlled through internet
connectivity [6-9]. It has been widely used to support Smart City Management in
transportation [10-14]. In the health sector, IoT is used to monitor the patients' health by means
of smartphones [15-18]. Other research using smart devices to support the health industry [19],
and in E-commerce it is used for the company's business development [20, 21]. IoT-based
research on waste management has been largely conducted, say Smart Garbage System
(SGS) [22]. Another study proposed a waste management system using the method of grouping
the garbage location [23]. Then, a design of smart management system for waste management
has been done, but still not coping with the problem occurred in the suburb area or outside the
urban. Also, the system does not provide any information about the time limit of waste transport
and the location of the garbage can to the users [24].
Research using Load cell and proximity sensor on the trash monitoring system has
been done, but the system is't real time, so officers still have to make decisions about where
trash that must be taken, based to the collected information [25]. The waste management
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491
1484
research especially from its information collection system, has been carried out [26, 27],
however the research only focuses on collecting waste that can be recycled. Next research has
reported a monitoring system using QGIS model, as a supporting tool for management of solid
waste in city, but the proposed system does not consider the dynamics of the population [28].
The limitations in the previous research have, as a consequence, made the vision to reach the
smart city particularly regarding waste management difficult to be realized.
Based on the explanation above, the focus of this research is on the utilization of IoT
technology in designing and implementing android application on smartphone for Smart
Garbage Monitoring System, to improve the function of waste management in each region, and
make it working more efficiently and optimally. The system doesn't need a server to process the
data, because entire process of the system will be run by an android application on a
smartphone, The system is designed to read the garbage volume in garbage can, map the
garbage can location, and determine the time of garbage transport in which the entire system
can work in real time without any human intervention in its process.
2. Research Method
The design of the garbage can system is shown in Figure 1 where the system is divided
into two parts: portable garbage can and monitoring applications on android smartphone.
The garbage can used was the garbage with a cover, and a number of hardware including
ultrasonic sensor, GPS module, GSM/GSM Modul SIM808 850/900/1800/1900 MHz Quad-Band
and Arduino UNO microcontroller were installed at the upper part or on the cover
of the garbage can.
Figure 1. IoT-based smart garbage can model
Ultrasonic sensor is a sensor that uses echolocation [29], the sensor was placed
attached on the inside cover of garbage can purposely to calculate the height of garbage
volume in the garbage can, as shown in Figure 1. A Microcontroller would send pulse to
ultrasonic sensor and transmitted the ultrasonic wave. The transmitted ultrasonic wave would be
reflected from the garbage object and received by the ultrasonic transducer. Thus, the volume
of garbage height was possible to be calculated see Figure 2.
The system would be active when the garbage can was in a closed position and the
ultrasonic sensor detected any changes in the height of the garbage volume. The data of
garbage height was then be processed by the Arduino uno microcontroller along with the data of
the garbage can location (latitude and longitude) provided by the GPS module. Then the data
was sent to firebase real time database with HTTP protocol, using GSM SIM808 module via
cellular network. Figure 3 presents the hardware diagram in the garbage can.
TELKOMNIKA ISSN: 1693-6930 
IoT: smart garbage monitoring using android … (Riyan Hadi Putra)
1485
The database used was Firebase Real time database stored in cloud in which the data
was stored as JSON and would experience a synchronization process in real time to each client
connected [30] either to the garbage can or to the application on the Android smartphone.
Thus, every smartphone installed in the garbage monitoring application would automatically
receive data update at any time, when connected to the database via the internet network [31].
The program code of data synchronization process from the android application to the database
is presented as follows.
Figure 2. Working principle of an ultrasonic sensor
Figure 3. (a) Hardware schematic, (b) Hardware desain, and (c) Portable garbage can
Application on android smartphone functioned to receive information from the database
that included the location and level of garbage height in each garbage can. If the height level or
time is in certain condition, the status notification would appear on the smartphone to the waste
transport officer to immediately process the garbage transport. The flowchart of the system can
be seen in Figure 4.
Each garbage can has been made with the time limit and maximum height level of
garbage as illustrated in Figure 5. This time limit is functioned to make the garbage not piled up
for so long. If the time set by the time limit has been reached, the notification is then sent to the
application as a sign that the garbage should be soon transported. Similarly, for the volume of
garbage height, if it has met the condition, then the notification would be sent as a sign that the
garbage should immediately be transported.
The data sent to the application of garbage can is shown in the Data of Flow Diagram in
Figure 6. Information from the garbage can was sent to the system and forwarded and
processed on the android application as a real time report. The information from the garbage
can would be sent and stored to the database based upon the location and the height level of
the garbage can was, then combined with the time to be sent to Android, as shown in Figure 7.
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491
1486
Figure 4. Flowchart system Figure 5. Flowchart of the
notice of smart garbage
can application
Figure 6. Data flow of smart garbage can application diagram
Figure 7. Data Flow of the diagram for the status information of smart garbage can
Monitoring application can control the time to determine when the maximum limit for the
garbage can must be transported. It is aimed to repeat the time calculation in the limit of
transportation as shown in Figure 8. The progress bar shows the height level in the garbage can
and the button “date” and “clock” would provide the selection of time limit for the next garbage
transport. Meanwhile, the button “confirm” is for making confirmation if the garbage can has
been transported and to update the time limit of transport, button “go to” will open the location of
the garbage can based on the latitude and longitude provided on the database.
3. Results and Analysis
To observe the system performance, it was deemed necessary to do some testings in
each part or the whole system. The tests included: ultrasonic sensor test and garbage height
TELKOMNIKA ISSN: 1693-6930 
IoT: smart garbage monitoring using android … (Riyan Hadi Putra)
1487
application, garbage can location on the monitoring application, delay data test on garbage can
height, test on the garbage height level notification, and test on the transport time limit.
3.1. The Test of Ultrasonic Sensor and the Application for the Garbage Height
This test aimed to measure the accuracy of the ultrasonic sensor and information
displayed on the smartphone application. In calculating the garbage level, the test of ultrasonic
sensor was placed in the middle of cover of garbage can with the height at 100 centimeter.
In the database, the information of the garbage height would be converted into percentage (%)
from the total height of garbage can. The test result as seen in Table 1 showed that the errors in
calculation occurred only minimally in the range of 1-2%.
In the monitoring application, the height level of the garbage can was marked with the
difference in color. Green level indicated the height of garbage volume<50% of garbage can
height, orange indicated the height of garbage volume >50% and <70% of garbage height and
red indicated the garbage volume height >70% from the garbage can height. The test was
conducted by comparing the markers of each garbage can at certain distance as shown
in Figure 8. The results of the tests showed that the monitoring application could read the
results obtained from ultrasonic sensor detection to the garbage objects in smart garbage can.
figure 8. Monitoring application on Smartphone
Table 1. Garbage Level Volume
No
Level Garbage
(cm)
Database
(%)
Application
(%)
1 10 10 10
2 20 20 20
3 30 30 30
4 40 40 40
5 50 50 50
6 60 60 60
7 70 70 70
8 80 81 81
9 90 89 89
10 100 98 98
11 >100 No Response data before
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491
1488
3.2. Garbage Can Location on Smartphone Application
The test was done by taking the data about the location from the garbage can stored in
the database. Location data used in the test was adjusted with the location on the map that has
been made on the application and it was compared to the coordinate on the google map.
The results of the test that used the smartphone application and google map are shown
in Figure 9 (a) and in Figure 9 (b) respectively.
Figure 9. Location of Smart Garbage Can via: (a) monitoring application and (b) google maps
3.3. Test on the Delay of Data Sending
The test was conducted by equalizing the data in the level of garbage can height in the
database to the data displayed on the application and by calculating the delay of receiving data
to the application using some telecommunications technologies. The test results are shown in
Figure 10. The results of the test as seen in Figure 10 showed that the reading of height levels
in the application for the garbage height acceptance from 0 cm to 100 cm has been suitable with
the reception data. At the garbage can height above 100 cm, the database did not update the
data because the garbage can did not send to the database. Hence, the application kept on
reading the previous data. The average for each reading of height level changes from the
garbage can to the application on smartphone included: delay on the EDGE network was at
4.57 seconds, HSPA+ was at 4.52 seconds and LTE was at 3.85 seconds. Based on testing the
delay on the LTE network is smaller than using EDGE and HSPA+ networks.
Figure 10. Comparison of the delay on the data
TELKOMNIKA ISSN: 1693-6930 
IoT: smart garbage monitoring using android … (Riyan Hadi Putra)
1489
3.4. Test on the Notification of the Height Level of Garbage Can
The test was carried out to find out the feature of notification on the height level that has
been made on the application as expected. There were two different conditions in the test: when
the application was turn on and when the application was ongoing in the background with an
initial value of height level at 0%. The notification would appear if the data of height level has
exceeded 50% or 76% of the height of the garbage can.
The results of notification test on the application of height level in Figure 11 is shown
in Table 2. When the application was turned on, the notification ran as expected. However when
the application ran in the background, some results were not as expected as the application
stopped due to the number of caches on the smartphone or due to RAM memory
that was fully used.
Figure 11. Notification on the smartphone application
Table 2. Height Level when the Application was Turned On
Number of
Experiment
Results System on Going
Level Volume
<50%
Level Volume
>50%
Level Volume
>75%
Application
Turned on
Application in the
background
1 off On On match match
2 off On On match match
3 off On On match match
4 off On On match match
5 off On On match match
6 off On On match match
7 off On On match Not match
8 off On On match match
9 off On On match Not match
10 off On On match Not match
3.5. Test on the Transport Time Limit
The test on alarms as shown in Figure 12 functioned for time warning could run with
repetition that has been set for 2 minutes. Some alarms not emerging might be due to
applications running in the background stopped due to the high number of caches in the
smartphone or full RAM memory. The test results showed that with the time limit notification, the
system could facilitate the waste transport officer to remember the time of waste transport in
each location of the garbage can.
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491
1490
Figure 12. Notification of time limit alarm
4. Conclusion
This paper shows the implementation of IoT-based smart garbage system using the
ultrasonic sensor on internet network. The sensory device integrated to the monitoring system
was able to monitor the height level of garbage volume, and display it on the location map.
When the garbage can is already full, automatically there will be an alarm notification for the
waste transport officer. From the test results, it has been figured out that the notification could
appear on the application when the garbage can has accommodated the garbage by 50% and
70% of the garbage can height. The application could take and display the data of the garbage
can that has been sent and stored on the firebase database. The test in reading the data of the
geight level had the average of delay in the network of EDGE at 4.57 seconds, the network of
HSPA+ at 4.52 seconds and the network of LTE at 3.85 seconds. The IoT-based smart garbage
system that proposed could simplify the waste management more efficiently and optimally in
terms of time management. The imperfection that discovered after using this system, all officers
will received the same notification, it make confused who must collect the garbage from several
irregular location.
References
[1] 2017 Ministry of Environment and Forestry Performance Report (In Indonesia: Laporan Kinerja 2017
Kementerian Lingkungan Hidup dan Kehutanan). Biro Perencanaan Kementerian Lingkungan Hidup
dan Kehutanan. ISBN: 978-602-51606-0-8. 2017.
[2] Sankoh FP, Yan X, Tran Q. Environmental and Health Impact of Solid Waste Disposal in Developing
Cities: A Case Study of Granville Brook Dumpsite, Freetown, Sierra Leone. Journal of Environmental
Protection. 2013; 4: 665-670.
[3] Addo IB, Adei D, Acheampong EO. Solid Waste Management and Its Health Implications on the
Dwellers of Kumasi Metropolis, Ghana. Current Research Journal of Social Sciences. 2015; 7(3): 81-93.
[4] De S, Debnath B. Prevalence of Health Hazards Associated with Solid Waste Disposal-A Case Study
of Kolkata, India. Procedia Environmental Sciences. 2016; 35: 201–208.
[5] Schultz JAM. A Study of Changing Traditional Urban Solid Waste Management Approaches to
Sustainable Practices. In: Romanos M, Auffrey C. Managing Intermediate Size Cities. Dordrecht: The
GeoJournal Library, Springer. 2002: 209-220.
[6] Navani D, Jain S, Nehra MS. The Internet of Things (IoT): A Study of Architectural Elements. 13th
International Conference on Signal-Image Technology & Internet-Based Systems (SITIS). Jaipur.
2017: 473-478.
[7] Ferraris D, Gago CF, Lopez J. A Trust-by-Design Framework for the Internet of Things. 9th
IFIP
International Conference on New Technologies, Mobility and Security (NTMS). Paris. 2018: 9: 1-4.
[8] Lee C, Park S, Jung Y, Lee Y, Mathews M. Internet of Things: Technology to Enable the Elderly. 2nd
IEEE International Conference on Robotic Computing (IRC). Laguna Hills. 2018: 358-362.
[9] S aldeen YAA, Qureshi KN. New Trends in Internet of Things, Applications, Challenges, and Solutions.
TELKOMNIKA Telecommunication Computing Electronics and Control. 2018; 16(3): 1114-1119.
TELKOMNIKA ISSN: 1693-6930 
IoT: smart garbage monitoring using android … (Riyan Hadi Putra)
1491
[10] Alberti AM, Singh D. Developing A Novagenesis Architecture Model for Service Oriented Future
Internet and IoT: An Advanced Transportation System Scenario. IEEE World Forum on Internet of
Things (WF-IoT). Seoul. 2014: 359-364.
[11] Devi YU, Rukmini MSS. IoT in Connected Vehicles: Challenges and Issues - A Review. International
Conference on Signal Processing, Communication, Power and Embedded System (SCOPES).
Paralakhemundi. 2016: 1864-1867.
[12] Sharif A, Li J, Khalil M, Kumar R, Sharif MI, Sharif A. Internet of Things - Smart Traffic Management
System for Smart Cities Using Big Data Analytics. 14th International Computer Conference on Wavelet
Active Media Technology and Information Processing (ICCWAMTIP). Chengdu. 2017: 281-284.
[13] Munadi R, Rakhman A, Perdana D. Smart Garage Implementation and Design Using Whatsapp
Communication Media. TELKOMNIKA Telecommunication Computing Electronics and Control. 2018;
16(3): 1107-1113.
[14] Javaid S, Sufian A, Pervaiz S, Tanveer M. Smart traffic management system using Internet of Things.
20th
International Conference on Advanced Communication Technology (ICACT). Chuncheon-si
Gangwon-do. 2018; 393-398.
[15] Yang J, Hao S, Zhang X, Guo B, Liu Y, Dong B, Liu Y. Family Health Monitoring System Based on
the Four Sessions Internet of Things. TELKOMNIKA Telecommunication Computing Electronics and
Control. 2015; 13 (1): 314-320.
[16] Ullah K, Shah MA, Zhang S. Effective Ways to Use Internet of Things in the Field of Medical and
Smart Health Care. International Conference on Intelligent Systems Engineering (ICISE). Islamabad.
2016: 372-379.
[17] Budida DAM, Mangrulkar RS. Design and Implementation of Smart Healthcare System Using IoT.
International Conference on Innovations in Information, Embedded and Communication Systems
(ICIIECS). Coimbatore. 2017: 1-7.
[18] Ramdhan MSM, Ali M, Eberechukwu NP. An Early Drowning Detection System for Internet of Things
(IoT) Applications. TELKOMNIKA Telecommunication Computing Electronics and Control. 2018;
16(4): 1870-1876.
[19] Anwar M, Abdullah AH, Qureshi KN, Majid AH. Wireless Body Area Networks for Healthcare
Applications: An Overview. TELKOMNIKA Telecommunication Computing Electronics and Control.
2017; 15(3): 1088-1095.
[20] Kushwaha N, Mahule R, Singh AP, Vyas OP, Singh B. Integration of service oriented WSN and IoT
for E-Commerce. 2nd International Conference on Computing for Sustainable Global Development
(INDIACom). New Delhi. 2015: 1731-1736.
[21] Sohaib O, Lu H, Hussain W. Internet of Things (IoT) In E-Commerce: For People with Disabilities. 2th
IEEE Conference on Industrial Electronics and Applications (ICIEA). Siem Reap. 2017: 419-423.
[22] Hong I, Park S, Lee B, Lee J, Jeong D, Park S. IoT-Based Smart Garbage System for Efficient Food
Waste Management. The Scientific World Journal. 2014: 1-13.
[23] Medvedev A, Fedchenkov P, Zaslavsky A, Anagnostopoulos T, Khoruzhnikov S. Waste
Management as an IoT-Enabled Service in Smart Cities. Conference on Internet of Things and
Smart Spaces and Next Generation Networks and Systems. Cham. 2015; (9247): 104 -115.
[24] Asimakopoulos G, Christodoulou S, Gizas A, Triantafillou V, Tzimas G, Viennas E, Gialelis J,
Karadimas D, Papalambrou A. Towards A Dynamic Waste Collection Management System Using
Real-Time and Forecasted Data. 16th International Conference on Engineering Applications of
Neural Networks (INNS). New York. 2015; (36): 1-9.
[25] Catania V, Ventura D. An Approch for Monitoring and Smart Planning of Urban Solid Waste
Management Using Smart-M3 Platform. 15th Conference of Open Innovations Association FRUCT.
St. Petersburg. 2014: 24-31.
[26] Gomes T, Brito N, Mendes J, Cabral J, Tavares A. WECO: A Wireless Platform for Monitoring
Recycling Point Spots.16th
IEEE Mediterranean Electrotechnical Conference. Yasmine Hammamet.
2012: 468-472.
[27] Mamun MAA, Hannan MA, Hussain A, Basri H. Wireless Sensor Network Prototype for Solid Waste
Bin Monitoring with Energy Efficient Sensing Algorithm. IEEE 16th International Conference on
Computational Science and Engineering. Sydney. 2013: 382-387.
[28] Hareesh KB, Manjunath NT, Nagarajappa DP. Route Optimization Model for Municipal Solid Waste
Management by Decentralized System in Davangere City. International Journal of Innovative
Research in Science, Engineering and Technology (IJIRSET). 2015; 5(7): 102-105.
[29] Lim BS, Keoh SL, Thing VLL. Autonomous Vehicle Ultrasonic Sensor Vulnerability and Impact
Assessment. IEEE 4th World Forum on Internet of Things (WF-IoT). Singapore. 2018: 231-236.
[30] Ramadan D N, Permana A G, Hafidudin. Design and Realization of Remote Control Cars Using
Firebase (in Indonesia: Perancangan dan Realisasi Mobil Remote Control Menggunakan Firebase).
Jurnal Elektro dan Telekomunikasi Terapan (JETT). 2017; 4(1): 505-512.
[31] Karadimas D, Papalambrou A, Gialelis J, Koubias S. An Integrated Node for Smart-City Applications
Based on Active RFID Tags; Use Case on Waste-Bins. IEEE 21st International Conference on
Emerging Technologies and Factory Automation (ETFA). Berlin. 2016: 1-7.

More Related Content

PDF
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
PDF
Implementation of environmental monitoring based on KAA IoT platform
PDF
A011120104
PDF
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
PDF
Template 03 - project proposal &amp; plan
PDF
IRJET- Garbage Waste Monitoring and Management in Smart Cities
PDF
76 s201922
PDF
Cloud IoT Based Greenhouse Monitoring System
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
Implementation of environmental monitoring based on KAA IoT platform
A011120104
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
Template 03 - project proposal &amp; plan
IRJET- Garbage Waste Monitoring and Management in Smart Cities
76 s201922
Cloud IoT Based Greenhouse Monitoring System

What's hot (20)

PDF
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
PDF
Pollution Sensor Based Data Communication via Android Device
PDF
IOT Based Air and Sound Pollution Monitoring System
PDF
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
PDF
IRJET - Solid Waste Monitoring using IoT
PDF
Project report on Iot Based Garbage Monitoring System
PDF
IRJET - Live and Smart Agriculture
PDF
IRJET- IOT Based Smart Garbage Monitoring System using ESP8266 with GPS Link
PDF
Integration of IoT and chatbot for aquaculture with natural language processing
PDF
IoT Based Water Quality Monitoring System for Smart Cities
PDF
IOT Based Smart Cities
PDF
IRJET - Poultry Farm Controlling based on IoT
PDF
IRJET- Warehouse Management using Iot
PDF
IRJET- Smart City using IoT
PDF
Water monitoring and analytic based ThingSpeak
PDF
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PDF
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
PDF
IRJET - IoT based Smart Irrigation System
PDF
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
PDF
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET - Prevention of Crop Disease in Plants (Groundnut) using IoT and Ma...
Pollution Sensor Based Data Communication via Android Device
IOT Based Air and Sound Pollution Monitoring System
Design and Implementation of Portable Outdoor Air Quality Measurement System ...
IRJET - Solid Waste Monitoring using IoT
Project report on Iot Based Garbage Monitoring System
IRJET - Live and Smart Agriculture
IRJET- IOT Based Smart Garbage Monitoring System using ESP8266 with GPS Link
Integration of IoT and chatbot for aquaculture with natural language processing
IoT Based Water Quality Monitoring System for Smart Cities
IOT Based Smart Cities
IRJET - Poultry Farm Controlling based on IoT
IRJET- Warehouse Management using Iot
IRJET- Smart City using IoT
Water monitoring and analytic based ThingSpeak
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET - IoT based Smart Irrigation System
IRJET- Crop Yield Prediction and Disease Detection using IoT Approach
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
Ad

Similar to IoT: smart garbage monitoring using android and real time database (20)

PDF
IOT BASED TOOL GARBAGE MONITORING SYSTEM
PDF
IRJET - Effective Garbage Management System based on IoT
PDF
IRJET- IoT based Smart Garbage Monitioring System using Esp8266 with GPS ...
PPTX
Smart Garbage Management System.pptx
PPTX
Mahesh_Smart Garbage Management System.pptx
PDF
IRJET- Trash can Monitoring System
PDF
IRJET- Trash can Monitoring System
PDF
IRJET- Smart Garbage Monitoring System using Internet of Things
PDF
IoT Based Garbage Monitoring System
PDF
IRJET- Trash Clearance Management System
PDF
IRJET- Smart Garbage Monitoring System using IoT
PDF
IoT Based Solid Waste Management
PDF
An internet of things based smart waste system
PDF
IRJET- Garbage Monitoring System using Internet of Things (IoT) and GSM
PDF
An Efficient Smart Garbage Disposal System - A Review
PDF
IRJET- Waste Management System based on IoT
PDF
IRJET- Smart Dustbin Container using IoT Notification
PDF
Waste Management System by Using IoT
PDF
IRJET- Smart Dustbin Container using IoT Notification
PPTX
Smart Bins : IOT Based Garbage Monitoring System
IOT BASED TOOL GARBAGE MONITORING SYSTEM
IRJET - Effective Garbage Management System based on IoT
IRJET- IoT based Smart Garbage Monitioring System using Esp8266 with GPS ...
Smart Garbage Management System.pptx
Mahesh_Smart Garbage Management System.pptx
IRJET- Trash can Monitoring System
IRJET- Trash can Monitoring System
IRJET- Smart Garbage Monitoring System using Internet of Things
IoT Based Garbage Monitoring System
IRJET- Trash Clearance Management System
IRJET- Smart Garbage Monitoring System using IoT
IoT Based Solid Waste Management
An internet of things based smart waste system
IRJET- Garbage Monitoring System using Internet of Things (IoT) and GSM
An Efficient Smart Garbage Disposal System - A Review
IRJET- Waste Management System based on IoT
IRJET- Smart Dustbin Container using IoT Notification
Waste Management System by Using IoT
IRJET- Smart Dustbin Container using IoT Notification
Smart Bins : IOT Based Garbage Monitoring System
Ad

More from TELKOMNIKA JOURNAL (20)

PDF
Earthquake magnitude prediction based on radon cloud data near Grindulu fault...
PDF
Implementation of ICMP flood detection and mitigation system based on softwar...
PDF
Indonesian continuous speech recognition optimization with convolution bidir...
PDF
Recognition and understanding of construction safety signs by final year engi...
PDF
The use of dolomite to overcome grounding resistance in acidic swamp land
PDF
Clustering of swamp land types against soil resistivity and grounding resistance
PDF
Hybrid methodology for parameter algebraic identification in spatial/time dom...
PDF
Integration of image processing with 6-degrees-of-freedom robotic arm for adv...
PDF
Deep learning approaches for accurate wood species recognition
PDF
Neuromarketing case study: recognition of sweet and sour taste in beverage pr...
PDF
Reversible data hiding with selective bits difference expansion and modulus f...
PDF
Website-based: smart goat farm monitoring cages
PDF
Novel internet of things-spectroscopy methods for targeted water pollutants i...
PDF
XGBoost optimization using hybrid Bayesian optimization and nested cross vali...
PDF
Convolutional neural network-based real-time drowsy driver detection for acci...
PDF
Addressing overfitting in comparative study for deep learningbased classifica...
PDF
Integrating artificial intelligence into accounting systems: a qualitative st...
PDF
Leveraging technology to improve tuberculosis patient adherence: a comprehens...
PDF
Adulterated beef detection with redundant gas sensor using optimized convolut...
PDF
A 6G THz MIMO antenna with high gain and wide bandwidth for high-speed wirele...
Earthquake magnitude prediction based on radon cloud data near Grindulu fault...
Implementation of ICMP flood detection and mitigation system based on softwar...
Indonesian continuous speech recognition optimization with convolution bidir...
Recognition and understanding of construction safety signs by final year engi...
The use of dolomite to overcome grounding resistance in acidic swamp land
Clustering of swamp land types against soil resistivity and grounding resistance
Hybrid methodology for parameter algebraic identification in spatial/time dom...
Integration of image processing with 6-degrees-of-freedom robotic arm for adv...
Deep learning approaches for accurate wood species recognition
Neuromarketing case study: recognition of sweet and sour taste in beverage pr...
Reversible data hiding with selective bits difference expansion and modulus f...
Website-based: smart goat farm monitoring cages
Novel internet of things-spectroscopy methods for targeted water pollutants i...
XGBoost optimization using hybrid Bayesian optimization and nested cross vali...
Convolutional neural network-based real-time drowsy driver detection for acci...
Addressing overfitting in comparative study for deep learningbased classifica...
Integrating artificial intelligence into accounting systems: a qualitative st...
Leveraging technology to improve tuberculosis patient adherence: a comprehens...
Adulterated beef detection with redundant gas sensor using optimized convolut...
A 6G THz MIMO antenna with high gain and wide bandwidth for high-speed wirele...

Recently uploaded (20)

DOCX
573137875-Attendance-Management-System-original
PPTX
CH1 Production IntroductoryConcepts.pptx
PPT
Project quality management in manufacturing
PPTX
Construction Project Organization Group 2.pptx
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
web development for engineering and engineering
PDF
composite construction of structures.pdf
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Artificial Intelligence
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
573137875-Attendance-Management-System-original
CH1 Production IntroductoryConcepts.pptx
Project quality management in manufacturing
Construction Project Organization Group 2.pptx
Safety Seminar civil to be ensured for safe working.
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Model Code of Practice - Construction Work - 21102022 .pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
web development for engineering and engineering
composite construction of structures.pdf
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Artificial Intelligence
Automation-in-Manufacturing-Chapter-Introduction.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...

IoT: smart garbage monitoring using android and real time database

  • 1. TELKOMNIKA, Vol.17, No.3, June 2019, pp.1483~1491 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v17i3.10121  1483 Received May 31, 2018; Revised January 15, 2019; Accepted February 12, 2019 IoT: smart garbage monitoring using android and real time database Riyan Hadi Putra, Feri Teja Kusuma, Tri Nopiani Damayanti, Dadan Nur Ramadan* School of Applied Science, Telkom University, Telekomunikasi St., Bandung (40257), Jawa Barat, Indonesia, tel: +62-22-7564108 *Corresponding author, e-mail: dadannr@telkomuniversity.ac.id Abstract Every single day, garbage is always produced and sometimes, due to the unbalance between high volume produced and the garbage volume transported to the landfill; it then leads to the buildup. To prevent any negative impact on environment, a system is needed to support the waste management process. Smart Garbage Monitoring System consists of two parts: portable garbage can and monitoring application using android smartphone. The use of ultrasonic sensor, GPS and GSM Module on the garbage can aims to provide the data on the garbage and send it to the real time database, in which the data will be processed by the monitoring application on smartphone to determine the time of garbage transport purposely to prevent any buildup. The system doesn't need a server to process, because the entire process of will be run by android application on a smartphone. Test results showed the capability of the system in monitoring the garbage can with the minimum distance between the wastes by three meters. The information on the height level of garbage can be synchronized in real time to smartphone, with an average delay on the EDGE network of 4.57 seconds, HSPA+ of 4.52 seconds and LTE of 3.85 seconds. Keywords: garbage, monitoring system, real time database Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction Waste management is an important issue that needs to have a concern in every country including Indonesia. As reported by the Report of Study from Ministry of Environment and Forest, that only 38,653 million tons of waste handled in 360 cities, and garbage increased 7% from 2015-2016 [1]. Waste management in Indonesia at this time, is still limited and manually, the officer will clean up at a specified time according to the schedule, this is very ineffective because the trash can has been fully before the garbage collection schedule, the delay of garbage collection will cause the garbage on the trash can overflow and smell. Waste volume produced by inefficient waste management would cause insects, bacteria and viruses multiply rapidly that can infect humans [2-4]. Traditional waste management through a garbage burning system would cause air pollution produced, which can be health problems to the surrounding community [5]. With a large amount of waste, Indonesia certainly needs a system to assist the waste management process properly and efficiently. Internet of Things (IoT) refers to a technology that can connect the embedded system devices to run various functions that can be used and controlled through internet connectivity [6-9]. It has been widely used to support Smart City Management in transportation [10-14]. In the health sector, IoT is used to monitor the patients' health by means of smartphones [15-18]. Other research using smart devices to support the health industry [19], and in E-commerce it is used for the company's business development [20, 21]. IoT-based research on waste management has been largely conducted, say Smart Garbage System (SGS) [22]. Another study proposed a waste management system using the method of grouping the garbage location [23]. Then, a design of smart management system for waste management has been done, but still not coping with the problem occurred in the suburb area or outside the urban. Also, the system does not provide any information about the time limit of waste transport and the location of the garbage can to the users [24]. Research using Load cell and proximity sensor on the trash monitoring system has been done, but the system is't real time, so officers still have to make decisions about where trash that must be taken, based to the collected information [25]. The waste management
  • 2.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491 1484 research especially from its information collection system, has been carried out [26, 27], however the research only focuses on collecting waste that can be recycled. Next research has reported a monitoring system using QGIS model, as a supporting tool for management of solid waste in city, but the proposed system does not consider the dynamics of the population [28]. The limitations in the previous research have, as a consequence, made the vision to reach the smart city particularly regarding waste management difficult to be realized. Based on the explanation above, the focus of this research is on the utilization of IoT technology in designing and implementing android application on smartphone for Smart Garbage Monitoring System, to improve the function of waste management in each region, and make it working more efficiently and optimally. The system doesn't need a server to process the data, because entire process of the system will be run by an android application on a smartphone, The system is designed to read the garbage volume in garbage can, map the garbage can location, and determine the time of garbage transport in which the entire system can work in real time without any human intervention in its process. 2. Research Method The design of the garbage can system is shown in Figure 1 where the system is divided into two parts: portable garbage can and monitoring applications on android smartphone. The garbage can used was the garbage with a cover, and a number of hardware including ultrasonic sensor, GPS module, GSM/GSM Modul SIM808 850/900/1800/1900 MHz Quad-Band and Arduino UNO microcontroller were installed at the upper part or on the cover of the garbage can. Figure 1. IoT-based smart garbage can model Ultrasonic sensor is a sensor that uses echolocation [29], the sensor was placed attached on the inside cover of garbage can purposely to calculate the height of garbage volume in the garbage can, as shown in Figure 1. A Microcontroller would send pulse to ultrasonic sensor and transmitted the ultrasonic wave. The transmitted ultrasonic wave would be reflected from the garbage object and received by the ultrasonic transducer. Thus, the volume of garbage height was possible to be calculated see Figure 2. The system would be active when the garbage can was in a closed position and the ultrasonic sensor detected any changes in the height of the garbage volume. The data of garbage height was then be processed by the Arduino uno microcontroller along with the data of the garbage can location (latitude and longitude) provided by the GPS module. Then the data was sent to firebase real time database with HTTP protocol, using GSM SIM808 module via cellular network. Figure 3 presents the hardware diagram in the garbage can.
  • 3. TELKOMNIKA ISSN: 1693-6930  IoT: smart garbage monitoring using android … (Riyan Hadi Putra) 1485 The database used was Firebase Real time database stored in cloud in which the data was stored as JSON and would experience a synchronization process in real time to each client connected [30] either to the garbage can or to the application on the Android smartphone. Thus, every smartphone installed in the garbage monitoring application would automatically receive data update at any time, when connected to the database via the internet network [31]. The program code of data synchronization process from the android application to the database is presented as follows. Figure 2. Working principle of an ultrasonic sensor Figure 3. (a) Hardware schematic, (b) Hardware desain, and (c) Portable garbage can Application on android smartphone functioned to receive information from the database that included the location and level of garbage height in each garbage can. If the height level or time is in certain condition, the status notification would appear on the smartphone to the waste transport officer to immediately process the garbage transport. The flowchart of the system can be seen in Figure 4. Each garbage can has been made with the time limit and maximum height level of garbage as illustrated in Figure 5. This time limit is functioned to make the garbage not piled up for so long. If the time set by the time limit has been reached, the notification is then sent to the application as a sign that the garbage should be soon transported. Similarly, for the volume of garbage height, if it has met the condition, then the notification would be sent as a sign that the garbage should immediately be transported. The data sent to the application of garbage can is shown in the Data of Flow Diagram in Figure 6. Information from the garbage can was sent to the system and forwarded and processed on the android application as a real time report. The information from the garbage can would be sent and stored to the database based upon the location and the height level of the garbage can was, then combined with the time to be sent to Android, as shown in Figure 7.
  • 4.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491 1486 Figure 4. Flowchart system Figure 5. Flowchart of the notice of smart garbage can application Figure 6. Data flow of smart garbage can application diagram Figure 7. Data Flow of the diagram for the status information of smart garbage can Monitoring application can control the time to determine when the maximum limit for the garbage can must be transported. It is aimed to repeat the time calculation in the limit of transportation as shown in Figure 8. The progress bar shows the height level in the garbage can and the button “date” and “clock” would provide the selection of time limit for the next garbage transport. Meanwhile, the button “confirm” is for making confirmation if the garbage can has been transported and to update the time limit of transport, button “go to” will open the location of the garbage can based on the latitude and longitude provided on the database. 3. Results and Analysis To observe the system performance, it was deemed necessary to do some testings in each part or the whole system. The tests included: ultrasonic sensor test and garbage height
  • 5. TELKOMNIKA ISSN: 1693-6930  IoT: smart garbage monitoring using android … (Riyan Hadi Putra) 1487 application, garbage can location on the monitoring application, delay data test on garbage can height, test on the garbage height level notification, and test on the transport time limit. 3.1. The Test of Ultrasonic Sensor and the Application for the Garbage Height This test aimed to measure the accuracy of the ultrasonic sensor and information displayed on the smartphone application. In calculating the garbage level, the test of ultrasonic sensor was placed in the middle of cover of garbage can with the height at 100 centimeter. In the database, the information of the garbage height would be converted into percentage (%) from the total height of garbage can. The test result as seen in Table 1 showed that the errors in calculation occurred only minimally in the range of 1-2%. In the monitoring application, the height level of the garbage can was marked with the difference in color. Green level indicated the height of garbage volume<50% of garbage can height, orange indicated the height of garbage volume >50% and <70% of garbage height and red indicated the garbage volume height >70% from the garbage can height. The test was conducted by comparing the markers of each garbage can at certain distance as shown in Figure 8. The results of the tests showed that the monitoring application could read the results obtained from ultrasonic sensor detection to the garbage objects in smart garbage can. figure 8. Monitoring application on Smartphone Table 1. Garbage Level Volume No Level Garbage (cm) Database (%) Application (%) 1 10 10 10 2 20 20 20 3 30 30 30 4 40 40 40 5 50 50 50 6 60 60 60 7 70 70 70 8 80 81 81 9 90 89 89 10 100 98 98 11 >100 No Response data before
  • 6.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491 1488 3.2. Garbage Can Location on Smartphone Application The test was done by taking the data about the location from the garbage can stored in the database. Location data used in the test was adjusted with the location on the map that has been made on the application and it was compared to the coordinate on the google map. The results of the test that used the smartphone application and google map are shown in Figure 9 (a) and in Figure 9 (b) respectively. Figure 9. Location of Smart Garbage Can via: (a) monitoring application and (b) google maps 3.3. Test on the Delay of Data Sending The test was conducted by equalizing the data in the level of garbage can height in the database to the data displayed on the application and by calculating the delay of receiving data to the application using some telecommunications technologies. The test results are shown in Figure 10. The results of the test as seen in Figure 10 showed that the reading of height levels in the application for the garbage height acceptance from 0 cm to 100 cm has been suitable with the reception data. At the garbage can height above 100 cm, the database did not update the data because the garbage can did not send to the database. Hence, the application kept on reading the previous data. The average for each reading of height level changes from the garbage can to the application on smartphone included: delay on the EDGE network was at 4.57 seconds, HSPA+ was at 4.52 seconds and LTE was at 3.85 seconds. Based on testing the delay on the LTE network is smaller than using EDGE and HSPA+ networks. Figure 10. Comparison of the delay on the data
  • 7. TELKOMNIKA ISSN: 1693-6930  IoT: smart garbage monitoring using android … (Riyan Hadi Putra) 1489 3.4. Test on the Notification of the Height Level of Garbage Can The test was carried out to find out the feature of notification on the height level that has been made on the application as expected. There were two different conditions in the test: when the application was turn on and when the application was ongoing in the background with an initial value of height level at 0%. The notification would appear if the data of height level has exceeded 50% or 76% of the height of the garbage can. The results of notification test on the application of height level in Figure 11 is shown in Table 2. When the application was turned on, the notification ran as expected. However when the application ran in the background, some results were not as expected as the application stopped due to the number of caches on the smartphone or due to RAM memory that was fully used. Figure 11. Notification on the smartphone application Table 2. Height Level when the Application was Turned On Number of Experiment Results System on Going Level Volume <50% Level Volume >50% Level Volume >75% Application Turned on Application in the background 1 off On On match match 2 off On On match match 3 off On On match match 4 off On On match match 5 off On On match match 6 off On On match match 7 off On On match Not match 8 off On On match match 9 off On On match Not match 10 off On On match Not match 3.5. Test on the Transport Time Limit The test on alarms as shown in Figure 12 functioned for time warning could run with repetition that has been set for 2 minutes. Some alarms not emerging might be due to applications running in the background stopped due to the high number of caches in the smartphone or full RAM memory. The test results showed that with the time limit notification, the system could facilitate the waste transport officer to remember the time of waste transport in each location of the garbage can.
  • 8.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 3, June 2019: 1483-1491 1490 Figure 12. Notification of time limit alarm 4. Conclusion This paper shows the implementation of IoT-based smart garbage system using the ultrasonic sensor on internet network. The sensory device integrated to the monitoring system was able to monitor the height level of garbage volume, and display it on the location map. When the garbage can is already full, automatically there will be an alarm notification for the waste transport officer. From the test results, it has been figured out that the notification could appear on the application when the garbage can has accommodated the garbage by 50% and 70% of the garbage can height. The application could take and display the data of the garbage can that has been sent and stored on the firebase database. The test in reading the data of the geight level had the average of delay in the network of EDGE at 4.57 seconds, the network of HSPA+ at 4.52 seconds and the network of LTE at 3.85 seconds. The IoT-based smart garbage system that proposed could simplify the waste management more efficiently and optimally in terms of time management. The imperfection that discovered after using this system, all officers will received the same notification, it make confused who must collect the garbage from several irregular location. References [1] 2017 Ministry of Environment and Forestry Performance Report (In Indonesia: Laporan Kinerja 2017 Kementerian Lingkungan Hidup dan Kehutanan). Biro Perencanaan Kementerian Lingkungan Hidup dan Kehutanan. ISBN: 978-602-51606-0-8. 2017. [2] Sankoh FP, Yan X, Tran Q. Environmental and Health Impact of Solid Waste Disposal in Developing Cities: A Case Study of Granville Brook Dumpsite, Freetown, Sierra Leone. Journal of Environmental Protection. 2013; 4: 665-670. [3] Addo IB, Adei D, Acheampong EO. Solid Waste Management and Its Health Implications on the Dwellers of Kumasi Metropolis, Ghana. Current Research Journal of Social Sciences. 2015; 7(3): 81-93. [4] De S, Debnath B. Prevalence of Health Hazards Associated with Solid Waste Disposal-A Case Study of Kolkata, India. Procedia Environmental Sciences. 2016; 35: 201–208. [5] Schultz JAM. A Study of Changing Traditional Urban Solid Waste Management Approaches to Sustainable Practices. In: Romanos M, Auffrey C. Managing Intermediate Size Cities. Dordrecht: The GeoJournal Library, Springer. 2002: 209-220. [6] Navani D, Jain S, Nehra MS. The Internet of Things (IoT): A Study of Architectural Elements. 13th International Conference on Signal-Image Technology & Internet-Based Systems (SITIS). Jaipur. 2017: 473-478. [7] Ferraris D, Gago CF, Lopez J. A Trust-by-Design Framework for the Internet of Things. 9th IFIP International Conference on New Technologies, Mobility and Security (NTMS). Paris. 2018: 9: 1-4. [8] Lee C, Park S, Jung Y, Lee Y, Mathews M. Internet of Things: Technology to Enable the Elderly. 2nd IEEE International Conference on Robotic Computing (IRC). Laguna Hills. 2018: 358-362. [9] S aldeen YAA, Qureshi KN. New Trends in Internet of Things, Applications, Challenges, and Solutions. TELKOMNIKA Telecommunication Computing Electronics and Control. 2018; 16(3): 1114-1119.
  • 9. TELKOMNIKA ISSN: 1693-6930  IoT: smart garbage monitoring using android … (Riyan Hadi Putra) 1491 [10] Alberti AM, Singh D. Developing A Novagenesis Architecture Model for Service Oriented Future Internet and IoT: An Advanced Transportation System Scenario. IEEE World Forum on Internet of Things (WF-IoT). Seoul. 2014: 359-364. [11] Devi YU, Rukmini MSS. IoT in Connected Vehicles: Challenges and Issues - A Review. International Conference on Signal Processing, Communication, Power and Embedded System (SCOPES). Paralakhemundi. 2016: 1864-1867. [12] Sharif A, Li J, Khalil M, Kumar R, Sharif MI, Sharif A. Internet of Things - Smart Traffic Management System for Smart Cities Using Big Data Analytics. 14th International Computer Conference on Wavelet Active Media Technology and Information Processing (ICCWAMTIP). Chengdu. 2017: 281-284. [13] Munadi R, Rakhman A, Perdana D. Smart Garage Implementation and Design Using Whatsapp Communication Media. TELKOMNIKA Telecommunication Computing Electronics and Control. 2018; 16(3): 1107-1113. [14] Javaid S, Sufian A, Pervaiz S, Tanveer M. Smart traffic management system using Internet of Things. 20th International Conference on Advanced Communication Technology (ICACT). Chuncheon-si Gangwon-do. 2018; 393-398. [15] Yang J, Hao S, Zhang X, Guo B, Liu Y, Dong B, Liu Y. Family Health Monitoring System Based on the Four Sessions Internet of Things. TELKOMNIKA Telecommunication Computing Electronics and Control. 2015; 13 (1): 314-320. [16] Ullah K, Shah MA, Zhang S. Effective Ways to Use Internet of Things in the Field of Medical and Smart Health Care. International Conference on Intelligent Systems Engineering (ICISE). Islamabad. 2016: 372-379. [17] Budida DAM, Mangrulkar RS. Design and Implementation of Smart Healthcare System Using IoT. International Conference on Innovations in Information, Embedded and Communication Systems (ICIIECS). Coimbatore. 2017: 1-7. [18] Ramdhan MSM, Ali M, Eberechukwu NP. An Early Drowning Detection System for Internet of Things (IoT) Applications. TELKOMNIKA Telecommunication Computing Electronics and Control. 2018; 16(4): 1870-1876. [19] Anwar M, Abdullah AH, Qureshi KN, Majid AH. Wireless Body Area Networks for Healthcare Applications: An Overview. TELKOMNIKA Telecommunication Computing Electronics and Control. 2017; 15(3): 1088-1095. [20] Kushwaha N, Mahule R, Singh AP, Vyas OP, Singh B. Integration of service oriented WSN and IoT for E-Commerce. 2nd International Conference on Computing for Sustainable Global Development (INDIACom). New Delhi. 2015: 1731-1736. [21] Sohaib O, Lu H, Hussain W. Internet of Things (IoT) In E-Commerce: For People with Disabilities. 2th IEEE Conference on Industrial Electronics and Applications (ICIEA). Siem Reap. 2017: 419-423. [22] Hong I, Park S, Lee B, Lee J, Jeong D, Park S. IoT-Based Smart Garbage System for Efficient Food Waste Management. The Scientific World Journal. 2014: 1-13. [23] Medvedev A, Fedchenkov P, Zaslavsky A, Anagnostopoulos T, Khoruzhnikov S. Waste Management as an IoT-Enabled Service in Smart Cities. Conference on Internet of Things and Smart Spaces and Next Generation Networks and Systems. Cham. 2015; (9247): 104 -115. [24] Asimakopoulos G, Christodoulou S, Gizas A, Triantafillou V, Tzimas G, Viennas E, Gialelis J, Karadimas D, Papalambrou A. Towards A Dynamic Waste Collection Management System Using Real-Time and Forecasted Data. 16th International Conference on Engineering Applications of Neural Networks (INNS). New York. 2015; (36): 1-9. [25] Catania V, Ventura D. An Approch for Monitoring and Smart Planning of Urban Solid Waste Management Using Smart-M3 Platform. 15th Conference of Open Innovations Association FRUCT. St. Petersburg. 2014: 24-31. [26] Gomes T, Brito N, Mendes J, Cabral J, Tavares A. WECO: A Wireless Platform for Monitoring Recycling Point Spots.16th IEEE Mediterranean Electrotechnical Conference. Yasmine Hammamet. 2012: 468-472. [27] Mamun MAA, Hannan MA, Hussain A, Basri H. Wireless Sensor Network Prototype for Solid Waste Bin Monitoring with Energy Efficient Sensing Algorithm. IEEE 16th International Conference on Computational Science and Engineering. Sydney. 2013: 382-387. [28] Hareesh KB, Manjunath NT, Nagarajappa DP. Route Optimization Model for Municipal Solid Waste Management by Decentralized System in Davangere City. International Journal of Innovative Research in Science, Engineering and Technology (IJIRSET). 2015; 5(7): 102-105. [29] Lim BS, Keoh SL, Thing VLL. Autonomous Vehicle Ultrasonic Sensor Vulnerability and Impact Assessment. IEEE 4th World Forum on Internet of Things (WF-IoT). Singapore. 2018: 231-236. [30] Ramadan D N, Permana A G, Hafidudin. Design and Realization of Remote Control Cars Using Firebase (in Indonesia: Perancangan dan Realisasi Mobil Remote Control Menggunakan Firebase). Jurnal Elektro dan Telekomunikasi Terapan (JETT). 2017; 4(1): 505-512. [31] Karadimas D, Papalambrou A, Gialelis J, Koubias S. An Integrated Node for Smart-City Applications Based on Active RFID Tags; Use Case on Waste-Bins. IEEE 21st International Conference on Emerging Technologies and Factory Automation (ETFA). Berlin. 2016: 1-7.