Developed a 4-DOF robotic arm system capable of detecting and sorting colored cubes on a conveyor using real-time sensors and multiprocessing control logic. Designed for efficient, autonomous material handling in structured environments.
This project showcases an autonomous 4-DOF robotic arm designed to identify and sort colored cubes on a conveyor belt. The system uses a color sensor and an ultrasonic sensor to detect object attributes in real time, allowing the robot to accurately position and drop the cubes into designated bins based on color.
Real-Time Color Detection:
Used a color sensor to classify cube colors (e.g., red, blue, green) while moving on a conveyor.
Distance-Based Triggering:
An ultrasonic sensor measured proximity, ensuring the arm activated only when an object was within range.
Efficient Sorting Algorithm:
Implemented multiprocessing on a Parallax Propeller Board to simultaneously read color and distance inputs, ensuring rapid and synchronized sorting actions.