0% found this document useful (0 votes)
6 views17 pages

Automated Waste Segregation System

The Automatic Waste Segregation and Monitoring System utilizes electronic sensors and microcontrollers to automate waste sorting, enhancing efficiency and accuracy in waste management. It employs inductive, capacitive, and ultrasonic sensors for material detection and real-time monitoring of bin levels via IoT integration. This innovative solution addresses the challenges of manual waste segregation, promotes recycling, and supports sustainable urban practices.

Uploaded by

soumyafarande8
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views17 pages

Automated Waste Segregation System

The Automatic Waste Segregation and Monitoring System utilizes electronic sensors and microcontrollers to automate waste sorting, enhancing efficiency and accuracy in waste management. It employs inductive, capacitive, and ultrasonic sensors for material detection and real-time monitoring of bin levels via IoT integration. This innovative solution addresses the challenges of manual waste segregation, promotes recycling, and supports sustainable urban practices.

Uploaded by

soumyafarande8
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Automatic Waste Segregation and Monitoring System

CHAPTER 01

INTRODUCTION
Waste management is one of the most significant challenges faced by urban
communities today. With rapid population growth, industrial development, and changes in
lifestyle patterns, the volume of waste generated every day has increased drastically. Most
households, institutions, and public areas dispose of waste without proper segregation, which
results in mixed waste being collected by municipal bodies. When waste is not segregated at
the source, it becomes extremely difficult to recycle or treat it effectively. Mixed waste sent to
landfills causes soil pollution, air pollution, and contamination of groundwater, ultimately
affecting public health and the environment. Therefore, there is an urgent need for systems that
promote proper waste segregation in an automated, simple, and user-friendly manner.

Traditional waste-segregation methods are mostly manual, where workers separate


waste into categories such as metal, plastic, wet waste, and dry waste. This method is labour-
intensive, time-consuming, and exposes workers to harmful materials, pathogens, and chemical
substances. In addition to safety concerns, manual segregation is inefficient due to human error
and the unpredictable nature of waste composition. These issues highlight the need for
automated solutions that can ensure accuracy, safety, and reliability while reducing the burden
on municipal waste-handling systems. Automation plays a major role in improving the
efficiency of waste management.

An Automatic Waste Segregation and Monitoring System is a technological innovation


that uses electronic sensors, microcontrollers, and mechanical components to sort waste
intelligently. In this project, inductive sensors detect metals based on electromagnetic
interference, capacitive sensors identify plastic and paper by sensing changes in dielectric
properties, and ultrasonic sensors detect the presence of objects and monitor the fill level inside
bins. A servo motor-operated diverter guides the waste into appropriate bins depending on the
material detected. This fully automated mechanism ensures consistent and accurate
segregation, minimizing the chances of misclassification.

Another crucial aspect of modern waste management is continuous monitoring of waste


levels. Most public waste bins overflow because they are not monitored regularly, creating
unhygienic conditions and attracting insects and animals. To address this issue, the system
incorporates IoT-based monitoring, where the ESP32 microcontroller sends real-time bin-level
information to an online dashboard. This allows users or municipal authorities to track bin
status remotely and plan waste collection more effectively. When a bin reaches a predefined
fill level, the system can trigger an alert or notification, preventing overflow and ensuring
timely disposal.

The main motivation for developing this project is to provide an affordable and practical
system that can be used in households, colleges, offices, parks, hospitals, and other public
places. Unlike expensive commercial smart-bins, this project uses cost-effective components
such as Arduino Uno, ESP32, ultrasonic sensors, servo motors, and foam/acrylic structures.
These components are easily available, simple to integrate, and suitable for prototype
development. The design is straightforward and modular, making it easy to replicate, modify,
or scale based on requirements.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 1


Automatic Waste Segregation and Monitoring System

The waste System is a technological innovation that uses electronic sensors,


