0% found this document useful (0 votes)
4 views

Final Paper

The Smart Garbage System utilizes an Arduino microcontroller and infrared sensors to automate waste disposal, allowing users to dispose of garbage without physical contact. The system enhances efficiency and hygiene by using a relay to control a servo motor that opens the bin lid when waste is detected. Future improvements may include features like real-time data transmission and enhanced waste sorting capabilities to further optimize waste management processes.

Uploaded by

bhaktilambate
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Final Paper

The Smart Garbage System utilizes an Arduino microcontroller and infrared sensors to automate waste disposal, allowing users to dispose of garbage without physical contact. The system enhances efficiency and hygiene by using a relay to control a servo motor that opens the bin lid when waste is detected. Future improvements may include features like real-time data transmission and enhanced waste sorting capabilities to further optimize waste management processes.

Uploaded by

bhaktilambate
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Smart Garbage System

Bhakti Lambate Samata Kadam Khushwant Chauhan


Department of Electronics Department of Electronics Department of Electronics
(VLSI Design & Technology) (VLSI Design & Technology) (VLSI Design & Technology)
Vidyavardhini College of Engineering Vidyavardhini College of Engineering Vidyavardhini College of Engineering
and Technology and Technology and Technology
[email protected] [email protected] [email protected]

Project Guide:.- Dr. Ashish Vanmali

Abstract— Smart waste management systems leverage II. METHODOLOGY


technology and data to optimize waste management processes from
Utilizing an Arduino Uno as the primary microcontroller, the
collection to disposal, making them more efficient, sustainable, and smart garbage system integrates a motor, relay module, and infrared
cost-effective. This project presents a sensor-based automation sensor to automate waste management. When rubbish is present
system leveraging an Arduino microcontroller, an infrared (IR) close to the bin, the IR sensor recognizes it. The Arduino interprets
sensor, and an electromechanical relay to control a servo motor. The the signal and activates the relay module when an item is detected.
system is engineered to detect object presence via the IR sensor, The motor is thereafter turned on by the relay, enabling users to
which sends a digital signal to the Arduino for processing. Based on dispose of waste without coming into contact with it by
the sensor input, the Arduino activates or deactivates the relay, automatically opening the rubbish bin lid. This contactless method
which in turn switches the servo motor on or off. This architecture improves garbage disposal efficiency and hygiene.
demonstrates a low-cost, efficient, and scalable solution for motion-
controlled systems, smart home devices, security systems, and basic The relay module acts as an interface between the Arduino Uno
and the motor, ensuring smooth operation. The motor, typically a
robotics. The design eliminates the need for complex wiring by
servo or DC motor, controls the lid's movement based on signals
integrating direct module connections without a breadboard,
from the Arduino. When no object is detected, the motor returns the
optimizing space, and improving reliability. lid to its closed position. This system reduces manual effort and
ensures a cleaner environment by minimizing direct contact with the
Keywords—Smart waste management, Smart garbage bin. Additionally, by adjusting the sensitivity of the IR sensor, the
bins, Waste collection optimization, Smart city waste system can be optimized to detect objects at a specific distance,
solutions, Sustainable waste disposal preventing unnecessary activations.
The proposed system is cost-effective, easy to implement, and
I. INTRODUCTION energy-efficient. It can be powered using a battery or a direct power
This study investigates the implementation of an IR supply, making it suitable for both indoor and outdoor applications.
sensor-based control system that uses an Arduino microcontroller Future enhancements may include adding a load sensor to monitor
and an electromechanical relay to actuate a servo motor." The garbage levels and a Wi-Fi module for real-time data transmission to
system architecture is constructed such that when the IR sensor municipal authorities. By integrating such features, the smart
detects an item, it sends a digital signal to the Arduino. The garbage system can contribute to a more efficient and sustainable
microprocessor interprets this input and then activates the relay waste management process in urban and public areas.
module, which acts as an electrical switch to activate or deactivate
the linked servo motor. This configuration shows a real-world
application of sensor-based automation, integrating real-time data III. LITERATURE SURVEY
processing, embedded system control, and electromechanical Rapid urbanisation and population increase around the world
actuation to provide efficient and responsive operation. have exacerbated the issues of solid waste management. Traditional
garbage disposal techniques, which include fixed-route waste
● This system's contribution to environmental sustainability collection and static dustbins, have been ineffective in meeting
is another important benefit. Smart trash systems contribute contemporary environmental and logistical challenges. An
to the substantial reduction of waste that ends up in increasing corpus of research suggests using the Internet of Things
landfills by integrating automated waste sorting and (IoT) to build smart, responsive systems that can automate garbage
recycling procedures. monitoring, collection, and disposal [1], [6], [8].
Several studies have provided a solid foundation for the
● This preserves natural resources, lowers greenhouse gas development of IoT-based smart trash management systems.
Bakhouch et al.'s paper, "Smart Waste Management System Based
emissions, and lessens the chance of contaminating the land
and water. Furthermore, sorting systems driven by AI can on IoT," describes a comprehensive concept that combines real-time
distinguish between biodegradable garbage and waste that GPS monitoring with ultrasonic sensors in smart bins [7]. Their
is not, which makes composting and appropriate recycling solution allows administrators to monitor dustbin fill levels and
easier and supports a circular economy. garbage vehicle whereabouts in real time via a web dashboard. This
real-time input reduces unnecessary pickups and enhances route
● In addition, intelligent garbage systems may promote optimization, saving time, fuel, and human labor while contributing
to a cleaner environment.
awareness and involvement in the community. Mobile
Similarly, the research article "IoT-based Smart Garbage
applications or public displays that educate the public about
recycling regulations, trash creation trends, and their Monitoring System and Advanced Disciplinary Approach" describes
contributions to sustainability are examples of several a cloud-connected network of smart bins outfitted with
implementations. microcontrollers and sensors [1]. These smart bins broadcast waste

