Smart Dustbin using Arduino

Smart Dustbin using Arduino

Summary

Are you looking for a strategy to improve the efficacy of your waste management? You only need to look at "Smart Dustbin Using Arduino."

In this blog article, we will look at everything from the hardware requirements to the functioning.

Advanced sensors, analytics, and Arduino power this smart dustbin. This garbage has the potential to change how waste can be disposed of. Read further to learn more about this outstanding technology and how to get started right now.

Introduction

In this article, we will be looking at how to make a smart dustbin using Arduino, an ultrasonic sensor, and an SG-90 servo motor. Let's start!

 

Hardware Required

We will need the following components for making the smart dustbin using Arduino:

  1. Arduino Uno
  2. Ultrasonic Sensor- HC-SR-04
  3. SG-90 Servo
  4. Jumper Wires

If you don't have any of the hardware then you can click on the required component name and buy it from our store and successfully complete this smart dustbin project.

read more : Smart Security System

1. Arduino Uno

arduino uno

 

Ardunio Uno is a development board that manages all of the processing for smart dustbin projects.

2. Ultrasonic Sensor HC-SR-04

This sensor functions as an object detecting sensor. It measures the object's distance from the sensor.Ultrasonic Sensor HC-SR-04

3. SG-90 Servo

A Servo motor is used for moving the dust bin lid.

SG-90 Servo

4. Jumper Wires

Used to do circuit connections between different components.

 

Jumper Wires

 

read more : How NRF24l01 Arduino Nano Works

Working Principle

Smart Dustbin works on the principle of object detection using an ultrasonic sensor.  The ultrasonic sensor transmits sound waves.

These waves get reflected whenever an object comes into the vicinity of the sensor. This generates an electrical signal which is used to open the dustbin lid.

Working Principle smart dustbin

 

 

read more : How to Setup Fingerprint Sensor with Arduino

Circuit Diagram

This is the smart dustbin circuit diagram for making smart dustbin using Arduino. Make the connections as shown in the diagram below.

Smart Dustbin Circuit Diagram for Arduino

Smart Dustbin Arduino code

Explore our carefully made smart dustbin Arduino code. This program uses sensors and motors to make the Smart dustbin using Arduino project easier.

Check out our smart dustbin Arduino code to see how it works and make your automatic dustbin project successful!



/*
  SMART DUSTBIN ARDUINO CODE

  Lid of the dustbin gets opened when a person comes in range of 30cm in front of the dustbin
*/

#include   //INCLUDES SERVO LIBRARY

Servo servo;
int trigPin = 5;
int echoPin = 6;
int servoPin = 9;
long duration, distance, average;
long averDist[3];

void setup() {
  Serial.begin(9600);
  servo.attach(servoPin);
  pinMode(trigPin, OUTPUT);
  pinMode(echoPin, INPUT);
  servo.write(0); //CLOSES CAP ON STARTING
  delay(100);
  servo.detach();
}

void measure() {
  digitalWrite(trigPin, LOW);
  delayMicroseconds(5);
  digitalWrite(trigPin, HIGH);
  delayMicroseconds(15);
  digitalWrite(trigPin, LOW);
  pinMode(echoPin, INPUT);
  duration = pulseIn(echoPin, HIGH);
  distance = (duration / 2) / 29.1; //CALCULATES DISTANCE
}

void loop() {
  Serial.println(distance);   
  for (int i = 0; i <= 2; i++) { //CALCULATES AVERAGE DISTANCE
    measure();
    averDist[i] = distance;
    delay(10);
  }
  distance = (averDist[0] + averDist[1] + averDist[2]) / 3;

  if ( distance <= 30 ) {
    servo.attach(servoPin);
    delay(1);
    servo.write(180);
    delay(3500);
  }
  else
    servo.write(0);
    delay(1500);

    servo.detach();

}

Servo motor;

This creates a servo object.

int trigPin = 5;
int echoPin = 6;
int servoPin = 9;