microcontrollers, and mechanical components to sort waste intelligently. In this project,
inductive sensors detect metals based on electromagnetic interference, capacitive sensors
identify plastic and paper by sensing changes in dielectric properties, and ultrasonic sensors
detect the presence of objects and monitor the fill level inside bins. A servo motor-operated
diverter guides the waste into appropriate bins depending on the material detected. This fully
automated mechanism ensures consistent and accurate segregation, minimizing the chances of
misclassification.

Additionally, this project aligns with the growing demand for smart-city solutions.
Many cities are now adopting IoT-based technologies to improve cleanliness, reduce manual
labour, and optimize waste-collection routes. By integrating automation and IoT, this system
contributes to the broader vision of sustainable and intelligent waste-management practices. It
also promotes environmental sustainability by encouraging recycling, reducing landfill waste,
and improving the efficiency of municipal operations.

Overall, the basic concept of this project revolves around automating the waste
segregation process and enabling real-time waste monitoring through IoT. The system not only
improves segregation accuracy but also enhances hygiene, safety, and operational efficiency.
With further development, it has the potential to become a widely used solution in smart homes
and smart cities, contributing to a cleaner and healthier environment.

Waste segregation helps reduce the amount of garbage that goes to landfills, which are
already overflowing in many cities. When waste is mixed, it becomes difficult to recycle and
can also release harmful gases and toxins. But when it is properly separated, biodegradable
waste can be used to make compost, and recyclable materials like plastic and metal can be
reused. This saves natural resources, reduces environmental damage, and supports a cleaner
and healthier society.

In addition, waste segregation plays an important role in promoting awareness and


responsibility among citizens. It encourages people to understand the impact of their waste on
the environment and motivates them to follow sustainable habits. Many urban local bodies and
smart city initiatives are now encouraging waste segregation through rules, awareness
programs, and separate waste collection systems. Overall, waste segregation is a simple but
powerful practice that helps create a cleaner environment, supports recycling industries, and
contributes to sustainable development.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 2


Automatic Waste Segregation and Monitoring System

CHAPTER 02

DESIGN AND CONSTRUCTION


2.1 Methodology and Planning

The design and construction of the Automatic Waste Segregation and Monitoring
System began with a systematic methodology that involved understanding the nature of waste
materials, selecting the appropriate sensing components, planning the flow of waste, and
integrating IoT-based monitoring. The planning phase focused on creating a structure where
waste enters through a single inlet and then passes through a sensing chamber. During the initial
stage, the type of waste to be segregated—such as metal, plastic, or dry waste—was analysed
to determine the best sensors suitable for detection. Inductive sensors were selected for
identifying metal objects due to their sensitivity to electromagnetic disturbances, while
capacitive sensors were chosen to detect plastics and paper. An ultrasonic sensor was included
to sense the presence of waste at the inlet and to measure bin levels after segregation. The
mechanical design was planned such that a servo motor could rotate a flap or diverter to direct
the waste into the appropriate bin based on sensor signals. The system was divided into stages
such as input sensing, material identification, decision-making, servo actuation, bin-level
monitoring, and IoT data transmission. Planning also included programming flowcharts, wiring
layout creation, and testing individual components before integrating them into the final
system. This ensured that every component responded correctly and worked together
seamlessly.

2.2 Details of Core Components

The core components of the system include the ESP32 microcontroller, Arduino Uno,
ultrasonic sensor, inductive sensor, capacitive sensor, servo motor, breadboard, jumper wires,
9V battery, and the mechanical casing. The ESP32 microcontroller serves as the main
processing unit responsible for executing logic, handling Wi-Fi communication, and sending
real-time data to the IoT dashboard. It processes bin-level data, monitors sensor readings, and
generates alerts when bins become full. Arduino Uno is used to interface with sensors and servo
motors because of its stable PWM output and multiple analogy and digital pins. The ultras

