- Notifications
You must be signed in to change notification settings - Fork13
akshaymogaveera/Object-sorting-using-Robotic-arm-and-Image-processing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Watch theVideo of the Robotic arm in action !!
The object should be placed(as shown in the video) inbetween the clamp in front of the camera which will be sorted depending upon the color of the object. The robotic arm will place them at three different angles at 90,180 and 270 degrees. The USB camera which is connected to the Raspberry PI continuously scans the live feed for a colored object.
Raspberry Pi will detect the color of the object using Image Processing. The colors used in this project are Red, Green and Yellow. Colors can be added by modifying the code.
RPI is connected to an Arduino Uno board using two Jumper wires which will send the information to arduino board using 2 bit communication method. The color is represented by binary numbers.For Eg:- Red is represent as 10, Green as 01 and Blue as 11 where 1 isHIGH (5 volt) and 0 isLOW (0 volt).
The two wires will be connected from GPIO pins (11 and 13) of Rpi to two digital pins of arduino (6 and 7) using simple jumper wires.
The robotic arm will perform operation depending upon the color.
Arduino will control three servo motors and motor control clamp.
HARDWARES USED:
RASPBERRY PI 2
ARDUINO UNO
USB CAMERA
MOTOR CONTROL I.C. (For clamp in robotic hand)
Three SERVO MOTORS
SOFTWARES USED:
PYTHON
OPENCV
ARDUINO
NUMPY
How to run the robot..?
Ensure the two jumper cables are connected to desired pins by referring the source code.
Connect a 5V DC supply to power the motors.
Runclassmoto.ino on Arduino board which controls three servo motors and a dc motor.
Runcolordetect.py on Raspberry pi which is connected with a USB camera.
About
Sorting objects of different colors using robotic arm and using computer vision (image processing).
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.