Automatic Trash Bin
The Automatic Trash Bin project makes life easier, implementing robotics into real life. 100 RPM BDC Motor with Encoder and the Ultrasonic Distance Sensor Module is used to detect and move the trash bin lid. An approaching person or a hand activates the system, the motor actuates and the lid opens.
About Tools and Materials:
SMD Red (Robot Shop)
SMD USB Gateway (Robot Shop)
Ambient Light Sensor Module (Robot Shop)
100 RPM BDC Motor with Encoder (Robot Shop)
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