DATE:09/02/2024
Dr. Ambedkar Institute of Technology
for Handicapped U.P. Kanpur 208024
DEPARTMENT OF ELECTRONICS ENGINEERING PROJECT
TITLE: SMART DUSTBIN USING ARDUINO UNO
PRESENTED BY:
Amjad Khan GUIDED BY:
Pranjal Pandey Mr. BR Singh
Ravi Kumar Yadav
CONTENTS
Introduction
Components used
Circuit diagram
Working
Applications
Conclusion
Result
Slide 2: Introduction
The population growing rapidly, garbage and
environmental issues are increasing. Dustbins, containers
for collecting waste, are commonly used but they usually
overflow, leading to pollution and health risks. To address
this, we've developed a smart dustbin using Arduino Uno.
This IoT-based solution automatically opens its lid when
an object is nearby, promoting cleanliness and reducing
pollution. Children find it engaging, making it effective for
maintaining cleanliness at home.
Components used
ARDUINO UNO
ULTRASONIC SENSOR
SERVO MOTOR
9V BATTERY
JUMPER WIRES
ARDUINO UNO
The Arduino Uno serves as the brain or controller, with its main tasks including
receiving sensor data from the ultrasonic sensor, processing the received data to
determine the distance of the object from the dustbin, deciding whether to open or
close the lid of the dustbin based on the processed data, controlling the motor to
open the lid if necessary, managing the timing for how long the lid should remain
open before automatically closing to prevent spillage and maintain cleanliness, and
providing feedback to the user, such as indicating when the lid is open or closed,
through LEDs or other output devices. Overall, the Arduino Uno plays a crucial role in
the functionality of the smart dustbin by coordinating the interaction between the
ultrasonic sensor, motor, and other components to ensure efficient waste disposal
and cleanliness.
ULTRASONIC SENSOR
The ultrasonic sensor in the smart dustbin detects the presence of an object or
trash near the dustbin. It sends this information to the Arduino Uno, which
processes the data to determine the distance of the object from the dustbin.
Based on this data, the Arduino decides whether to open the lid of the dustbin or
keep it closed. If necessary, it sends commands to the motor to open the lid,
allowing the user to dispose of trash. Additionally, the Arduino manages the
timing for how long the lid should remain open before automatically closing to
prevent spillage and maintain cleanliness. Through this process, the ultrasonic
sensor plays a crucial role in ensuring the efficient operation of the smart
dustbin.
SERVO MOTOR
The servo motor in the smart dustbin is utilized to control the opening and
closing of the lid. When the ultrasonic sensor detects an object within a certain
range, indicating that someone wants to dispose of trash, the Arduino calculates
the distance and activates the servo motor. The servo motor then moves the lid,
allowing the user to deposit the trash. After a set period of time, the servo motor
automatically closes the lid to prevent spillage and maintain cleanliness.
Therefore, the servo motor plays a crucial role in ensuring smooth and controlled
operation of the smart dustbin.
Circuit diagram
Working
After wiring and attaching all the devices to the Smart Dustbin, ensure
that everything is well connected and nothing is missed. Next, upload the
code to the Arduino and supply power to the circuit. When the system is
powered on, the Arduino continuously monitors for any objects that
come near the sensor within a given range. When the ultrasonic sensor
detects an object, such as a hand or others, the Arduino calculates its
distance. If the distance is less than a certain predefined value, the
servo motor activates first, and with the support of the extended arm of
the lid, the lid will open for a given time, after which it will
automatically close..
Applications
Automated Waste Disposal: The smart dustbin automatically opens its
lid when an object is detected nearby, facilitating easy disposal of
waste.
Hands-Free Operation: Users can dispose of trash without touching the
dustbin, promoting hygiene and reducing the spread of germs.
Hygiene Maintenance: Since users don't have to touch the lid, it helps
maintain hygiene and reduces the risk of spreading germs.
Enhanced Cleanliness: With its automated operation, the smart
dustbin promotes cleanliness by minimizing spillage and ensuring
proper waste containment.
CONCLUSION
The adoption of smart dustbins represents a significant stride towards
promoting cleanliness and hygiene. By integrating intelligent waste
monitoring and trash compaction technologies, these innovative solutions
surpass traditional garbage bins. Equipped with smart devices such as
sensors and Arduino, the dustbins automatically open their lids when
objects approach and close them after a certain time period. This
advancement not only contributes to social well-being by enhancing
health and hygiene but also aims to make these solutions accessible and
affordable to a wide range of users. Looking ahead, further
enhancements such as adding sensors to detect bin capacity and
incorporating displays for user notifications are planned, underscoring
our commitment to advancing both cleanliness and technology.
Result
THANK
YOU