The above lines assign trigger and echo pins of the ultrasonic sensor to 5 and 6 respectively. Servo’s PWM pin is connected to pin 9 of Arduino.


long duration, distance, average;
long averDist[3];

 

These are the variables created for storing and processing data from ultrasonic sensor.

servo.attach(servoPin);
  pinMode(trigPin, OUTPUT);
  pinMode(echoPin, INPUT);
servo.write(0); //CLOSES CAP ON STARTING
  delay(100);
  servo.detach();


servo. Attach (servoPin) - attaches the servo variable which we created initially to the servo pin, set trigger and echo pins as Output and Input respectively, close the lid of the dustbin by setting servo to 0 positions, and then detach the servo object.

  Serial.println(distance);   
  for (int i = 0; i <= 2; i++) { //CALCULATES AVERAGE DISTANCE
    measure();
    averDist[i] = distance;
    delay(10);
  }
  distance = (averDist[0] + averDist[1] + averDist[2]) / 3;


Measure function calculates the distance and average calculates the average of 3 distances measured by ultrasonic sensor.

  if ( distance <= 30 ) {
    servo.attach(servoPin);
    delay(1);
    servo.write(180);
    delay(3500);
  }
  else
    servo.write(0);
    delay(1500);

    servo.detach();


If the distance is less than 30 then the dustbin lid is opened by setting the servo to 180 position otherwise the dustbin’s lid is closed.

 

read more : IR Sensor Interfacing with Arduino

Conclusion

Build your Arduino smart dustbin project to learn about innovation and cleanliness. This guide enables you to contribute to a greener, more technologically advanced future.

In this blog article, we learned that creating a Smart Dustbin with Arduino is a fun and creative smart dustbin project that not only keeps your surroundings clean but also improves your technical abilities.

With the help of ultrasonic sensors and wireless communication, you can make your daily chores more efficient and eco-friendly.

So why wait? Grab your Arduino kit and start building your own Smart Dustbin today! So take your first step towards becoming a tech-savvy and environmentally conscious individual. Start your journey towards a cleaner and smarter future today with this exciting smart dustbin Arduino project.

 

If you understand how to make smart dustbin using Arduino and appreciate our work don't forget to share this post and leave your opinion in the comment box.

 

Please do check out other blog posts about Interfacing ACS712 with Arduino , Arduino Interfacing with Ultrasonic Sensor , LED Interfacing with Arduino , Interfacing GSM Module with Arduino , Interfacing MAX30100 Pulse Oximeter with Arduino , IR Sensor Interfacing with Arduino , How to connect ZMPT101B to Arduino and  How to use Buzzer with Arduino.

 

Make sure you check out our wide range of products and collections (we offer some exciting deals!)

Components and Supplies

You may also like to read

Frequently Asked Questions

1. How does smart dustbin work with Arduino?

The smart dust bin, powered by Arduino, is equipped with sensors to identify objects in close proximity. A signal is then transmitted to a servo motor, which unhinges the lid. The motor is programmed to shut the lid after a certain duration. Additional sensors can detect the bin's filling level and send alerts to users for emptying. This technology boosts waste management efficiency.

read more : How do I Power my Arduino?

2. Is smart dustbin an IoT device?

Yes, a smart dustbin is an IoT or Internet of Things device that uses sensors, wireless connectivity, and cloud-based analytics to monitor and optimize waste management. It can detect the level of trash in the bin and alert waste management teams when it's time to empty it, improving efficiency and reducing costs. Smart dustbins can also help cities and organizations track their waste generation and recycling rates, ultimately contributing to more sustainable and cleaner environments.

3. Which sensor is used in smart dustbin?

 The mystical smart dustbins use ultrasonic sensors to detect the presence of objects or beings, resulting in automatic lid activation. Furthermore, weight sensors conjure the ability to measure waste volume and alert owners of the need for disposal.

read more : How 433MHz RF Module Works & Interfacing With Arduino

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.

Components and Supplies

You may also like to read