top of page
Smart Dustbin
![](https://static.wixstatic.com/media/32023d_49348dc84779471291f0a6ba06017d9f~mv2.jpg/v1/fill/w_600,h_475,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/32023d_49348dc84779471291f0a6ba06017d9f~mv2.jpg)
An Arduino smart dustbin is a waste bin that uses sensors to detect when an object is near and opens automatically
You can watch the following video or read the written tutorial below.
Component Required:-
1.Arduino Uno
2.Ultrasonic Sensor
3.Servo Motor
4.Jumper Wires
5.Dustbin
Step-1:- Gather all the components that I have mentioned above.
Step-2:- Connect all the necessary components through jumper wires
![Diagram.png](https://static.wixstatic.com/media/32023d_cd24e542d67a4809837b4d1c174f4174~mv2.png/v1/crop/x_445,y_202,w_1016,h_692/fill/w_715,h_487,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Diagram.png)
Step-3:- Create Two Holes in the Dustbin to attach the Ultrasonic Sensor
![Screenshot 2023-05-08 133722_edited.jpg](https://static.wixstatic.com/media/32023d_9fdfaa4f8a2d42b284405bce6960f94d~mv2.jpg/v1/fill/w_819,h_431,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Screenshot%202023-05-08%20133722_edited.jpg)
Step-4 :- Create the mechanism for opening and closing of the lid
![Screenshot 2023-05-08 134211.png](https://static.wixstatic.com/media/32023d_3d0aecd0ff4148819154f6589e402daa~mv2.png/v1/fill/w_872,h_474,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/Screenshot%202023-05-08%20134211.png)
Step-5:- Final Step! Upload the code to the Arduino Board using Arduino IDE Software.The Code is given Below:
Code:
Now it's Done
Subscribe My Channel
bottom of page