A Smart Dustbin Robot is a simple DIY robotics project that automatically detects a person approaching and opens its lid without requiring physical contact. The robot can use an ultrasonic sensor to measure the distance between the dustbin and an approaching hand or person. When the detected distance becomes smaller than a preset value, a servo motor rotates to open the lid. After a short delay, the servo returns to its original position and closes the dustbin. An Arduino Uno or similar microcontroller can be used to control the sensor and motor.
To build the project, you can use a small plastic dustbin, Arduino Uno, HC-SR04 ultrasonic sensor, servo motor, jumper wires, and a suitable battery or USB power source. Mount the ultrasonic sensor near the top of the dustbin so it can detect a nearby hand, and connect the servo motor to the lid using a simple mechanical linkage. The Arduino continuously reads the sensor distance and activates the servo when someone approaches. This project is useful for learning sensors, microcontrollers, servo control, automation, and basic robotics while also demonstrating a practical touch-free waste-management system.