sonic sensor plays a dual role—detecting waste presence at the inlet and measuring the
height of waste inside the bins. It works by emitting ultrasonic waves and calculating the time
taken for the echo to return. The inductive sensor detects metallic waste by generating an
electromagnetic field that reacts when metal passes through it, making it ideal for categorizing
metal waste. The capacitive sensor identifies plastic and paper based on changes in dielectric
properties, allowing the system to separate non-metallic items accurately. The servo motor is a
crucial component that rotates the diverter flap to direct waste into the correct bin. Its precise
0°–180° control enables accurate bin selection. The breadboard is used for temporary wiring
and circuit organization, while jumper wires provide quick connections between sensors,
Arduino, and ESP32. The 9V battery supplies backup power to ensure continuous operation.
The mechanical chassis, made of foam and acrylic, supports all components and ensures
durability. Together, these components form a complete, coordinated system that performs
waste segregation efficiently.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 3


Automatic Waste Segregation and Monitoring System

2.3 Circuit Diagram

The circuit diagram of the waste segregation system includes the connection of sensors,
servo motor, Arduino Uno, and ESP32. The ultrasonic sensor is connected to Arduino’s digital
pins where the trigger pin connects to D9 and the echo pin to D8. The inductive and capacitive
sensors are connected to digital pins D4 and D5 respectively. The servo motor signal pin
connects to PWM pin D10 of Arduino, while its power and ground are connected to 5V and
GND respectively. Arduino Uno communicates with the ESP32 through TX and RX pins for
transferring sensor data. The bin-level ultrasonic sensors are connected to the ESP32’s GPIO
pins. All components share a common ground to ensure stable circuit operation. The power
supply to the system is provided through USB or a 9V battery connected to the Arduino’s VIN
pin.

Servo (2)

Servo (3)

Fig. 1: Circuit Diagram

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 4


Automatic Waste Segregation and Monitoring System

Chapter 03

Working Methodology
3.1 Illustration of Working Methodology

The working methodology of the Automatic Waste Segregation and Monitoring System
is based on a sequential process involving sensing, identification, actuation, and monitoring.
When a waste item is brought near the inlet, the ultrasonic sensor first detects its presence and
activates the sensing mechanism. As the waste passes through the sensing chamber, it is
analysed by two primary sensors: the inductive sensor, which detects the presence of metallic
waste, and the capacitive sensor, which identifies non-metallic waste such as plastic or dry
paper by measuring changes in dielectric properties. After collecting the sensor data, the
Arduino Uno processes the input and determines the category of the waste. Based on this
classification, the Arduino sends a signal to the servo motor to rotate the diverter flap to the
correct angle so that the waste is directed into its respective bin. Once the waste is dropped, the
servo returns to its original position, allowing the next item to enter. In parallel, ultrasonic
sensors installed inside each bin continuously measure the fill level and transmit this
information to the ESP32 module. The ESP32 uses Wi-Fi connectivity to update the IoT
dashboard with real-time bin status, sending notifications when any bin becomes full. This
entire sequence forms a continuous and automated workflow that ensures accurate segregation
and effective real-time monitoring of waste levels.

3.2 Working Procedure

The working procedure of the system begins with powering on the main control unit,
which initializes the Arduino Uno, ESP32, sensors, and servo motor. Once the system becomes
active, the sensing unit remains ready to detect incoming waste. When the ultrasonic sensor
senses an object near the inlet, it triggers the detection phase. The waste item then passes
directly under the inductive sensor, which checks for metal content. If metal is detected, the
Arduino identifies the object as metallic waste. If not, the waste proceeds further to the
capacitive sensor, which determines if the object is plastic or dry waste based on dielectric
changes. After classification, the Arduino selects the appropriate servo angle and rotates the
diverter flap toward the designated bin. The waste falls into the correct bin through gravity,
and the servo resets to its neutral position afterwards. Meanwhile, each bin has a dedicated
ultrasonic sensor that continuously measures the height of accumulated waste. These readings
are transmitted to the ESP32, which updates the IoT dashboard. If a bin reaches near its
maximum capacity, the system automatically sends an alert notification, ensuring timely
disposal. The entire procedure repeats for every incoming waste item, providing a fully
automated and reliable segregation process.

3.3 System Interaction Flow

