Touchless smart dustbin

Published Dec 10, 2021
 2 hours to build
 Beginner

Our main motto of our project is to make dustbin touchless with human contact. Being in a pandemic situation, the touchless or contactless smart dustbin is to avoid viruses.

display image

Components Used

Arduino UNO
Arduino UNO
1
Ultrasonic Module HC-SR04
Ultrasonic module HC-SR04 is generally used for finding distance value and obstacle detection. It can operate in the range 2cm-400cm.
1
Connecting Wire Jumper Wires
Connecting Wire Breadboard wires
1
AK9753 IR sensor
AK9753 is a low power and compact IR (infrared) sensor module.
1
SG90 micro servo Motor
DFRobot Accessories 9g micro servo (1.6kg)
1
9V Battery
Consumer Battery & Photo Battery 9V RECTANGLE
1
A small dustbin with hinged lid
Parts
1
Description

 

 

 

 

SMART DUSTBIN FOR TOUCHLESS

Information needed in this Abstract:

Language Used: Embedded c.

Software Used: 1.Arduino IDE.

Hardware Used: 1. Arduino Uno

                             2. HC-SR04 Ultrasonic Sensor Module  

                             3. Servo Motor SG90  

                             4. Connecting Wires  

                             5.9V Power Supply  

                             6. A small dustbin 

                             7. Miscellaneous (glue, Cello tape, plastic tube, etc.)

Abstract:

          The main aim of our project is to develop an automated dustbin. Dustbins (or Garbage bins, Trash Cans) are small plastic (or metal) containers that are used to store trash (or waste) on a temporary basis. They are often used in homes, offices, streets, parks etc. to collect the waste. In some places, littering is a serious offence and hence Public Waste Containers are the only way to dispose small waste .Usually, it is a common practice to use separate bins for collecting wet or dry, recyclable or non-recyclable waste .In this project, we have designed a simple system called Smart Dustbin using Arduino, Ultrasonic Sensor and Servo Motor, where the lid of the dustbin will automatically open itself upon detection of human hand.

       So, we placed an ultrasonic sensor over a dustbin, which will predict the distance of the object or particles.  

 

Circuit Connection

Video

ULTRASONIC SENSOR :  

In Automated smart dustbin Arduino works, when object come in front of the dustbin it will open automatically with the help of a servo motor. And to open the lid of the dustbin, servo is placed near the hinge where the lid is connected to the main Container.  

Working:

Step 1: Make two holes to the Ultrasonic Sensor near the lid  of the dustbin.

Step 2: Now, from the inside, place the Ultrasonic Sensor through the holes and fix its position with the help of glue and cello tape.

Step 3: After placing sensor, we move on to the servo and it is placed near the hinge where the lid is connected to the main container

Step 4: The final step in the build process is to make the necessary connections using long connecting wires as per the circuit diagram and securing these wires so that they don’t hang around.

Step 5: All the wires from both the components i.e. The Ultrasonic Sensor and Servo Motor are connected to respective pins of Arduino. This finishes up the build process of the Automated Smart Dustbin.

After setting up the Smart Dustbin and making all the necessary connections, upload the code to Arduino and provide 5V power supply to the circuit. Once the system is powered ON, Arduino keeps monitoring for any object near the Ultrasonic Sensor.  

If the Ultrasonic Sensor detects any object like a hand for example, Arduino calculates its distance and if it is less than a certain predefined value, Arduino will activate the Servo Motor and with the support of the extended arm, it will list the lid open.

After a certain time, the lid is automatically closed.

Codes

Downloads

Smart Dustbin Download

Institute / Organization

PSNA COLLEGE OF COLLEGE OF ENGINEERING AND TECHNOLOGY DINDIGUL ANNA UNIVERSITY
Comments
Ad