Page 01
level data to a central server, which then schedules rubbish
collection only when necessary. The approach not only improves
efficiency but also incorporates educational and social awareness
components to promote proper garbage disposal among individuals.
The paper "Smart Garbage Monitoring System Using IoT"
considers the use of embedded microcontrollers like Arduino or
Raspberry Pi, along with GSM modules, to warn municipal workers
when bins reach maximum capacity [2], [3]. The study emphasises
lowering environmental pollution and labour costs while improving
the overall performance of municipal garbage management systems.
Another study, "Smart Dustbin for Waste Management,"
emphasises the value of automation in garbage sorting and
collection. Their solution combines infrared sensors and load
sensors to identify the quantity and type of garbage, with
notifications sent to a central dashboard [4], [11]. The project
emphasises the importance of real-time automation in ensuring
sustainable urban cleanliness.
The "Smart Bin Internet of Things Garbage Monitoring System"
investigates how smart infrastructure may be smoothly integrated
with existing municipal services [5]. The proposed concept
incorporates GSM and GPRS modules for real-time data Fig 01.: Hardware components used for the project
transmission while emphasising user interface design for
administrative dashboards. The study shows how technology might
help trash sources and collection authorities communicate more To ensure proper functionality, the Arduino Uno is programmed
effectively. using the Arduino IDE. The code defines the behavior of the IR
Another valuable contribution is found in the paper “Smart sensor and motor, instructing the system to respond whenever waste
Waste Management System using IoT”, where the authors design a is detected. When an object is sensed, the relay activates the motor,
system that combines various sensors and wireless communication which lifts the bin lid for a few seconds before closing it again. The
protocols to report bin status [6]. This work particularly focuses on system is powered using a 5V power source, and connections are
scalability and affordability, which are key factors for deployment in established using jumper wires. The motor used can be either a servo
developing countries. motor (which offers precise control over the lid’s movement) or a
DC motor (which may require a motor driver module for smooth
IV. PROBLEM STATEMENT operation). The relay module acts as a bridge between the motor and
In today's continuously changing environment, automation has the microcontroller, ensuring safe and efficient power distribution.
become an essential tool for increasing efficiency and eliminating
manual involvement. However, many traditional systems use
antiquated techniques, such as manual switches, to activate or
deactivate components such as motors and lights. This reliance not
only creates annoyance but also increases delays and inefficiencies,
especially in cases that need frequent or real-time operation.
Furthermore, in areas where cleanliness and safety are important,
manually manipulating switches is not practicable or desired.
Although different sensor-based systems exist, they frequently
lack the seamless integration of components capable of successfully
processing sensor data and carrying out physical operations via
dependable actuators. Many existing options are either complex,
costly, or need extra connectors and large circuits. There is still a
need to build compact, low-cost systems that can automate simple
processes, such as turning a device on or off, using only sensor
Fig 02.: Block diagram of the project
detection and microcontroller logic.
This project fills that gap by presenting a system that employs an
IR sensor to detect presence or motion, an Arduino to analyse the
This smart garbage system is not only cost-effective but also
data, and a relay to switch a servo motor accordingly. The objective
energy-efficient and easy to implement. It can be further enhanced
is to design a control system that is both efficient and responsive
by integrating an ultrasonic sensor to measure the garbage level and
without requiring intricate breadboard wiring. This configuration not notify waste collection authorities when the bin is full. Additionally,
only simplifies development and lowers costs but also opens up new an ESP8266 Wi-Fi module could be added to enable IoT-based
automation applications such as smart bins, contactless switches, monitoring, allowing real-time data transmission to municipal waste
and home control systems, opening the way for more intelligent and management systems. By implementing these improvements, the
adaptable settings. system can contribute to efficient waste management, reducing
manual effort and ensuring cleaner public spaces. The project is
implemented using a compact and breadboard-free setup.
V. IMPLEMENTATION & EXPERIMENTATION
Setting up the required hardware, such as the Arduino Uno, IR Sr. No.: Hardware Pin Connection
sensor, relay module, and motor, is the first step in putting the Smart Components
Garbage System into operation. To identify the presence of waste,
an infrared sensor is placed close to the rubbish bin's opening. The 01. Infrared Sensor VCC- 3.3V
Arduino receives a signal from the sensor when an item is detected, IN- Pin 02
analyzes it, and activates the relay module. The motor that opens GND- GND
and closes the bin lid is controlled by the relay module, which
functions as a switch. The method improves ease and hygiene by
guaranteeing that garbage disposal is entirely touch-free. 02. 5V- DC Relay VCC- 5V