The interaction flow between the hardware components is crucial to ensure the system
functions without delay or misclassification. The sensors continuously operate in scanning
mode, collecting data in real time. The Arduino Uno acts as the central controller for sensing
and decision-making while the ESP32 handles communication and monitoring. When waste
passes through the detection zone, the Arduino processes inputs in milliseconds to avoid
congestion at the inlet. The servo motor is programmed to respond instantly with minimal

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 5


Automatic Waste Segregation and Monitoring System

delay, allowing the diverter flap to move rapidly and return to its home position. Meanwhile,
feedback loops from bin-level ultrasonic sensors help the ESP32 update the system status
continuously on the IoT dashboard. This real-time interaction ensures no overlap occurs
between different stages of the workflow and allows the system to operate smoothly even
during continuous use.

3.4 Error Handling and Safety Response

To maintain reliability, the system includes basic error-handling functions that identify
and respond to faulty sensor readings. If the ultrasonic sensor fails to detect an object due to a
reflective surface or incorrect angle, the system performs a retry cycle before moving forward.
Similarly, if both inductive and capacitive sensors fail to classify the waste, the Arduino
defaults to a “dry waste” category to ensure the item is still processed. The servo motor is also
programmed with limits to avoid mechanical jamming in case of oversized objects. Moreover,
the ESP32 monitors the system’s voltage levels to prevent malfunction caused by low battery
conditions. Any repeated failures or abnormal readings result in an error notification sent to
the user via the IoT dashboard. This additional safety layer enhances reliability and prevents
system downtime.

3.5 Timing and Response Mechanisms

The efficiency of the system relies heavily on appropriate timing and response
mechanisms. Each sensor reading is taken with a specific delay to avoid incorrect classification
due to noise or vibration during waste movement. The ultrasonic sensor uses microsecond-
level timing to calculate accurate distances, while inductive and capacitive sensors evaluate
their readings at high frequency to detect material presence instantaneously. The servo motor
is programmed to rotate with controlled speed to ensure waste falls precisely into the correct
bin without bouncing or misalignment. The ESP32 collects bin-level data at predefined
intervals, reducing network load while maintaining real-time accuracy. Such timing
management significantly improves the performance and ensures a stable workflow under
various operating conditions.

3.6 Integration with IoT Dashboard

The integration with the IoT dashboard plays an essential role in extending the
functionality of the waste segregator beyond physical segregation. The ESP32 collects bin
status, sensor health data, and environmental readings before uploading them to the cloud
platform. The IoT dashboard displays parameters such as the type of waste detected, current
bin level percentage, time of last entry, and system connectivity status. Advanced versions of
the dashboard also allow manual override, enabling the operator to test the servo motor or reset
sensor values remotely. This integration not only helps in remote supervision but also helps
municipalities and waste management teams make informed decisions, thereby enhancing
overall waste disposal efficiency.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 6


Automatic Waste Segregation and Monitoring System

3.7 Component used

(a) ESP32

Fig 1.2 ESP32

The ESP32 is a versatile, low-cost System-on-a-Chip (SoC) microcontroller developed


by Espresso Systems, renowned for its integrated Wi-Fi and dual-mode Bluetooth capabilities.
This makes it an ideal core for a vast array of Internet of Things (IoT) applications, from smart
home automation to wearable health monitors. At its heart, the typical ESP32 features a
powerful dual-core Ten silica Extensa 32-bit LX6 microprocessor, capable of running at up to
240 MHz, offering superior processing power and memory (up to 520 KB SRAM) compared
to other hobbyist boards like the Arduino Uno

(b) Ultrasonic Sensor

Fig 1.3 Ultrasonic Sensor

An ultrasonic sensor is used to measure distance by emitting ultrasonic waves and


detecting their reflection from an object. In many automation and robotics projects, it plays a
crucial role in object detection, level measurement, and obstacle avoidance. In your waste
segregation or monitoring system, the ultrasonic sensor helps detect the presence or height of
waste inside the bin, ensuring accurate measurement without physical contact. It improves
system efficiency by providing reliable, real-time distance or level data.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 7


Automatic Waste Segregation and Monitoring System

(c) Servo Motor

Fig 1.4 Servo Motor

