0% found this document useful (0 votes)
6 views1 page

Work

The project report details the design of a smart dustbin utilizing an ultrasonic sensor and Arduino for operation. The ultrasonic sensor detects the presence of a person and sends signals to the Arduino, which processes the data to control a servo motor that opens and closes the dustbin lid based on proximity. The system is programmed to open the lid when a person is within 20 centimeters and automatically close it after 10 seconds.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Work

The project report details the design of a smart dustbin utilizing an ultrasonic sensor and Arduino for operation. The ultrasonic sensor detects the presence of a person and sends signals to the Arduino, which processes the data to control a servo motor that opens and closes the dustbin lid based on proximity. The system is programmed to open the lid when a person is within 20 centimeters and automatically close it after 10 seconds.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Department Of

Electronics Engneering
Project Report
Final year session : 2024-2025

[ THE SMART DUSTBIN WITH USE ARDUINO ]

How does a smart dustbin work?

We are using an ultrasonic sensor that transmits the ultrasonic waves


and receives the waves when they come back by hitting any object. so
when the person detects in front of the smart dustbin it sends some
signal to the Arduino which we are using as a Controller in this project.

so now the Arduino gets the data and analyzes the data for further
processing so that the dustbin can operate well.

now, we will explain how the Arduino analyses the data. the ultrasonic
sensor sends the received signal to the Arduino and Arduino calculates
the distance by the duration of soundwaves come back.
In smart dustbin using Arduino according to the distance, we make
some conditions in the code. like if the distance between the person and
the dustbin is less than 20 centimeters then the Arduino will send a
command to the servo motor to rotate 90 degrees from its initial position
which causes the lid to open and after the interval of 10 seconds, the lid
well automatically close.

You might also like