Page 04
Finally, as blockchain technology and secure digital
OUT- Pin 03 infrastructure evolve, smart bins may one day become nodes in a
GND- GND broader decentralised network that tracks garbage generation trends
by household or company. This information might be utilised to
03. Servo Motor Signal- Pin 09 develop incentive-based recycling programs in which users receive
GND- GND points for appropriate garbage disposal. Municipalities might use
VCC- 5V this concept to offer green credits or tax breaks, therefore connecting
trash management with long-term economic plans and developing an
04. Battery (+) terminal- Servo environmentally conscious culture.
Signal Pin
(-) terminal-
Arduino GND

Table 01.: Connection of Hardware Components

VI. FUTURE SCOPE & APPLICATIONS


As technology progresses, smart dustbins can go from simple
automated tools to interactive and intelligent systems that interact
directly with consumers. Future designs may include voice feedback
or touchless gesture controls that leverage proximity sensors to
improve the user experience, particularly in situations where
cleanliness is crucial. For example, a smart bin may employ voice
prompts or LED indications to instruct people on how to properly
dispose of various kinds, making it perfect for educational
institutions or public awareness campaigns focused on sustainability.
Future developments in garbage segregation may include smart
bins with camera modules and AI-based image recognition systems.
These features would enable the trashcan to automatically categorise
and divide garbage into biodegradable, recyclable, and non-
recyclable categories. This degree of automation might significantly
lessen the strain on waste management facilities while also
encouraging environmentally responsible behaviour at the grassroots
level. Integration with robotic arms or sorting systems might
improve the precision of this operation. Fig 04.: Block diagram of the project