A servo motor is a small and precise actuator used to rotate or position objects at specific
angles. It is widely used in robotics, automation, and control systems where accurate movement
is required. In your project, the servo motor helps open and close flaps, lids, or segregation
gates based on sensor inputs. Its ability to move to exact positions makes it ideal for directing
waste to the correct compartment or performing mechanical operations smoothly and
efficiently.

(d) Jumper Wire

Fig. 1.5 Jumper Wire


Jumper wires are flexible electrical wires used for creating temporary or semi-
permanent connections on breadboards or between electronic components. They make it easy
to prototype circuits without soldering. In your project, jumper wires connect the sensors,
microcontroller, servo motors, and other modules, enabling smooth communication between
all parts. Their simplicity and reusability help in building, testing, and modifying the circuit
quickly.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 8


Automatic Waste Segregation and Monitoring System

(e) Breadboard

Fig. 1.6 Breadboard

A breadboard is a reusable platform for building and testing electronic circuits without
soldering. It contains interconnected holes that allow components to be plugged in easily and
connected using jumper wires. In your project, the breadboard helps in assembling all
components like the ultrasonic sensor, servo motor, ESP32/Arduino, and power supply
connections. It is extremely useful for prototyping, debugging, and making adjustments before
finalizing the design.

(f) Final Project Model

Fig. 1.7 Final Project Model

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 9


Automatic Waste Segregation and Monitoring System

Program Used
Arduino IDE Software

Fig. 1.8 Arduino IDE Software

Arduino IDE (Integrated Development Environment) is a software platform used to


write, compile, and upload code to Arduino boards and compatible microcontrollers like
ESP32. It provides a simple and user-friendly interface where users can write programs in
C/C++ language using built-in libraries for sensors, motors, and other modules. Arduino IDE
also offers a serial monitor to debug and monitor real-time data from the microcontroller. It is
widely used in robotics, automation, and IoT projects because it simplifies programming and
allows quick testing of hardware components. For projects like an automatic waste segregation
system, Arduino IDE enables seamless coding of sensor readings, motor control, and decision-
making logic, making it an essential tool for prototyping and development.

One of its key features is the Serial Monitor, which enables real-time monitoring and
debugging of data from connected devices, allowing developers to test and adjust their systems
efficiently. Arduino IDE is widely used in robotics, automation, IoT, and embedded system
projects because it simplifies hardware-software integration. In projects like automatic waste
segregation and monitoring systems, Arduino IDE plays a crucial role in programming sensors
such as ultrasonic sensors, controlling actuators like servo motors, and implementing the logic
to make the system intelligent and responsive. Its cross-platform compatibility and strong
community support make it an indispensable tool for prototyping, experimenting, and building
functional electronic systems.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 10


Automatic Waste Segregation and Monitoring System

Chapter 04

Cost and Expenditure


Costing and estimation for waste segregation involves first determining the
quantity of waste generated through methods like load count analysis or waste
surveys, then calculating the operational and capital costs for collection,
transportation, and processing. Key costs include salaries, fuel, and vehicle
depreciation, while estimations can be based on waste characteristics, population,
and chosen processing methods like composting or fuel conversion.

Components Description with Quantity

Table 1: Cost and Expenditure


Component Quantity Price
Servo Motors 3 240
Arduino UNO 1 350
Ultrasonic Sensor 1 200
9V Battery 1 20
Breadboard 1 150
Jumper Wires 1 Pack 60
Foam Sheet 1 Pack 400
ESP 32 1 500
Total Price - 1920/-

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 11


Automatic Waste Segregation and Monitoring System

Chapter 05
Result and Discussion
The development of the Automatic Waste Segregation and Monitoring System led to
several important results that demonstrate the practicality and functioning of the proposed
design. The integration of sensors, microcontroller, and actuators enabled the system to
perform real-time segregation and monitoring operations. Throughout the testing phase, the
system consistently detected the presence of waste using the ultrasonic sensor and activated
the servo motor mechanism to divert waste into the appropriate section. Additionally, the
monitoring feature provided clear feedback on bin fill levels, ensuring timely waste disposal.
This chapter explains in detail the objectives achieved, the shortcomings, limitations
encountered during testing, and the scope for future enhancements.

