Smart Bin

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

SMART BIN

Presented by
Harsha P Santhosh
M1 RAA
Roll No: 06
INTRODUCTION
•Smart bins, also known as intelligent waste bins or automated trash
cans.
•This is an innovative devices that use various technologies to
improve processes for managing waste.
•The main objective of the project is to design a smart dustbin which
will help in keeping our environment clean and also eco friendly.
HARDWARE REQUIRED

•Arduino Uno
•Ultrasonic Sensor HC-SR04
•SG-90 Micro Servo Motor

•Dustbin
WORKING
•The smart dustbin uses an Ultrasonic sensor HC-SR04 to detect objects
in front.
•It then sends the signals to Arduino Uno. The Arduino understands the
signal and sends a signal to the Servomotor which opens the flap on top
of the dustbin.
•Here we have program it to open the race for only 3 seconds after 3
seconds the flap automatically closes. You can change that time just by
making minor changes to the code in Arduino IDE.
THANK YOU
SG90 Micro servo motor

•They typically operate on a voltage range of


around 4.8V to 6V and are controlled using pulse
width modulation (PWM) signals.
•These servos have limited torque and speed
compared to larger servos but are well-suited for
smaller-scale projects.
Ultrasonic Sensor HC-SR04

•HC-SR04 is an ultrasonic distance sensor used for


measuring the distance at which an object is located.
•It has two parts, one emits the ultrasound sonar to
measure the distance to an object.
•The other part is the receiver which listens for the
echo.
Arduino Uno
•Arduino Uno is an open-source microcontroller
board based on the processor ATmega328P.
•It has 14 digital input/output pins.

You might also like