VII. RESULTS & DISCUSSIONS


Successful testing of the Smart Garbage System's deployment
showed that it could effectively automate the garbage disposal
process. The Arduino Uno activated the relay module and controlled
the motor once the IR sensor precisely identified the presence of an
object close to the bin. The bin lid ensured a touch-free operation by
opening smoothly upon detection and closing automatically after a
brief pause. With little delay between detection and motor
activation, the system demonstrated exceptional responsiveness.
Additionally, the lid movement was precisely controlled by a servo
motor, which avoided sudden or excessive motion. Reliable power
transfer to the motor was ensured by the relay module's effective
handling of the switching operation.
The system was tested in a variety of settings, including those
with varying illumination and object arrangement. In most
Fig 03.: Block diagram of the project situations, the infrared sensor worked effectively, but in intense
sunshine, its accuracy was marginally impacted, leading to sporadic
false triggers. The reliability of detection was increased by
Future smart bins can be built to gather and upload enormous modifying the sensor's positioning and threshold. The system's low
amounts of environmental data, such as air quality, humidity, and power consumption was also discovered, which makes it appropriate
odour levels near garbage sites. This information might be critical for solar or battery-powered applications. One drawback was that
for local governments to monitor cleanliness standards and uncover there was no garbage level indicator; the system kept working
health dangers in specific areas. Using this data, authorities may not without alerting users when the bin was full. By including an
only manage waste more effectively but also anticipate sanitation- ultrasonic sensor to track fill levels and notify users when the bin
related epidemics or hazards, allowing for preventive health and needs to be emptied, this problem can be resolved.
safety actions. Smart dustbins can also be used for specialised
All things considered, the smart garbage system was successful
purposes outside of urban and home settings. For example, in
in fulfilling its objective of offering a waste disposal solution that
laboratories or pharmaceutical enterprises, these systems might be
was automated, sanitary, and effective. In public settings like parks,
used to safely and automatically dispose of biohazardous or workplaces, and hospitals, the hands-free method reduces the chance
chemical waste. By incorporating safe access controls and automatic of contamination by minimizing physical touch. Future
closing mechanisms, such bins would ensure that hazardous waste is improvements, such as Internet of Things-based monitoring via an
disposed of without human intervention, considerably decreasing ESP8266 Wi-Fi module that would allow municipal authorities to
occupational dangers.

