SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 63
Garbage Disposal Monitoring System
Mr. M Rajendran1, Sam Philemon S2, Thanush V3, Vishnu J S4
1Asst.Professor, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering
College, Chennai, Tamil Nadu, India.
2Student, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering
College, Chennai, Tamil Nadu, India.
3Student, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering
College, Chennai, Tamil Nadu, India.
4Student, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering
College, Chennai, Tamil Nadu, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The garbage bins which are kept in the cites are
being filled or overflowed or some are being left uncollected.
This is the major issue for the authorities to monitor. So, to
avoid this issue we are making an efficient system which is
used to monitor the level and location of the bin continuously
and updating it to the authorities through the app. By using
the app, it will be easily monitoring all the bins and collect it
by and efficient way.
Key Words: Garbage Collecting, Monitoring, Tracking,
Navigate, Disposal.
1.INTRODUCTION
The issue of overflowing garbage in cities is a growing
concern for municipal authorities worldwide. The rapid
increase in urbanization has led to a corresponding increase
in the amount of waste generated by city dwellers. As a
result, managing the collectionanddisposal ofthiswaste has
become a major challenge for municipal authorities. This
results in a large amount of waste that is difficult for
municipal authorities to manage. The issue of overflowing
garbage is not only unsightly and unpleasant, but it can also
have serious health and environmental consequences.
Garbage that is not properly collected and disposed of can
lead to the spread of disease andpollution.Byaddressing the
root causes of the problemandimplementing effective waste
management strategies, municipal authorities can help to
ensure that cities are clean and healthy places to live for all
residents.
2. EXISTING SYSTEM
The existing system for garbage monitoring utilizes an
ultrasonic sensor in combination with a gas sensor to
measure the fullness of garbage bins. The gas sensor is used
to detect the presence of gasses that are released as the
garbage decomposes, whichprovidesadditional information
about the level of garbage in the bin. The system also
includes a Global System for Mobile Communication (GSM)
module, which is used to transmit the data collected by the
sensors to a central server. One of the maindrawbacksofthe
existing system is that it does not utilize a cloud-based
database for storing and managing the data collected by the
sensors. This means that the data collected by the sensors is
stored locally on the GSM module, whichcanmakeitdifficult
to access and analyze the data in real-time. Additionally, the
local storage of data can be vulnerable to loss or corruption,
which can result in a loss of important information. Another
limitation of the existing system is that it does not provide
location data for the garbage bins. This can make it difficult
for municipal authorities to track the location of garbage
bins and plan their waste collection routes efficiently.
Without accurate location data, the system may not be able
to provide the most effective waste collection solutions,
which can result in increased costs and inefficiencies.
Overall, while the existing system utilizing an ultrasonic
sensor, gas sensor, and GSM module is a step forward in
garbage monitoring, it has limitations that can be addressed
using cloud-based databases and GPS modules. Our
proposed system aims to address these limitations and
provide a more reliable and efficient solution for garbage
monitoring and waste management.
3.PROPOSED SYSTEM
Our proposed garbage monitoring system utilizes advanced
technology, such as ultrasonic sensors and GPS modules, to
accurately measure the fullness of garbage bins and provide
real-time location data. In addition to these sensors, the
system also utilizes Firebase as a cloud-based database to
store and manage the data collected by the sensors. This
provides a reliable and secure method for storing large
amounts of data, which can be easily accessed and analyzed
by municipal authorities. Firebase is a cloud-baseddatabase
platform that provides a wide range of services to support
the development of mobile and web applications.
Our proposed garbage monitoring system utilizes advanced
technology, such as ultrasonic sensors and GPS modules, to
accurately measure the fullness of garbage bins and provide
real-time location data. In addition to these sensors, the
system also utilizes Firebase as a cloud-based database to
store and manage the data collected by the sensors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 64
Fig -1: Block Diagram
This provides a reliable and secure method for storing large
amounts of data, which can be easily accessed and analyzed
by municipal authorities. Firebase is a cloud-baseddatabase
platform that provides a wide range of services to support
the development of mobile and web applications.
3. WORKING
3.1Circuit Diagram
The components of the bin are Node MCU, Neo 6M GPS and
the Ultrasonic Sensor (HC-SR04). The schematic diagram of
the bin is shown below.
Fig -2: Circuit Diagram
The input power which was required by the Node MCU is
provided by the battery with output of 5V. The GPS module
requires 3.3V as the input voltage, the VCC pin of the GPS
module is connected to the 3V3 pin and the data pins of the
GPS, such as TX and the RX are connected to the digital pins
of the Node MCU D2 and D1 respectively.
The operating voltage of the Ultrasonic Sensor is 5V. So, the
Vcc of the Ultrasonic sensor is connectedtotheVUpinwhich
provides the 5V from the USB power supply. The Trigger pin
and Echo pin of the sensor are connected to the Digital pins
of the MCU D8 and D7 respectively.
3.2Working
The ultrasonic sensor checks the level of the bin and send
the data to the Firebase DB. The GPS module fetches the
latitude and longitude and upload the data to the Firebase
DB. The Firebase DB will store all the values which are been
sent by the sensors. The app will display the level of the bins
in the bin details screen. If the bin gets filled over 75% then
the app will show the information message and the popup
notification. While clicking the go to map we can able to see
the location where the bin is placed. There will be a
dropdown menu where we can be able to select the
destination that we need to reach. The app will navigate the
user from the user’s current location to the selected
destination in the dropdown menu. If we need to change the
disposal center, we can enter the co-ordinates and click
enter it will be updated in the app.
4.RESULTS
4.1 Model of the Bin
The model of the bins is created to demonstrate the working
like the bins which are used in the metropolitan cities.
(a) (b)
Fig -3: (a) Top View and (b) Side View of Bins
The ultrasonic sensor is placed on the top of the Bin to
identify the level of the bin is filled. The Node MCU and the
GPS module are being mounted on the side of the bin.
4.2 Database
Fig -4: Stored data in DB
A separate database is created for each bin to store the
data.The data from the bins are being uploaded to the
respective database.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 65
Fig -5: Updating the changes in DB
When the value of the bin is changed it will be uploaded to
the respective database. The DB itself highlights when the
data is changed.
4.3 Monitoring the level of the Bin
When the garbage is filled the bin will send the data fromthe
controller to the cloud.
Fig -6: Bin level below 75%
When the “Get Details” button is pressed the appwill display
the amount of the garbage present in the bins is displayed in
the app.
Fig -7: Bin level is higher in one of the bins
When anyone of the bin is filled more than 75% the app will
show the notification on the screen to about that the “Bin 1
needs to be emptied”.
Fig -8: Notification denoting the Bin 1 to be emptied
The pop-up notification will be appeared regarding that the
bin 1 needs to be emptied.
4.4 Changing the disposal center
When “Change the Disposal Center” is clicked thescreen will
change to which the latitude and thelongitudeareneedto be
updated.
Fig -9: Entering the co-ordinates to change the center
When the Latitude and the Longitude are been entered and
the “Submit” button is clicked. This will update the marker
which is in the map denoting the disposal centre.
4.5 Navigating the user:
The app will navigate the user to the destination. The app
will navigate the user from the current locationoftheuserto
the selected destination by drawing the route. When the
dropdown is clicked it will show the list of destinations such
as Bin 1, Bin 2 and Disposal center. While choosing the
destination it will show the route from the user to the
selected destination point.
When the “Recenter” button is clicked the app will update
the current location of the user.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 66
Fig -10: Dropdown to select the destination
When the user needs to select the while clicking the button
the drop-down menu will be appeared denoting the Bin 1,
Bin 2 and the Disposal Center.
Fig -11: Navigating routes by the app
By selecting the destination in the app, it will navigate the
user to the respective location by routing the laying the
route from the user to the selected destination.
5. CONCLUSION
The Garbage Disposal Monitoring System is an innovative
solution to address waste management challenges in rural
areas. By leveraging technology, this system uses an
ultrasonic sensor to measure the level of garbageinbinsand
a GPS module to locate them in real-time. These data are
transmitted to the cloud via a Node MCU, allowing for
remote access and monitoring. This system has numerous
benefits, including accurate measurement of the level of
garbage in bins, making it easier to plan for waste collection
and disposal. By preventing overflowingbins,thesystem can
reduce health and environmental hazards. Additionally, the
use of GPS helps to identify areas where garbage is disposed
of illegally or inappropriately. Storing data in the cloud
makes it easy to access and analyze, which can be used to
improve waste management practices.TheGarbageDisposal
Monitoring System can be applied in various scenarios,such
as in the tourism industry to monitor waste generated by
tourists, keeping the destinations clean and attractive.
Additionally, in disaster management, the system can be
used to monitor waste disposal in a safe and
environmentally responsible manner. In conclusion, this
system has the potential to greatly improve waste
management practices in rural areas, with further
development and refinement. The integration of technology
to accurately measure and locategarbagebins,andtheuseof
cloud-based storage for data analysis and remote access,
makes it a promising solution. Its implementationcanhavea
significant impact on waste management practices across
the country.
REFERENCES
[1] Anitha A. (2017).‘GarbagemonitoringsystemusingIoT’.
IOP Conference Series: Materials Science and
Engineering, 263, 042027.
[2] Aswin Raaju V ; J. Mappilllai Meeran; M. Sasidharan; K.
Premkumar "IOT Based Smart Garbage Monitoring
System Using ZigBee" 2019 IEEE International
Conference on System, Computation, Automation and
Networking (ICSCAN).
[3] Chowdhury, P., Sen, R., Ray, D., Roy, P., & Sarkar, S.
(2018). ‘Garbage Monitoring and Disposal System for
Smart City Using Iot’. 2018 Second International
Conference on Green Computing and Internet of Things
(ICGCIoT).
[4] Karthikeyan, R., Kumar, R., Bhat, P. G., Kumar, M. P., &
Priya, R. M. (2020). ‘Garbage bin monitoring system
using IOT’. INTERNATIONAL CONFERENCE ON
MECHANICAL, ELECTRONICS AND COMPUTER
ENGINEERING: ICMECE 2020.
[5] Khan, M. N., & Naseer, F. (2020). ‘IoT Based University
GarbageMonitoringSystemforHealthyEnvironmentfor
Students’. 2020 IEEE 14th International Conference on
Semantic Computing (ICSC).
[6] Marzia Ahmed M, Rony Shahal, Kaushik Sarker,RifatBin
Mahi and Mohammod Abul Kashem ‘Design and
Implementation of Intelligent Dustbin withGarbageGas
Detection for Hygienic Environment based on IoT’.
(2022) 2022 International Conference onAdvancement
in Electrical and Electronic Engineering (ICAEEE).
[7] Memon, S. K., Karim Shaikh, F., Mahoto, N. A., & Aziz
Memon, A. (2019). ‘IoT based smart garbagemonitoring
& collection system using WeMos & Ultrasonic sensors.
2019 2nd International Conference on Computing,
Mathematics and Engineering Technologies (iCoMET).
[8] Rajesh B; B. Rohini; R. Agalya; S. Janani; S. Rajendran; A.
Ramkumar "Intelligent Garbage Monitoring System
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072
© 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 67
Using IoT" 2021 Second International Conference on
Electronics and Sustainable Communication Systems
(ICESC).
[9] Ramson, S. R. J., Moni, D. J., Vishnu, S., Anagnostopoulos,
T., Kirubaraj, A. A.,& Fan, X. (2020). ‘An IoT-based bin
level monitoring system for solid waste management.’
Journal of Material Cycles and Waste Management.
[10] Saha, Himadri Nath; Gon, Sourav; Nayak, Annesha;
kundu, Samabrita; Moitra, Sumandrita (2018). [IEEE
2018 IEEE 9th Annual Information Technology,
Electronics and Mobile Communication Conference
(IEMCON) - Vancouver, BC, Canada (2018.11.1-
2018.11.3)] 2018 IEEE 9th Annual Information
Technology, Electronics and Mobile Communication
Conference (IEMCON) - Iot Based Garbage Monitoring
and Clearance Alert System.
[11] Srilatha, M., Abhinav, C., Balaram, M., & Sanjana, A.
(2021). ‘Smart Monitoring and Collection of Garbage
System Using Internet of Things’. 2021 Third
International Conference on Intelligent Communication
Technologies and Virtual Mobile Networks (ICICV).
[12] Sundar Ram; Ajjai Ashok; Prem Savarinathan;
Thenmozhi Karuppasamy; Avila Jayapalan "Garbage
Monitoring System Using IOT" 2022 International
Conference on Computer Communication and
Informatics (ICCCI)
[13] Smart Garbage Monitoring System Using Internet of
Things (IOT) www.instructables.com/Smart-Garbage-
Monitoring-System-Using- Internet-of-/
[14] Yanglu,; Khan, Asif; Yadav, Amit (2019). [IEEE 2019
Third International conference on I-SMAC(IoTinSocial,
Mobile, Analytics and Cloud) (I- SMAC) -Palladam,India
- Internet of Things Based Wireless Garbage Monitoring
System.

More Related Content

Similar to Garbage Disposal Monitoring System

A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
IJSRD
 
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
IJSRD
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
Gaurav kumar rai - student
 
Technical Paper by Yazid Idzmir
Technical Paper by Yazid IdzmirTechnical Paper by Yazid Idzmir
Technical Paper by Yazid Idzmir
YAZID IDZMIR
 
An Efficient Tracking System for Air and Sound.pdf
An Efficient Tracking System for Air and Sound.pdfAn Efficient Tracking System for Air and Sound.pdf
An Efficient Tracking System for Air and Sound.pdf
Aakash Sheelvant
 

Similar to Garbage Disposal Monitoring System (20)

IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET-  	  IOT Based Air and Sound Pollution Monitoring SystemIRJET-  	  IOT Based Air and Sound Pollution Monitoring System
IRJET- IOT Based Air and Sound Pollution Monitoring System
 
Pollution Sensor Based Data Communication via Android Device
Pollution Sensor Based Data Communication via Android DevicePollution Sensor Based Data Communication via Android Device
Pollution Sensor Based Data Communication via Android Device
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCU
 
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
IRJET- A Real Time Solution to Flood Monitoring System using IoT and Wireless...
 
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...IRJET-  	  IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
IRJET- IoT – Based Wireless Sensors for Environmental Monitoring and Smar...
 
IRJET - Literature Survey on Smart Bin that Segregates and Measures the W...
IRJET -  	  Literature Survey on Smart Bin that Segregates and Measures the W...IRJET -  	  Literature Survey on Smart Bin that Segregates and Measures the W...
IRJET - Literature Survey on Smart Bin that Segregates and Measures the W...
 
IRJET- Implementation of IoT based Smart Garbage and Waste Collection System
IRJET- Implementation of IoT based Smart Garbage and Waste Collection SystemIRJET- Implementation of IoT based Smart Garbage and Waste Collection System
IRJET- Implementation of IoT based Smart Garbage and Waste Collection System
 
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
 
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
A survey paper on Pollution Free Smart Cities using Smart Monitoring System b...
 
Water level monitoring system
Water level monitoring systemWater level monitoring system
Water level monitoring system
 
Technical Paper by Yazid Idzmir
Technical Paper by Yazid IdzmirTechnical Paper by Yazid Idzmir
Technical Paper by Yazid Idzmir
 
Project report on Iot Based Garbage Monitoring System
Project report on Iot Based Garbage Monitoring System  Project report on Iot Based Garbage Monitoring System
Project report on Iot Based Garbage Monitoring System
 
IRJET- LORA based Solid Waste Management
IRJET- LORA based Solid Waste ManagementIRJET- LORA based Solid Waste Management
IRJET- LORA based Solid Waste Management
 
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using IotIRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET- Water Level Monitoring System in Water Dispensers using Iot
 
IRJET- GIS using Zigbee
IRJET- GIS using ZigbeeIRJET- GIS using Zigbee
IRJET- GIS using Zigbee
 
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
 
An Efficient Tracking System for Air and Sound.pdf
An Efficient Tracking System for Air and Sound.pdfAn Efficient Tracking System for Air and Sound.pdf
An Efficient Tracking System for Air and Sound.pdf
 
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
 
IRJET- Smart Bin
IRJET- Smart BinIRJET- Smart Bin
IRJET- Smart Bin
 
IRJET- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS TrackingIRJET- Smart Dustbin using GPS Tracking
IRJET- Smart Dustbin using GPS Tracking
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 

Recently uploaded (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 

Garbage Disposal Monitoring System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072 © 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 63 Garbage Disposal Monitoring System Mr. M Rajendran1, Sam Philemon S2, Thanush V3, Vishnu J S4 1Asst.Professor, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering College, Chennai, Tamil Nadu, India. 2Student, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering College, Chennai, Tamil Nadu, India. 3Student, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering College, Chennai, Tamil Nadu, India. 4Student, Department of Electronics and Communication Engineering, Meenakshi Sundararajan Engineering College, Chennai, Tamil Nadu, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The garbage bins which are kept in the cites are being filled or overflowed or some are being left uncollected. This is the major issue for the authorities to monitor. So, to avoid this issue we are making an efficient system which is used to monitor the level and location of the bin continuously and updating it to the authorities through the app. By using the app, it will be easily monitoring all the bins and collect it by and efficient way. Key Words: Garbage Collecting, Monitoring, Tracking, Navigate, Disposal. 1.INTRODUCTION The issue of overflowing garbage in cities is a growing concern for municipal authorities worldwide. The rapid increase in urbanization has led to a corresponding increase in the amount of waste generated by city dwellers. As a result, managing the collectionanddisposal ofthiswaste has become a major challenge for municipal authorities. This results in a large amount of waste that is difficult for municipal authorities to manage. The issue of overflowing garbage is not only unsightly and unpleasant, but it can also have serious health and environmental consequences. Garbage that is not properly collected and disposed of can lead to the spread of disease andpollution.Byaddressing the root causes of the problemandimplementing effective waste management strategies, municipal authorities can help to ensure that cities are clean and healthy places to live for all residents. 2. EXISTING SYSTEM The existing system for garbage monitoring utilizes an ultrasonic sensor in combination with a gas sensor to measure the fullness of garbage bins. The gas sensor is used to detect the presence of gasses that are released as the garbage decomposes, whichprovidesadditional information about the level of garbage in the bin. The system also includes a Global System for Mobile Communication (GSM) module, which is used to transmit the data collected by the sensors to a central server. One of the maindrawbacksofthe existing system is that it does not utilize a cloud-based database for storing and managing the data collected by the sensors. This means that the data collected by the sensors is stored locally on the GSM module, whichcanmakeitdifficult to access and analyze the data in real-time. Additionally, the local storage of data can be vulnerable to loss or corruption, which can result in a loss of important information. Another limitation of the existing system is that it does not provide location data for the garbage bins. This can make it difficult for municipal authorities to track the location of garbage bins and plan their waste collection routes efficiently. Without accurate location data, the system may not be able to provide the most effective waste collection solutions, which can result in increased costs and inefficiencies. Overall, while the existing system utilizing an ultrasonic sensor, gas sensor, and GSM module is a step forward in garbage monitoring, it has limitations that can be addressed using cloud-based databases and GPS modules. Our proposed system aims to address these limitations and provide a more reliable and efficient solution for garbage monitoring and waste management. 3.PROPOSED SYSTEM Our proposed garbage monitoring system utilizes advanced technology, such as ultrasonic sensors and GPS modules, to accurately measure the fullness of garbage bins and provide real-time location data. In addition to these sensors, the system also utilizes Firebase as a cloud-based database to store and manage the data collected by the sensors. This provides a reliable and secure method for storing large amounts of data, which can be easily accessed and analyzed by municipal authorities. Firebase is a cloud-baseddatabase platform that provides a wide range of services to support the development of mobile and web applications. Our proposed garbage monitoring system utilizes advanced technology, such as ultrasonic sensors and GPS modules, to accurately measure the fullness of garbage bins and provide real-time location data. In addition to these sensors, the system also utilizes Firebase as a cloud-based database to store and manage the data collected by the sensors.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072 © 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 64 Fig -1: Block Diagram This provides a reliable and secure method for storing large amounts of data, which can be easily accessed and analyzed by municipal authorities. Firebase is a cloud-baseddatabase platform that provides a wide range of services to support the development of mobile and web applications. 3. WORKING 3.1Circuit Diagram The components of the bin are Node MCU, Neo 6M GPS and the Ultrasonic Sensor (HC-SR04). The schematic diagram of the bin is shown below. Fig -2: Circuit Diagram The input power which was required by the Node MCU is provided by the battery with output of 5V. The GPS module requires 3.3V as the input voltage, the VCC pin of the GPS module is connected to the 3V3 pin and the data pins of the GPS, such as TX and the RX are connected to the digital pins of the Node MCU D2 and D1 respectively. The operating voltage of the Ultrasonic Sensor is 5V. So, the Vcc of the Ultrasonic sensor is connectedtotheVUpinwhich provides the 5V from the USB power supply. The Trigger pin and Echo pin of the sensor are connected to the Digital pins of the MCU D8 and D7 respectively. 3.2Working The ultrasonic sensor checks the level of the bin and send the data to the Firebase DB. The GPS module fetches the latitude and longitude and upload the data to the Firebase DB. The Firebase DB will store all the values which are been sent by the sensors. The app will display the level of the bins in the bin details screen. If the bin gets filled over 75% then the app will show the information message and the popup notification. While clicking the go to map we can able to see the location where the bin is placed. There will be a dropdown menu where we can be able to select the destination that we need to reach. The app will navigate the user from the user’s current location to the selected destination in the dropdown menu. If we need to change the disposal center, we can enter the co-ordinates and click enter it will be updated in the app. 4.RESULTS 4.1 Model of the Bin The model of the bins is created to demonstrate the working like the bins which are used in the metropolitan cities. (a) (b) Fig -3: (a) Top View and (b) Side View of Bins The ultrasonic sensor is placed on the top of the Bin to identify the level of the bin is filled. The Node MCU and the GPS module are being mounted on the side of the bin. 4.2 Database Fig -4: Stored data in DB A separate database is created for each bin to store the data.The data from the bins are being uploaded to the respective database.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072 © 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 65 Fig -5: Updating the changes in DB When the value of the bin is changed it will be uploaded to the respective database. The DB itself highlights when the data is changed. 4.3 Monitoring the level of the Bin When the garbage is filled the bin will send the data fromthe controller to the cloud. Fig -6: Bin level below 75% When the “Get Details” button is pressed the appwill display the amount of the garbage present in the bins is displayed in the app. Fig -7: Bin level is higher in one of the bins When anyone of the bin is filled more than 75% the app will show the notification on the screen to about that the “Bin 1 needs to be emptied”. Fig -8: Notification denoting the Bin 1 to be emptied The pop-up notification will be appeared regarding that the bin 1 needs to be emptied. 4.4 Changing the disposal center When “Change the Disposal Center” is clicked thescreen will change to which the latitude and thelongitudeareneedto be updated. Fig -9: Entering the co-ordinates to change the center When the Latitude and the Longitude are been entered and the “Submit” button is clicked. This will update the marker which is in the map denoting the disposal centre. 4.5 Navigating the user: The app will navigate the user to the destination. The app will navigate the user from the current locationoftheuserto the selected destination by drawing the route. When the dropdown is clicked it will show the list of destinations such as Bin 1, Bin 2 and Disposal center. While choosing the destination it will show the route from the user to the selected destination point. When the “Recenter” button is clicked the app will update the current location of the user.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072 © 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 66 Fig -10: Dropdown to select the destination When the user needs to select the while clicking the button the drop-down menu will be appeared denoting the Bin 1, Bin 2 and the Disposal Center. Fig -11: Navigating routes by the app By selecting the destination in the app, it will navigate the user to the respective location by routing the laying the route from the user to the selected destination. 5. CONCLUSION The Garbage Disposal Monitoring System is an innovative solution to address waste management challenges in rural areas. By leveraging technology, this system uses an ultrasonic sensor to measure the level of garbageinbinsand a GPS module to locate them in real-time. These data are transmitted to the cloud via a Node MCU, allowing for remote access and monitoring. This system has numerous benefits, including accurate measurement of the level of garbage in bins, making it easier to plan for waste collection and disposal. By preventing overflowingbins,thesystem can reduce health and environmental hazards. Additionally, the use of GPS helps to identify areas where garbage is disposed of illegally or inappropriately. Storing data in the cloud makes it easy to access and analyze, which can be used to improve waste management practices.TheGarbageDisposal Monitoring System can be applied in various scenarios,such as in the tourism industry to monitor waste generated by tourists, keeping the destinations clean and attractive. Additionally, in disaster management, the system can be used to monitor waste disposal in a safe and environmentally responsible manner. In conclusion, this system has the potential to greatly improve waste management practices in rural areas, with further development and refinement. The integration of technology to accurately measure and locategarbagebins,andtheuseof cloud-based storage for data analysis and remote access, makes it a promising solution. Its implementationcanhavea significant impact on waste management practices across the country. REFERENCES [1] Anitha A. (2017).‘GarbagemonitoringsystemusingIoT’. IOP Conference Series: Materials Science and Engineering, 263, 042027. [2] Aswin Raaju V ; J. Mappilllai Meeran; M. Sasidharan; K. Premkumar "IOT Based Smart Garbage Monitoring System Using ZigBee" 2019 IEEE International Conference on System, Computation, Automation and Networking (ICSCAN). [3] Chowdhury, P., Sen, R., Ray, D., Roy, P., & Sarkar, S. (2018). ‘Garbage Monitoring and Disposal System for Smart City Using Iot’. 2018 Second International Conference on Green Computing and Internet of Things (ICGCIoT). [4] Karthikeyan, R., Kumar, R., Bhat, P. G., Kumar, M. P., & Priya, R. M. (2020). ‘Garbage bin monitoring system using IOT’. INTERNATIONAL CONFERENCE ON MECHANICAL, ELECTRONICS AND COMPUTER ENGINEERING: ICMECE 2020. [5] Khan, M. N., & Naseer, F. (2020). ‘IoT Based University GarbageMonitoringSystemforHealthyEnvironmentfor Students’. 2020 IEEE 14th International Conference on Semantic Computing (ICSC). [6] Marzia Ahmed M, Rony Shahal, Kaushik Sarker,RifatBin Mahi and Mohammod Abul Kashem ‘Design and Implementation of Intelligent Dustbin withGarbageGas Detection for Hygienic Environment based on IoT’. (2022) 2022 International Conference onAdvancement in Electrical and Electronic Engineering (ICAEEE). [7] Memon, S. K., Karim Shaikh, F., Mahoto, N. A., & Aziz Memon, A. (2019). ‘IoT based smart garbagemonitoring & collection system using WeMos & Ultrasonic sensors. 2019 2nd International Conference on Computing, Mathematics and Engineering Technologies (iCoMET). [8] Rajesh B; B. Rohini; R. Agalya; S. Janani; S. Rajendran; A. Ramkumar "Intelligent Garbage Monitoring System
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 11 Issue: 01 | Jan 2024 www.irjet.net p-ISSN: 2395-0072 © 2024, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 67 Using IoT" 2021 Second International Conference on Electronics and Sustainable Communication Systems (ICESC). [9] Ramson, S. R. J., Moni, D. J., Vishnu, S., Anagnostopoulos, T., Kirubaraj, A. A.,& Fan, X. (2020). ‘An IoT-based bin level monitoring system for solid waste management.’ Journal of Material Cycles and Waste Management. [10] Saha, Himadri Nath; Gon, Sourav; Nayak, Annesha; kundu, Samabrita; Moitra, Sumandrita (2018). [IEEE 2018 IEEE 9th Annual Information Technology, Electronics and Mobile Communication Conference (IEMCON) - Vancouver, BC, Canada (2018.11.1- 2018.11.3)] 2018 IEEE 9th Annual Information Technology, Electronics and Mobile Communication Conference (IEMCON) - Iot Based Garbage Monitoring and Clearance Alert System. [11] Srilatha, M., Abhinav, C., Balaram, M., & Sanjana, A. (2021). ‘Smart Monitoring and Collection of Garbage System Using Internet of Things’. 2021 Third International Conference on Intelligent Communication Technologies and Virtual Mobile Networks (ICICV). [12] Sundar Ram; Ajjai Ashok; Prem Savarinathan; Thenmozhi Karuppasamy; Avila Jayapalan "Garbage Monitoring System Using IOT" 2022 International Conference on Computer Communication and Informatics (ICCCI) [13] Smart Garbage Monitoring System Using Internet of Things (IOT) www.instructables.com/Smart-Garbage- Monitoring-System-Using- Internet-of-/ [14] Yanglu,; Khan, Asif; Yadav, Amit (2019). [IEEE 2019 Third International conference on I-SMAC(IoTinSocial, Mobile, Analytics and Cloud) (I- SMAC) -Palladam,India - Internet of Things Based Wireless Garbage Monitoring System.