Wireless Pick N Place Robot
Wireless Pick N Place Robot
Abstract
Mechanical structure of Robotic
This is the most advance version Arm
of “Pick n Place Robot” perhaps and The figure given below shows
most popular and widely used in recent complete outer structure of robotic
industries. A person from a remote place arm. The complete body is made up
can comfortably control the motion of of wood. All the motions are
robotic arm without any wire perfectly calibrated and controlled.
connection. The complete size with all
dimensions are as indicated.
Again there are two systems one at the
There are various motions in this
transmitter side. These signals are
arm
encoded and transmitted by RF
Circular motion of hand: - the
transmitter chip. At another end RF
arm can rotate complete in
receiver chip will demodulate these
360o circle with the help of ¼
signals and decoder will decode it.
HP, 0.2 A, 230 V bidirectional
Finally 89C51 will take desired
AC motor (ACM1) which has
controlling action on robotic arm.
maximum of 5 RPM at rated
This one is similar kind of project as 230 VAC
pick n place robot but there are two Vertical motion of hand: -the
major changes hand can move down lower
1) The mechanical structure is then 0o up to -30o to maximum
wirelessly controlled from a up to 90o. This motion is
remote divided in two parts. Lower
2) The mechanical structure a hand and upper hand. The
robotic arm is actually working lower hand moves up and down
instrument in industries not due to ¼ HP, 0.2 A, 230 V
just simple project bidirectional AC motor (ACM2)
Here a man from a remote place of which has maximum of 5 RPM
around 50-100 mts range sitting on at rated 230 VAC. The upper
his chair with his remote can easily hand is moved by 6 V DC gear
control the mechanism An ASK motor (DCM2)
transmitter attached transmits the Circular motion of grip: - the
controlling codes. These codes are grip can freely rotate in either
received by ASK receiver, decoded direction in complete 360o
and given to 89C51 which then circle due to 5 VDC bipolar
controls the motion of robotic arm. stepper motor with 18o step
So as per user command the motion resolution.
of robotic arm is controlled from a Opening closing of grip:-the
remote place without any wireless. maximum opening of grip is 5
cm and minimum is 0.5 cm.
The same type of 6 VDC gear
Let us first start with mechanism
motor (DCM1) is utilize for this 03h : rotate grip
motion. clockwise
So for all the motions we have one 04h : rotate grip
motor total of five motors. All five anticlockwise
motors provides full flexibility to 05h : move lower hand
mechanism so that it can pick and upward
place an object vary easily. 06h : move lower hand
Now we shall start with controlling downward
of this mechanism. There are two 07h : move upper hand
parts upward
1) ASK transmitter: - Again there 08h : move upper hand
are two systems one at the downward
transmitter side. These signals are * “h” indicates all the codes are in
encoded and transmitted by RF hex format.
transmitter chip
2) 89C51 based ASK receiver: -
it consist of ASK receiver,
decoder and micro controller
89C51. It controls all the
motions of robotic arm by
controlling all five motors
depending upon the command
given by user.
Hardware Part: -the block diagram
of this part is as shown in figure.