Page 04
remotely track waste levels, are also made possible by the system's 2020.
scalability. By minimizing overflow problems and streamlining
waste collection schedules, these upgrades could greatly increase the 7. S. M. Bakhouch, S. Ayad, and L. S. Terrissa, “Smart
effectiveness of waste management. Waste Management System Based on IoT,” in Advances
in Smart Grid Automation and Industry 4.0, Springer,
Cham, 2024, pp. 367–378, doi: 10.1007/978-3-031-53824-
VIII. CONCLUSION 7_29.
The creation of a sensor-driven smart dustbin system
8. Harshitha N, Nehashree K Ruthika, Rhea Benny, Varsha S
represents a big step forward in trash management and P, and Keerthi Kumar M, “IoT-based Smart Garbage and
hygiene maintenance. Using an IR sensor to detect presence, Waste Monitoring System using MQTT Protocol,”
an Arduino to interpret information, and a relay to trigger a International Journal of Engineering Research &
servo motor, the system successfully removes the Technology (IJERT), vol. 6, no. 13, Apr. 2018, doi:
requirement for physical touch, promoting safer and more 10.17577/IJERTCONV6IS13133.
efficient disposal methods. This design provides a low-cost,
small, and user-friendly solution suitable for usage in both 9. Suwetha I. G., “NodeMCU-based Smart Garbage
domestic and public settings. Monitoring System,” International Journal of Advance
Through this project, the core goal of encouraging contactless Research, Ideas and Innovations in Technology (IJARIIT),
interaction with waste disposal systems has been successfully vol. 5, no. 5, Oct. 2019.
achieved. It not only contributes to improved cleanliness but also
sets a foundation for more advanced automation in the future. The 10. K. Maheshwaran, P. S. Alexpandian, A. Anton, V.
implementation highlights how basic electronic components, when Subramaniyan, and S. Satheesh Kumar, “Smart Garbage
programmed and integrated properly, can significantly enhance day- Monitoring System using IoT,” International Journal of
to-day utilities. Engineering Research & Technology (IJERT), vol. 6, no.
As we progress toward smarter and more sustainable cities, such 3, Apr. 2018, doi: 10.17577/IJERTCONV6IS03024.
systems will play a pivotal role in bridging the gap between
technology and public health. The flexibility of this project allows 11. Arindam Ghosh, Debajyoti Sarkar, Aditya Kumar Jha,
for future upgrades such as wireless monitoring, AI-based Saikat Banerjee, Sujoy Barui, Biswanil Ghosh, and Tapas
segregation, and solar power integration, making it scalable and Kumar Nandi, “Design and Fabrication of IoT-based
adaptable to evolving needs. Smart Dustbin,” International Journal for Research in
Applied Science and Engineering Technology (IJRASET),
vol. 10, no. 6, Jun. 2022, doi:
10.22214/ijraset.2022.46020.
IX. REFERENCES
1. A. S. Khan, P. R. Chavan, and K. J. Sawant, “IoT-Based 12. Siti Sarah Md Ilyas, Muhammad Amirul Rosyad Mohd
Smart Garbage Monitoring System and Advanced Halim, Nadia Abdul Wahab, and Norfiza Ibrahim, “IoT-
Disciplinary Approach,” International Journal of based Smart Garbage Monitoring,” Journal of Computing
Innovative Science and Research Technology, vol. 7, no. Research and Innovation, vol. 6, no. 2, pp. 22–30, Apr.
6, pp. 154–157, Jun. 2022. 2021, doi: 10.24191/jcrinn.v6i2.187.

2. A. S. Khan, P. R. Chavan, and K. J. Sawant, “Smart 13. Muhammad Zar Mohd Zaid Harith, Mohammad Asif
Garbage Monitoring System Using IoT,” International Hossain, Ismail Ahmedy, Mohd Yamani Idna Idris, Tey
Journal for Research in Applied Science and Engineering Kok Soon, and Rafidah Md Noor, “Prototype
Technology (IJRASET), vol. 10, no. 6, pp. 2086–2089, Development of IoT-based Smart Waste Management
Jun. 2022, doi: 10.22214/ijraset.2022.44034. System for Smart City,” IOP Conference Series:
Materials Science and Engineering, vol. 884, no. 1, p.
3. G. P. More, K. V. Shinde, A. J. Thorat, and M. M. Patil, 012051, Jul. 2020, doi:
“Smart Garbage Monitoring System using IoT,” 10.1088/1757-899X/884/1/012051.
International Research Journal of Engineering and
Technology (IRJET), vol. 6, no. 4, pp. 2396–2399, Apr.
2019.

4. P. M. Mahajan, A. S. Jagtap, R. V. Deshmukh, and R. P.


Bansode, “Smart Dustbin,” International Journal for
Research in Applied Science and Engineering Technology
(IJRASET), vol. 9, no. 6, pp. 1556–1558, Jun. 2021, doi:
10.22214/ijraset.2021.34387.

5. R. L. Villanueva, J. S. Sumadsad, J. R. T. Dolatre, and R.


A. Baldovino, “Smart Bin: Internet-of-Things Garbage
Monitoring System,” in 2020 IEEE International
Conference on Internet of Things and Intelligence System
(IoTaIS), Bali, Indonesia, 2020, pp. 109–114, doi:
10.1109/IoTaIS50325.2020.9351340.

6. A. P. Pawar, P. M. Shinde, A. A. Salve, and D. D. Patil,


“Smart Waste Management System using IoT,”
International Journal of Engineering Research &
Technology (IJERT), vol. 9, no. 5, pp. 701–704, May

Page 04

You might also like