5.1 Objectives Completed and How

One of the primary objectives—to automate the process of waste detection and
segregation—was successfully achieved. The ultrasonic sensor accurately measured the
distance and detected when waste was placed into the bin. The microcontroller processed this
data and sent appropriate signals to the servo motor to activate the mechanical flap or gate for
segregation. The system also met the objective of real-time monitoring by indicating the level
of waste inside the bin, allowing users or authorities to know when the bin is almost full.

Another key objective accomplished was the reduction of manual involvement in


segregation. By using sensor-based automation, the system demonstrated improved efficiency,
consistency, and hygiene. The project also achieved the objective of creating a low-cost and
scalable prototype using components like ESP32/Arduino, jumper wires, and breadboards,
making the system affordable for urban local bodies. The overall working procedure matched
the expected output, validating the design approach and methodology used in the project.

5.2 Objectives Not Achieved

Although most of the intended objectives were completed, a few goals could not be
achieved due to practical limitations during implementation. One such objective was the
accurate classification of multiple types of waste using advanced sensing methods. The
prototype could segregate waste based on basic detection, but it did not support fine
classification such as differentiating between types of dry waste or identifying hazardous
materials.

Additionally, the objective of developing a fully IoT-enabled dashboard for remote


monitoring could not be fully implemented due to time and resource constraints. The
communication interface worked at the basic level, but real-time cloud integration and
advanced data logging features were not fully completed.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 12


Automatic Waste Segregation and Monitoring System

5.3 Limitations

▪ The system can segregate only three types of waste metal, plastic, and dry waste while
wet waste and glass are not detected.
▪ Sensor accuracy may reduce if waste items are too small, irregularly shaped, or
overlapping.
▪ The servo motor cannot handle very heavy or oversized waste objects.
▪ The structure made from foam or acrylic is lightweight and may not withstand rough
handling or outdoor use.
▪ The system depends on a stable power supply; voltage fluctuations may affect sensor
readings.
▪ IoT monitoring requires a continuous internet connection, and data transmission may
fail during network issues.
▪ Capacitive and inductive sensors may produce false readings in dusty or moist
environments.
▪ The prototype has limited bin capacity, making it suitable only for small-scale or indoor
applications.
▪ The system cannot identify multiple items at the same time; items must be inserted
individually.
▪ Maintenance is required to keep sensors clean for accurate detection.

5.4 Future Improvements

▪ Integration of AI/ML-based Image Recognition:


Adding a camera module with machine learning models can accurately identify
multiple waste types including wet waste, organic waste, and glass.
▪ Stronger Mechanical Structure:
Replacing foam or acrylic with metal or 3D-printed materials will increase durability
and allow the system to handle heavier waste.
▪ Solar-Powered Smart System:
Introducing solar panels can reduce dependency on conventional power sources and
make the system suitable for outdoor installation.
▪ Mobile App-Based Control and Alerts:
A dedicated mobile application can provide real-time updates, notifications, manual
controls, usage history, and maintenance alerts.
▪ Automatic Lid Opening and Self-Cleaning Mechanism:
Adding motorized bin lids and a self-cleaning sensing chamber will improve hygiene
and make the system more user-friendly and maintenance-free.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 13


Automatic Waste Segregation and Monitoring System

Chapter 06
Conclusion

The Automatic Waste Segregation and Monitoring System developed in this project
provides an efficient and innovative approach to solving one of the most critical environmental
challenges faced today improper waste management. Through the integration of sensor
technology, microcontrollers, servo mechanisms, and IoT connectivity, the system ensures
accurate segregation of waste at the source and simplifies the overall waste-handling process.
The use of inductive and capacitive sensors enables reliable identification of metal, plastic, and
dry waste materials, eliminating the need for manual sorting, which is often time-consuming,
unhygienic, and prone to human error. The servo-operated diverter mechanism further ensures
that waste is directed into the appropriate bin quickly and smoothly, enhancing the speed and
efficiency of segregation.

