SO it's a smart bin which can segregate wastes based on if it's a metal, non metal, dry or wet material, it's a fancy dustbin which could be super useful at homes or outdoors for waste material segregation. Automation in the dustbin reduces need for manual sorting, optimizing waste management processes and reducing labor requirement, hence improved efficiency.
The main objectives of the smart bin project are as follows:
Design and build a bin prototype with different compartments for waste segregation.
Implement sensors and technology to identify and categorize waste materials.
Develop an automated system to sort waste into appropriate compartments.
Promote efficient waste management practices and recycling efforts.
Step-1
I used cardboards for making body of the smart bin, you can change it according to preference, like a wooden box or bucket can be handy. if using cardboard, cut it and give a shape, make separate columns for Metallic, dry and wet wastes.
Step-2
when cutting part is done, it was time to bring on the electronics, first we made a metal detector, we took a piece of cardboard, wrapped it with foil, from the middle we left the gap, so that foil should not touch each other( to prevent the circuit from completing), then we soldered 2 wires for the input to Arduino, now this will act as a metal detector, how?
when a metal will be kept between gaps of foil, causing the foil circuit to complete and we will get a 1 in Arduino analog input pin. For dry waste, it won't conduct, hence we will get 0 in Arduino's analog input pin.
Metal detector wire was connected to pin A0 of Arduino.
Step-3
Next, Starting from top now, to open the lid, only when someone shows hand gesture, we used ultrasonic sensor, along with servo, of course... This servo was connected to pin 12, while ultrasonic sensor's trig pin to 11 and echo pin to 10 of Arduino.
Step-4
Now, if it's metal waste, servo motor 1 (connected to digital port 3) will tilt towards metal block to drop the waste, what if it's not? next, for this we used rain drop sensor to differentiate between dry and wet waste. servo motor 1 will tilt towards other side block if it's not a metal. Here's waste will drop on rain drop sensor module.
Digital and analog pins of rain drop sensors were respectively connected to 6 and A1 port of Arduino UNO.
Step-5
If waste is wet, raindrop sensor will detect it, instructing the servo motor 3(connected to digital port 8) to tilt towards wet waste block to drop the waste.
Step-6
Decorations...
FINAL PRODUCT-
Comments