Automatic Trash Bin
The Automatic Trash Bin project demonstrates how robotics can simplify everyday tasks, integrating innovative technology into real-life applications. This system utilizes a 100 RPM BDC Motor with Encoder alongside an Ultrasonic Distance Sensor Module to automate the opening and closing of a trash bin lid. By detecting the presence of a hand or a nearby object, the ultrasonic sensor sends a signal to the motor, which precisely controls the lid’s movement.
About Tools and Materials:
SMD USB Gateway (Purchase Here)
Arduino Gateway Module (Purchase Here)
Ultrasonic Distance Sensor Module (Purchase Here)
100 RPM BDC Motor with Encoder (Purchase Here)
Step 1: Hardware & Software Overview
Project Key Components
The SMD acts as a bridge between the script and the modules. It is responsible for interpreting the commands sent by the script and translating them into actions that read input from the Ultrasonic Distance Sensor Module and actuate the DC motor precisely.
100 RPM BDC Motor with Encoder
The 100 RPM BDC Motor with Encoder is the actuator of the system. It moves the trash bin lid up.
Ultrasonic Distance Sensor Module
The Ultrasonic Distance Sensor Module is used to detect the approaching person or the hand.
The SMD library is at the heart of the application. It communicates with the SMD using a specific communication protocol, sending commands to read the Ultrasonic Distance Sensor Module and actuate the BDC motor.
Project Key Features
Hands-free Operation
The Ultrasonic Distance Sensor Module makes it easy in terms of hygiene and automation, automatic trash bin lid project makes life easier.
Adjustable Sensitivity
The script include parameters that can be edited by the user to change the sensivity of the system, it helps to avoid unwanted activations of the BDC motor.
Step 2: Assemble
Hardware Setup
Connect the SMD to the PC or Arduino board using USB Gateway Module or Arduino Gateway Module.
Connect the 100 RPM BDC Motor with Encoder to the motor ports of the SMD and the Ultrasonic Distance Sensor Module to the SMD using an RJ-45 cable.
Make sure that the SMD is powered and all connections are correct.
Project Wiring Diagram
Step 3: Run & Test
Run the Script
Execute the script, initiating the Automatic Trash Bin application.
Approach the trash bin, and observe how the lid opens automatically when the user is in close proximity.
Enhance and Customize
Fine-tune the sensitivity parameters in the script based on the user feedback and the specific requirements of the environment.
Explore additional features, such as automatic lid closing after a specified period or incorporating status indicators.
Project Codes:
Last updated