One of the major strengths of the system is its IoT-enabled real-time monitoring feature.
By utilizing the ESP32 microcontroller to collect and update bin-level data, the system provides
users or municipal authorities with live information on whether the bins are full or nearing
capacity. This prevents situations of overflowing bins and supports more organized and timely
waste collection routines. The IoT dashboard also acts as an intelligent interface that improves
system transparency and allows users to remotely track the performance of the entire setup. As
a result, the project not only focuses on segregation but also addresses the broader issue of
waste monitoring and management, making it a more holistic solution.

Overall, the project achieves all its major objectives and demonstrates the practical
potential of automation in day-to-day waste management. It is cost-effective, user-friendly, and
capable of operating with minimal manual supervision, making it suitable for homes, colleges,
offices, parks, apartments, and smart-city infrastructures. The system contributes to
environmental sustainability by promoting proper waste segregation, reducing landfill load,
and supporting recycling practices. In the future, the model can be further enhanced by
incorporating advanced technologies such as AI-based image classification, higher-precision
sensors, solar-powered operation, and GSM-based alert systems. By continuing to develop and
refine this system, it has the potential to become an essential part of modern waste management
solutions and significantly improve hygiene, cleanliness, and environmental well-being in
urban areas.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 14


Automatic Waste Segregation and Monitoring System

Chapter 07 :

LIST OF SDGs
1. No Poverty: Aims to eradicate poverty everywhere by providing equal access to resources,
opportunities, and social protection.
2. Zero Hunger: Focuses on ending hunger, improving nutrition, and promoting sustainable
agricultural practices.
3. Good Health and Well-Being: Ensures healthy lives by improving healthcare access,
reducing diseases, and promoting mental and physical well-being.
4. Quality Education: Seeks inclusive and equitable education for all, ensuring lifelong
learning opportunities.
5. Gender Equality: Promotes equal rights and opportunities for all genders and eliminates
discrimination and violence against women and girls.
6. Clean Water and Sanitation: Guarantees availability of safe drinking water and proper
sanitation, promoting hygiene and conservation.
7. Affordable and Clean Energy: Ensures access to reliable, sustainable, and modern energy
sources at affordable cost.
8. Decent Work and Economic Growth: Encourages job creation, safe working conditions,
innovation, and sustainable economic growth.
9. Industry, Innovation, and Infrastructure: Supports resilient infrastructure, technological
innovation, and sustainable industrialization.
10. Reduced Inequalities Aims to reduce inequalities within and among countries by ensuring
fairness and equal opportunities.
11. Sustainable Cities and Communities: Focuses on making cities safe, resilient, clean, and
sustainable for growing populations.
12. Responsible Consumption and Production: Encourages efficient use of resources, waste
reduction, and sustainable manufacturing processes.
13. Climate Action: Promotes urgent measures to combat climate change and reduce
greenhouse gas emissions.
14. Life Below Water: Protects oceans and marine life by reducing pollution and promoting
sustainable use of water resources.
15. Life on Land: Safeguards forests, biodiversity, soil, and ecosystems to maintain
environmental balance.
16. Peace, Justice, and Strong Institutions: Supports peace, ethical governance, justice, and
strong institutions to protect human rights.
[Link] for the Goals: Strengthens global cooperation, finance, technology sharing,
and teamwork to achieve all SDGs

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 15


Automatic Waste Segregation and Monitoring System

SDG 11 – Sustainable Cities and Communities


SDG 11 aims to make cities cleaner, safer, and more sustainable. Our project
contributes to this goal by improving urban waste management through automation and smart
monitoring. Overflowing and unmanaged waste bins are common issues in growing cities,
leading to pollution, unpleasant surroundings, and health hazards. The IoT-enabled fill-level
monitoring in your system helps authorities or users know when bins need attention, preventing
littering and maintaining sanitation in public areas. By reducing manual handling and
promoting efficient waste collection, the system enhances cleanliness and supports the
development of smart-city infrastructure. It is a practical step toward building sustainable and
well-organized communities.

