You are on page 1of 22

Smart dustbin

THINGS REQUIRED
 Plastic bin.
 Cardboard.
 Ultrasonic sensor.
 Arduino UNO.
 Connecting wires.
 Jumper wires.
 Power supply.
MAIN OBJECTIVES
In this fast moving world every thing has become
automated such that it reduces time usage and thus
the benefits are obtained with no compromisation.
The smart dustbin project mainly focuses on
maintaining hygiene and contactless disposal of
wastage.
By using smart dustbin we can avoid the spread of
diseases caused due to improper disposal of wastage.
PROPOSED SYSTEM:
The smart bin opens when it detects trash using the
ultrasonic sensor
When the trash is detected the servo motor is trigerred
and the lid opens the user can throw the trash
After a specified time the lid closes and remain closed
for a specified time
The time duration for the bin to remain opened or
closed are customised while programming.
CIRCUIT DIAGRAM
ARDUINO CODE
NEW FEATURE FOR ELDERLY PEOPLE
In a previously published papers therr are inventions
like dustbin that use voice assistant which can be used
by people who have verbal communication.It would be
very difficult for deaf-mute person.
So for them Our new feature , remote control will be
useful for elderly people who can’t move The dustbin
can go to the users place and throw it which reduces
time and effort.
We use remote controlled feature so that people can
send signals to the dustbin through the remote and
the bin can recognise and come to the user’s place.
Our new feature (REMOTE CONTROL)
Previous invention:
In a previous research paper they had a voice assistant
feature in their bin which uses voice command and moves .
Drawbacks of previous invention:
Voice controlled bin can help for people who have verbal
communication but for deaf and mute people we can’t use the
same feature.
Our new feature:
We planned to add a remote controlled feature to the e dustbin
So that it wilbevery useful for people who can’t speak as well as
people (especially elderly ones) who can’t move from their place .
It reduces time and effort .
TO FIND SHORTEST ROUTE
ALGORITHMS
There are various machine learning algorithms that can be used
to find shortest route between two points
Here we use two algorithms
Dijikstras algorithm this we use this algorithm to find the
shortest distance between the bin and the user.
KNN algorithm is used when there are multiple signals recieving
from. Various remotes(when man users want to use the bin)
using KNN the bin wil decide which path to take so that all the
users are using the bin.
LITERATURE SURVEY
AUTHOR NAME PAPER TITLE YEAR OF INFERENCE
APPLICATION

1. Mr. Abhishek VOICE 2019 Voice Controlled


Ayush E.T.A.N CONTROLLED Automatic
AUTOMATIC Dustbin (VCAD) is
DUSTBIN WITH a robotic dustbin
GARBAGE LEVEL that is controlled
SENSING by providing
specific voice
commands by the
user
2.Mr.Abhishek INTELLIGENT 2022 In this a
Gupta E.T.A.N ROUTE communication
PLANNING FOR framework is
AUTONOMOUS proposed
SERVICE involving smart
ROBOTS USING dustbins, which
COMMUNICATI inform a central
NG SMART planning entity
DUSTBIN about the filling
level.
3.Ms.Harshitha K-Nearest 2022 a Dreck
E.T.A.N Neighbor (KNN) management
Algorithm Based system has been
Dreck introduced by
Management utilizing a Jupyter
System. Notebook. The
proposed system
has functionalities
like garbage
monitoring and
alerting the
authority when the
dustbin becomes
completely ful
4.Mr. Archit Smart bin: An 2017 It is about is about
Srivatsava E.T.A.N intelligent waste creating a smart
alert and waste-bin that
prediction system alerts the
using machine authorities to
learning approach gather the waste
which has been
piling up in the
bins
5.Mr. Pradeep Automated
indoor waste
2017  In this paper a
robot is designed
Gopal management in such a way that
system it effectively
employing tracks the
wavefront location of the
algorithm and filled dustbin and
received signal collects the waste
strength in its storage part.
indicator values-
based mobile
robot

6.Ms. Karthika.P Smart bin and 2022 In this paper, the


E.T.A.N intelligent waste trash level is
segregator using measured and
IoT monitored with
an ultrasonic
sensor and the
Blynk app
7.Mr.Muruganantha Efficient IOT 2018  The proposed
m E.T.A.N Based Smart Bin system is an
for Clean automated alert
Environment based smart bin
That locks itself
during rain and
also when bin is
filled.

8.Ms.Devika P.V Architecture, 2021 In this paper an


E.T.A.N Concept and algorithm is used
Algorithm for for finding the
Data Analytics shortest route for
based Zero Touch the garbage
Waste colllection truck
Management in in order to cover
Smart Cities all the bins.
9.Mr.KVS Nikhil IOT Based Smart
Dustbin
2019 his paper mainly
focus on the
E.T.A.N Monitoring With monitoring and
Tracking System tracking of garbage
Using ATMega present in our
2560 ambience. In
Microcontroller addition to that the
data is sent into
IOT based cloud
platform for real
time monitoring. 

10.Mr.Sandeep IOT based Smart


Waste Bin to Track
2018 In this,an app has
been developed for
Kumar Agrawal Dustbin and Public users for knowing
Complaint the location of the
Management collecting bin and
System also to raise
complaints
11.Ms. Pallavi U. Garbage
Management using
2018 In this paper the
garbage level is
Nehete Internet of Things shown and also
sends message
related to the
garbage level to the
number saved in
SIM through GSM
modem.

12. Ms.Archana D. Dynamic solid


waste collection and
2017 This paper focuses
on proper usage of
Shind management dustbins by users.in
system based on this they have a
sensors, elevator sensor inside to
and GSM detect the garbage
level and they have
a sensor outside as
well to detect
whether any trash is
outside if found
then alarm starts.
13.MR. Sahil IoT enabled
dustbins
2017 In this RFID tags
are used for
Mirchandani tracking of the
E.T.A.N wastes linked with a
web-based online
system and
according to the
weight of waste
added, host server
calculates the points
and updates in the
database of virtual
wallet

14.Mr.Nikhil Automated Garbage 2021


Management
This system ensures
that the dustbins
Kumar System for Smart get cleaned at
City Applications proper times,
keeping a check on
overfilled or
overflowing bins
society remains
clean and healthy
while being cheap
and automated.
15.Mr. T. S. Automated Smart
Garbage Monitoring
2020  The purpose of this
paper is to use the
Chandar E.T.A.N System with powerful tools of
Optimal Route IoT to completely
Generation for automate the
Collection process of garbage
monitoring using
ultrasonic sensors
and NodeMCU and
provide an optimal
route for garbage
collection using the
cluster first-route
second ML
algorithm.
16.Mr. Shashank SAF-Sutra: A
Prototype of
2020 In this paper, a
Smart Waste
Shetty E.T.A.N Remote Smart segregation and
Waste Segregation garbage level
and Garbage L monitoring System
is proposed, which
can be remotely
monitored and
which is built at a
very low cost.
ALGORITHM COST ACCURACY TIME
NAME

1. DIJIKSTRA’S It takes nearly O(n


lg n + m)time
ALGORITHM which is suitable
for usin unsorted
arraya and
minimum heap

2.KNN The time


complexity is O(n)
ALGORITHM
THANK YOU

You might also like