Skip to content

Commit 6bc5028

Browse files
Update README.md
1 parent 8a85578 commit 6bc5028

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
# Object-sorting-using-Robotic-arm-and-Image-processing
2+
Abstract :-
3+
1.The object should be placed at a particular location in front of the camera which will be be sorted depending upon their colors (red,blue and green *can add more colors*) by robotic arm and place them at three different angles .The image will be processed by raspberry pi using opencv library and the robotic arm will be controlled by arduino board due to its simplicity.
4+
2.Raspberry pi will detect the color by performing various operations on the image captured and will determine the color of the object.
5+
3.After the color detection ,rpi will send the information to arduino using 2 bits (10,01,11),1 is high and 0 is low usimg gpio pins of raspberry pi
6+
4.The two wires will be connected from gpio pins of rpi to two digital pins of arduino using simple jumper wires(No uart is used just two simple wires which will either high or low.
7+
5.The robotic arm will perform operation depending upon the color
8+
9+
10+
HARDWARES USED:
11+
1.RASPBERRY PI 2
12+
2.ARDUINO UNO
13+
3,USB CAMERA
14+
4.MOTOR CONTROL I.C. (For clamp in robotic hand)
15+
5.3 SERVO MOTORS
16+
17+
18+
SOFTWARES USED:
19+
1.PYTHON
20+
2.OPENCV
21+
3.ARDUINO IDE
22+
23+

0 commit comments

Comments
 (0)