By detecting waste levels and sending real-time notifications, the system ensures timely
collection, reduces littering, and prevents environmental hazards caused by unmanaged waste.
The automated segregation mechanism minimizes human contact with waste, improving safety
for sanitation workers. Such smart technologies are essential components of modern smart
cities, helping authorities maintain cleanliness and improve the quality of life for residents.

This project supports SDG 11 by promoting cleaner public spaces, reducing manual
labour, enhancing urban sanitation systems, and encouraging the adoption of smart,
technology-based infrastructure. It demonstrates how innovation and engineering can
contribute to more organized, sustainable, and environment-friendly cities.

SDG 12 – Responsible Consumption and Production


SDG 12 focuses on promoting responsible use of resources, reducing waste, and
encouraging recycling. Our project directly supports this goal by enabling automatic waste
segregation into metal, plastic, and dry waste. When waste is segregated correctly at the
source, it becomes easier to recycle materials and reduces the amount of garbage sent to
landfills. The system also monitors bin levels to prevent overflow, encouraging proper and
hygienic disposal of waste. By using simple, low-cost electronics, the project promotes a
sustainable method of handling waste in homes, institutions, and cities. Overall, it helps
develop environmentally responsible waste practices and supports a cleaner, more sustainable
society.

The automated mechanism reduces human error in waste sorting and promotes hygienic
disposal practices. By monitoring the fill level of bins and alerting users when they are full, the
system prevents unnecessary waste accumulation and improves overall cleanliness. This aligns
with SDG 12 targets such as sustainable waste management, reducing environmental pollution,
and encouraging responsible consumption habits. The project provides a low-cost, scalable,
and practical solution that can be implemented in homes, schools, industries, and urban areas
to support sustainable living.

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 16


Automatic Waste Segregation and Monitoring System

REFERENCE
[1] K. Pardini et al., “IoT-Based Solid Waste Management Solutions: A Survey” —
review of IoT infrastructure, architectures, and applications for smart waste
management. MDPI

[2] M. Dokl et al., “A waste separation system based on sensor technology and deep
learning” (Journal article, 2024) — recent work combining sensor arrays with deep
learning for plastic separation. ScienceDirect

[3] [Link], “IoT-Enabled Smart Waste Management using Renewable Energy” —


proposes solar-powered IoT smart bins and remote monitoring (good for energy/field
deployment ideas). ScienceDirect

[4] Al Mamun, M.A.; Hannan, M.A.; Hussain, A.; Basri, H., “Wireless Sensor Network
Prototype for Solid Waste Bin Monitoring with Energy Efficient Sensing Algorithm”
— IEEE Sensors journal (prototype and algorithms for bin monitoring). ResearchGate

[5] “Automatic Waste Sorter Machine using Proximity Sensor” (SCITEPRESS


conference/paper, 2021) — sensor combination (inductive, capacitive, ultrasonic) used
in low-cost sorter prototypes (useful for component-level design). SciTePress

[6] “Automated smart waste segregation system using IoT technology” (conference /
journal preprint, 2023) — practical Arduino/ultrasonic/inductive implementations and
system integration notes. ResearchGate

[7] “Design and Fabrication of an Automatic Waste Segregation and Monitoring


System” (CWE Journal, 2024) — prototype paper describing capacitive moisture
sensing, segregation logic and prototype fabrication. CWE Journal

[8] “IoT-Enabled Waste Management in Smart Cities” (The Science and Information
Association / thematic review) — theoretical overview linking IoT monitoring with
urban waste collection optimization. The Science and Information Organization

[9] “Smart Dustbin using ESP32 for Waste Management” (recent implementation /
article, 2024) — ESP32-based smart dustbin prototype (directly relevant for your
ESP32 + IoT implementation). IRO Journals

[10] S. Vishnu et al., “Sensor-Based Solid Waste Handling Systems: A Survey” —


comprehensive survey of sensors and automation approaches in solid-waste systems
(useful for background / literature review). MDPI

DEPARTMENT OF MECHANICAL ENGINEERING JCE, BELAGAVI 17

You might also like