SlideShare a Scribd company logo
1 of 6
Download to read offline
Proc. of Int. Conf. on Information Technology in Signal and Image Processing

Myoelectric Prosthetic Arm Motion (Wrist/Hand)
Control System
Dheeraj Singh1, M.M.Jadhav2, and Dr. A.M.Sapkal3
1

Sinhgad College of Engineering/E&TC Department, Pune, India
Email: dheerajsingh04@gmail.com
Sinhgad College of Engineering/E&TC Department, Pune, India
3
Government College of Engineering/E&TC Department, Pune, India
Email: {makj123@yahoo.com, mmjadhav.scoe@sinhgad.edu, and hod.extc@coedp.ac.in}
2

Abstract— In India most of the people lost their hand due to road accident, disease and soldiers lost their
arm in war. This paper describes the design which controls the hand motion and wrist motion of
Myoelectric controlled prosthetic arm using cortex M3 microcontroller. In this design electromyogram
signals are generated by contracting the muscles of biceps and sensed by electrode sensors. Electrode
sensors produce the electrical signals and these signals are processed by microcontroller and achieve the
supination motion from 00 to 750 and pronation motion from 00 to 850 in the wrist of hand[1][2].
Index Terms—Bio control, Prosthetics, EMG signals, ARM Processor, Supination and Pronation motions,
Electrode sensors.

I. INTRODUCTION
In Today’s era of medical field, mechatronic systems are playing the great role in human’s life includes
mechanical, electrical, electronics and computer modules [8]. Prosthetics is a great example of mechatronic
system in biomedical field which is replaced with human’s defective body part using rehabilitation
techniques. This paper describes myoelectric prosthetic arm motion control system. In existing Myoelectric
arm, the opening and closing of hand is controlled by sensing and processing the EMG-electromyogram
signals generated when muscles are contracted.EMG signals are sensed by the electrode sensors, placed at
edges of elbow joints. Electromyography (EMG) is a medical technique for measuring muscle response
to nervous stimulation.EMG is performed using an instrument called an electromyography, to produce a
record called an electromyogram. An electromyography detects the electrical potential generated by muscle
cells when these cells contract [3]. The existing design has only opening and closing movement of hand but
wrist movement is not available. This paper describes the design which integrates mechanical, electrical,
electronics and biological systems and achieves the wrist motion (supination /pronation) and synchronization
between hand motion and wrist motion using cortex m3 microcontroller.
II. ANATOMY OF HUMAN BODY AND ROBOT
Anatomy means identification and descriptions of structures of living things. The industrial robots resembles
the human arm in it physical structure. Like the hand attached to the human body the robot manipulator or
robot arm is attached to the base. The chest, the upper arm and fore-arm in the human body compare with
links in the robot manipulators.
DOI: 03.LSCS.2013.6.519
© Association of Computer Electronics and Electrical Engineers, 2013
Anatomy of robot is shown in Fig. 1.The wrist, elbow and the shoulder in the human arm is represented by
the joints in robot arm and chest, fore-arm and upper arm is represented by the links and body is represented
by the base. The drivers or motion to the links is provided at the joints. The joints motions can rotational or
translator [4].
The wrist is complicated joint in order to maintain the mobility of hand without sacrificing the stability that
bridges the hand to the fore-arm. It is actually collection of multiples bones and joints. The human hand is
capable of 3 degree of freedom, first is flexion and extension, second is pronation and supination and third is
adduction and abduction. As per the human body’s anatomy, the pronation, supination, flexion and extension
movement angles of wrist are 00 to 850, 00 to 750, 00 to 750 and 00 to 700 respectively. This paper explain the
analytical description of motion geometry of the Myoelectric arm with references to a robot co-ordinate
system fixed to a frame, without consideration of the forces or the moments causing the movements. The
motion is described as a function of time. [5]

Figure 1. Anatomy of Robot

III. DESIGN AND METHODOLOGY
The relation between the body attached frames with the base frame of references is described by the
transformation matrix. The transformation is represented by the rotation matrix, position vector, and
perspective transformation and stretching. Let body attached reference frame be represented by OABC as
shown in Fig. 2 and the base reference frame be OXYZ. Let the position vector with respect to OABC be
PABC and the same point P has vector representation in the OXYZ frame be PXYZ.The vector PABC is Pa ia+ Pb
ib+ Pc ic and vector is PABC is Pxix + PyiY + Pziz..The co-ordinates of the point P in the two frames are PABC =
(Pa,Pb,Pc)T and PXYZ = (Px,Py,Pz)T. The two vectors are related by a rotation matrix ‘R’ as to PXYZ = RPABC.[4]
A. Rotation abot x-axis
To develop a relation for the rotation matrix R(x,α), the body attached co-ordinate system OABC is rotated
about OX of the base co-ordinate system by an angle α, which is represented by the diagram Fig. 3.

Figure 3. Rotation about x-axis

Figure 2. Co-ordination representation

It is evident from the Fig. 3 that
Px = PA + 0(PB) + 0(Pc)
Py = 0(PA) + PB. cos α + Pc. (-sin α)
Pz = 0(PA) + PB .sinα + Pc .cos α
60

(1)
“Equation (1) can be expressed in matrix form as”

Px

1

0

0

PA

0

=

Pz

cos α -sin α

PB

0

Py

sin α cos α

Pc

Pxyz = R(x,α).PABC

(2)

B. Rotation about y-axis
The Fig. 4 Shows the vector PABC being rotated by an angle β about the OY axis of the OXYZ base coordinate system. The expression for the rotation transformation matrix, R(y, β) can be obtained from the
following equations [4].
Px = PA .cos β + PB (0) + Pc.sin β
Py = PA(0) + PB.(1) + Pc. (0)
(3)
Pz = PA (-sin β) + PB (0) + Pc .cos β
The rotation matrix is

Cos β

0

R(y,β) = 0

1

-sin β

0

Pxyz = R(y,β).PABC

sin β
0
cos β
(4)

Figure 5. Rotation about z axis

Figure 4. Rotation about y axis

C. Rotation about z-axis
The OABC frame is rotated about an angle θ about the oz-axis of the base frame OXYZ. The position vector
Pxyz has its components derived out the vector PABC as shown in Fig. 5.
Px = PA .cos θ + PB (-sin θ) + Pc. (0)
Py = PA. Sin θ + PB.cos θ + Pc. (0)
Pz = PA (0) + PB (0) + Pc. (1)
61

(5)
“Equation (5) can be expressed as”

Px

cosθ

-sinθ

0

Py

sinθ

cosθ

0

PB

Pz

0

0

1

Pc

PA

Pxyz = R(z,θ).PABC

(6)

D. Pronation and supination motions equation implementation
In design motor rotate about only x-axis. The equation to find out the co-ordinates for supination and
pronation motion in wrist is

1

0

1

0

cosα

-sinα

0

0

R(x,α) =

0

sinα

-cosα

0

For 850 pronation movement, α angle is 850 about x-axis.
1
T

=

0

0

cos85

0

0

1

-sin85

sin85

cos85

0

0

=

0
.0871

-.9961

0

.9961

.0871

The Co-ordinates points are 7, 5, 3, which are rotated about the about x-axis by angle 850.
Pw = T.pt
1

0

7

0

=

0
.0871

-.9961

5

.0871

3

0

.9961

=

7, -2.55, 5.25

(7)

The co-ordinates 7, -2.55, 5.25 are out on ports of microcontroller to achieve the 850 pronation movement in
wrist
For 750 supination movement, α angle is 750 about x-axis.
1
T

=

0

0

cos75

0

sin75

0

1

-sin75

=

cos75

0
0

62

0
.0871
.9961

0
-.9961
.0871
The Co-ordinates points are 7, 5, 3, which are rotated about the about x-axis by angle 750
Pw = T.pt
1
=

0

0

7

0

.2588

-.9659

5

.2588

3

0

.9659

=

7, -1.6, 5.6

(8)

The co-ordinates 7, -1.6, 5.6 are out on ports of microcontroller to achieve the 750 supination movement in
wrist.
E. LPC1769 based motion control system
Fig. 6 shows the block diagram of myoelectric prosthetic motion control system. Tilt sensor first senses the
movement of elbow in up direction and output of tilt sensor (Electrical signal) is given to amplifier to amplify
the signal. After amplification of signal, Inbuilt ADC converts the electrical signal into digital signals and
then digital signal is processed by LPC1769 cortex-M3 microcontroller and controls the wrist motion. The
point on the surface of the skin overlying a muscle at which the smallest amount of current activates the
muscles is called motor point. Electrodes are placed over these points in order to achieve maximal muscle
stimulation with minimal current. The position of electrode is gradually shifted until the maximum muscle
contraction is obtained at the fixed level of stimulation [5]. In existing Myoelectric arm wrist motion is
passive, controlled by the user and synchronization between hand and wrist motion does not exist. This
design achieves the synchronization between hand motion and wrist motion. The design consists of LPC1769
cortex M3 microcontroller, Wrist motion and hand motion drivers, Tilt sensor, amplifier and power supply
section. The LPC1769 is ARM Cortex-M3 based microcontrollers for embedded applications featuring a high
level of integration and low power consumption. The ARM Cortex-M3 is next generation core that offers
system enhancement Such as enhanced debug features and a higher level of support block integration. The
LPC1769 operates at CPU frequencies of up to 100 MHz. The LPC1769 operates at CPU frequencies of up
to 120 MHz. The ARM Cortex-M3 CPU incorporates a 3-stage pipeline and uses Harvard architecture with
separate local instruction and data buses as well as a third bus for peripherals. The peripheral complement of
the LPC1769 includes up to 512 kB of flash memory, up to 64 kB of data memory[6][7][8].

Figure 6. Block diagram of proposed system

63
RESULT
This design successfully achieves the wrist motions in myoelectric prosthetic hand with supination
movement from 00 to 850 angle and pronation movement from 00 to 850 angle [9][10].
CONCLUSIONS
From above result it is conclude that microcontroller based motion control system is designed in such way
that synchronization between hand motion and wrist motion achieves at desired degree.
ACKNOWLEDGMENT
I express my profound thanks to my guide Prof. M. M. Jadhav, whose cheerful encouragement, invaluable
suggestion & technical support of vital importance has made me to complete this paper successfully. I thank
to Dr. A.M.Sakpal for his guidance & help for making this project. A special thanks to Mr. Salil Jain from
Sancheti Hospital, Pune for providing such a good ideas.
REFERENCES
[1] Hardeep S. Ryait, A. S. Arora, and Ravinder Agarwal, “Interpretations of wrist /grip operations from SMEG signals
at different locations on arm,” IEEE Transaction on Biomedical Circuits and Systems, vol.4, no. 2, April 2010.
[2] Shahrul Naim Sidek, and Ahmad Jazlan Haja Mohideen, “Mapping of EMG signals to hand grip force at varying
wrist angles” IEEE EMBS International Conference on Biomedical Engineering and Sciences, Dec 2012.
[3] Andrew j.robinson, “Clinical Electrophysiology”
[4] Ganesh S.Hegde, “Industrail robotics”.
[5] Josephe E.Muscolino,”Kinesiology”.
[6] M.Gauthaam and S.Sathish Kumar, “EMG controlled bionic arm”, Proceedings of the National Conference on
Innovations in Emerging Technology-2011 Kongu Engineering College, Perundurai, Erode, Tamilnadu, India, 17 &
18 February, 2011.pp.111-114.
[7] Chiharu Ishii, Akitoshi Harada, Takashi Nakakuki, and Hiroshi Hashimoto, “control of Myoelectric prosthetic hand
based on surface EMG”, Proceedings of the 2011 IEEE International Conference on Mechatronics and Automation,
August 7 - 10, Beijing, China.
[8] Parimal Patel, Sam Allen, and George Rapach, “Microcontroller based prosthetic device using Myoelectric signals”,
unpublished.
[9] Eita Sawaguchi, Teruyoshi Sadahiro, and Masami Iwase, “Wrist angle estimation based on musculoskeletal systems
with EMG”, The 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing
Systems: Technology and Applications, 15-17 September 2011, Prague, Czech Republic.
[10] Skyler Ashton Dalley, Huseyin Atakan Varol, and Michael Goldfarb”, A method for the control of multigrasp
myoelectric prosthetic hands”, IEEE Transaction on Neural Systems and Rehabilitation Engineering, vol. 20, no. 1,
JAN 2012.

64

More Related Content

What's hot

Acrylic Prosthetic Limb Using EMG signal
Acrylic Prosthetic Limb Using EMG signalAcrylic Prosthetic Limb Using EMG signal
Acrylic Prosthetic Limb Using EMG signalAnveshChinta1
 
Prosthetic Hand Proposal
Prosthetic Hand ProposalProsthetic Hand Proposal
Prosthetic Hand ProposalAustin Bonnes
 
Senior Project Student's Presentation on Design of EMG Signal Recording System
Senior Project Student's Presentation on Design of EMG Signal Recording SystemSenior Project Student's Presentation on Design of EMG Signal Recording System
Senior Project Student's Presentation on Design of EMG Signal Recording SystemMd Kafiul Islam
 
Prosthetic Arm for Amputees
Prosthetic Arm for AmputeesProsthetic Arm for Amputees
Prosthetic Arm for Amputeesvivatechijri
 
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...TELKOMNIKA JOURNAL
 
Myoelectric Leg for Transfemoral Amputee
Myoelectric Leg for Transfemoral AmputeeMyoelectric Leg for Transfemoral Amputee
Myoelectric Leg for Transfemoral Amputeeijsrd.com
 
Embedded system for upper-limb exoskeleton based on electromyography control
Embedded system for upper-limb exoskeleton based on electromyography controlEmbedded system for upper-limb exoskeleton based on electromyography control
Embedded system for upper-limb exoskeleton based on electromyography controlTELKOMNIKA JOURNAL
 
Electrogoniometer
ElectrogoniometerElectrogoniometer
Electrogoniometerareejalo92
 
Biomechatronics 103
Biomechatronics 103Biomechatronics 103
Biomechatronics 103eminaker
 
NET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air musclesNET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air musclesRosemary James T
 
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...IRJET Journal
 
Bio mechatronics
Bio mechatronicsBio mechatronics
Bio mechatronicssavithiri s
 
Popson,Michael_FinalProject
Popson,Michael_FinalProjectPopson,Michael_FinalProject
Popson,Michael_FinalProjectMichael Popson
 
IRJET - Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...
IRJET -  	  Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...IRJET -  	  Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...
IRJET - Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...IRJET Journal
 
Electromyography(emg).pptx
Electromyography(emg).pptxElectromyography(emg).pptx
Electromyography(emg).pptxsunil JMI
 

What's hot (20)

Biomechatronic-hand
Biomechatronic-handBiomechatronic-hand
Biomechatronic-hand
 
Acrylic Prosthetic Limb Using EMG signal
Acrylic Prosthetic Limb Using EMG signalAcrylic Prosthetic Limb Using EMG signal
Acrylic Prosthetic Limb Using EMG signal
 
Prosthetic Hand Proposal
Prosthetic Hand ProposalProsthetic Hand Proposal
Prosthetic Hand Proposal
 
Senior Project Student's Presentation on Design of EMG Signal Recording System
Senior Project Student's Presentation on Design of EMG Signal Recording SystemSenior Project Student's Presentation on Design of EMG Signal Recording System
Senior Project Student's Presentation on Design of EMG Signal Recording System
 
Prosthetic Arm for Amputees
Prosthetic Arm for AmputeesProsthetic Arm for Amputees
Prosthetic Arm for Amputees
 
Prosthetic hand ppt
Prosthetic hand pptProsthetic hand ppt
Prosthetic hand ppt
 
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
Application of EMG and Force Signals of Elbow Joint on Robot-assisted Arm Tra...
 
Myoelectric Leg for Transfemoral Amputee
Myoelectric Leg for Transfemoral AmputeeMyoelectric Leg for Transfemoral Amputee
Myoelectric Leg for Transfemoral Amputee
 
40120130406015
4012013040601540120130406015
40120130406015
 
Embedded system for upper-limb exoskeleton based on electromyography control
Embedded system for upper-limb exoskeleton based on electromyography controlEmbedded system for upper-limb exoskeleton based on electromyography control
Embedded system for upper-limb exoskeleton based on electromyography control
 
Electrogoniometer
ElectrogoniometerElectrogoniometer
Electrogoniometer
 
Biomechatronics 103
Biomechatronics 103Biomechatronics 103
Biomechatronics 103
 
NET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air musclesNET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
NET Paper no 63-Myoelectric Prosthetic Hand with Air muscles
 
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...
 
Bio mechatronics
Bio mechatronicsBio mechatronics
Bio mechatronics
 
i-LIMB Bionic Hand
i-LIMB Bionic Handi-LIMB Bionic Hand
i-LIMB Bionic Hand
 
Popson,Michael_FinalProject
Popson,Michael_FinalProjectPopson,Michael_FinalProject
Popson,Michael_FinalProject
 
IRJET - Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...
IRJET -  	  Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...IRJET -  	  Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...
IRJET - Advancement of the Adjustable and Modest 3D Printed Prosthetic AR...
 
Electromyography(emg).pptx
Electromyography(emg).pptxElectromyography(emg).pptx
Electromyography(emg).pptx
 
About Electromyography
About ElectromyographyAbout Electromyography
About Electromyography
 

Viewers also liked

Ivan Yaeger
Ivan YaegerIvan Yaeger
Ivan Yaegeragareis
 
EEL4924 Design 2 Report (1)
EEL4924 Design 2 Report (1)EEL4924 Design 2 Report (1)
EEL4924 Design 2 Report (1)Jose Suarez
 
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR IAEME Publication
 
Iaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd Iaetsd
 
15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...
15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...
15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...Skolkovo Robotics Center
 
Senior Design - Myoelectric Prosthetic Hand
Senior Design - Myoelectric Prosthetic HandSenior Design - Myoelectric Prosthetic Hand
Senior Design - Myoelectric Prosthetic HandKyle Mitchell
 
Hyperloop VTU Seminar Report
Hyperloop VTU Seminar ReportHyperloop VTU Seminar Report
Hyperloop VTU Seminar ReportUmar Ahmed
 
Artificial retina using thin film transistor report
Artificial retina  using thin film transistor reportArtificial retina  using thin film transistor report
Artificial retina using thin film transistor reportRam B
 

Viewers also liked (13)

Ivan Yaeger
Ivan YaegerIvan Yaeger
Ivan Yaeger
 
Germany
GermanyGermany
Germany
 
EEL4924 Design 2 Report (1)
EEL4924 Design 2 Report (1)EEL4924 Design 2 Report (1)
EEL4924 Design 2 Report (1)
 
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
 
Iaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gestures
 
15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...
15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...
15. Кречетов Иван Презентация питч-сессии Интеллектуальная Робототехника SUV2...
 
Senior Design - Myoelectric Prosthetic Hand
Senior Design - Myoelectric Prosthetic HandSenior Design - Myoelectric Prosthetic Hand
Senior Design - Myoelectric Prosthetic Hand
 
EMG & Force
EMG & ForceEMG & Force
EMG & Force
 
Artificial limb
Artificial limbArtificial limb
Artificial limb
 
Apple iOS Report
Apple iOS ReportApple iOS Report
Apple iOS Report
 
Prosthesis
ProsthesisProsthesis
Prosthesis
 
Hyperloop VTU Seminar Report
Hyperloop VTU Seminar ReportHyperloop VTU Seminar Report
Hyperloop VTU Seminar Report
 
Artificial retina using thin film transistor report
Artificial retina  using thin film transistor reportArtificial retina  using thin film transistor report
Artificial retina using thin film transistor report
 

Similar to Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control System

Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...
Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...
Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...toukaigi
 
Simulation of Elbow Movement with MSMS and MATLAB
Simulation of Elbow Movement with MSMS and MATLABSimulation of Elbow Movement with MSMS and MATLAB
Simulation of Elbow Movement with MSMS and MATLABijsrd.com
 
NET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air musclesNET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air musclesRosemary James T
 
Local Hand Control for Tezpur University Bionic Hand Grasping
Local Hand Control for Tezpur University Bionic Hand GraspingLocal Hand Control for Tezpur University Bionic Hand Grasping
Local Hand Control for Tezpur University Bionic Hand GraspingHao Yuan Cheng
 
Data-Driven Shoulder Inverse Kinematics
Data-Driven Shoulder Inverse Kinematics  Data-Driven Shoulder Inverse Kinematics
Data-Driven Shoulder Inverse Kinematics ijcga
 
DATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICSDATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICSijcga
 
DATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICSDATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICSijcga
 
Resolution of human arm redundancy in point tasks by synthesizing two criteria
Resolution of human arm redundancy in point tasks by  synthesizing two criteriaResolution of human arm redundancy in point tasks by  synthesizing two criteria
Resolution of human arm redundancy in point tasks by synthesizing two criteriaIJMER
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationeSAT Journals
 
Neurally Driven Prosthetics
Neurally Driven ProstheticsNeurally Driven Prosthetics
Neurally Driven ProstheticsMarshall Benson
 
Mechanism Design and Kinematics Analysis of Display Bracket Based on Adams
Mechanism Design and Kinematics Analysis of Display Bracket Based on AdamsMechanism Design and Kinematics Analysis of Display Bracket Based on Adams
Mechanism Design and Kinematics Analysis of Display Bracket Based on AdamsIJRESJOURNAL
 
ME547 FInal Report
ME547 FInal ReportME547 FInal Report
ME547 FInal ReportJinyi Xie
 
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...toukaigi
 
“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...
“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...
“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...toukaigi
 
Robotic Leg Design to Analysis the Human Leg Swing from Motion Capture
Robotic Leg Design to Analysis the Human Leg Swing from Motion CaptureRobotic Leg Design to Analysis the Human Leg Swing from Motion Capture
Robotic Leg Design to Analysis the Human Leg Swing from Motion CapturejournalBEEI
 
Adaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot ArmsAdaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot Armstoukaigi
 
MAE501 Independent Study
MAE501 Independent StudyMAE501 Independent Study
MAE501 Independent Studyhrishishah
 

Similar to Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control System (20)

Cavallaro2005
Cavallaro2005Cavallaro2005
Cavallaro2005
 
Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...
Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...
Modeling and Control of a Humanoid Robot Arm with Redundant Biarticular Muscl...
 
Simulation of Elbow Movement with MSMS and MATLAB
Simulation of Elbow Movement with MSMS and MATLABSimulation of Elbow Movement with MSMS and MATLAB
Simulation of Elbow Movement with MSMS and MATLAB
 
NET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air musclesNET 2014-Myoelectric Prosthetic Hand with Air muscles
NET 2014-Myoelectric Prosthetic Hand with Air muscles
 
Local Hand Control for Tezpur University Bionic Hand Grasping
Local Hand Control for Tezpur University Bionic Hand GraspingLocal Hand Control for Tezpur University Bionic Hand Grasping
Local Hand Control for Tezpur University Bionic Hand Grasping
 
Data-Driven Shoulder Inverse Kinematics
Data-Driven Shoulder Inverse Kinematics  Data-Driven Shoulder Inverse Kinematics
Data-Driven Shoulder Inverse Kinematics
 
DATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICSDATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICS
 
DATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICSDATA-DRIVEN SHOULDER INVERSE KINEMATICS
DATA-DRIVEN SHOULDER INVERSE KINEMATICS
 
Resolution of human arm redundancy in point tasks by synthesizing two criteria
Resolution of human arm redundancy in point tasks by  synthesizing two criteriaResolution of human arm redundancy in point tasks by  synthesizing two criteria
Resolution of human arm redundancy in point tasks by synthesizing two criteria
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigation
 
Neurally Driven Prosthetics
Neurally Driven ProstheticsNeurally Driven Prosthetics
Neurally Driven Prosthetics
 
Mechanism Design and Kinematics Analysis of Display Bracket Based on Adams
Mechanism Design and Kinematics Analysis of Display Bracket Based on AdamsMechanism Design and Kinematics Analysis of Display Bracket Based on Adams
Mechanism Design and Kinematics Analysis of Display Bracket Based on Adams
 
ME547 FInal Report
ME547 FInal ReportME547 FInal Report
ME547 FInal Report
 
40220140504002
4022014050400240220140504002
40220140504002
 
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
 
“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...
“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...
“Anti-Fatigue” Control for Over-Actuated Bionic Arm with Muscle Force Constra...
 
Robotic Leg Design to Analysis the Human Leg Swing from Motion Capture
Robotic Leg Design to Analysis the Human Leg Swing from Motion CaptureRobotic Leg Design to Analysis the Human Leg Swing from Motion Capture
Robotic Leg Design to Analysis the Human Leg Swing from Motion Capture
 
Adaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot ArmsAdaptive Biarticular Muscle Force Control for Humanoid Robot Arms
Adaptive Biarticular Muscle Force Control for Humanoid Robot Arms
 
nature17435
nature17435nature17435
nature17435
 
MAE501 Independent Study
MAE501 Independent StudyMAE501 Independent Study
MAE501 Independent Study
 

More from idescitation (20)

65 113-121
65 113-12165 113-121
65 113-121
 
69 122-128
69 122-12869 122-128
69 122-128
 
71 338-347
71 338-34771 338-347
71 338-347
 
72 129-135
72 129-13572 129-135
72 129-135
 
74 136-143
74 136-14374 136-143
74 136-143
 
80 152-157
80 152-15780 152-157
80 152-157
 
82 348-355
82 348-35582 348-355
82 348-355
 
84 11-21
84 11-2184 11-21
84 11-21
 
62 328-337
62 328-33762 328-337
62 328-337
 
46 102-112
46 102-11246 102-112
46 102-112
 
47 292-298
47 292-29847 292-298
47 292-298
 
49 299-305
49 299-30549 299-305
49 299-305
 
57 306-311
57 306-31157 306-311
57 306-311
 
60 312-318
60 312-31860 312-318
60 312-318
 
5 1-10
5 1-105 1-10
5 1-10
 
11 69-81
11 69-8111 69-81
11 69-81
 
14 284-291
14 284-29114 284-291
14 284-291
 
15 82-87
15 82-8715 82-87
15 82-87
 
29 88-96
29 88-9629 88-96
29 88-96
 
43 97-101
43 97-10143 97-101
43 97-101
 

Recently uploaded

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 

Recently uploaded (20)

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 

Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control System

  • 1. Proc. of Int. Conf. on Information Technology in Signal and Image Processing Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control System Dheeraj Singh1, M.M.Jadhav2, and Dr. A.M.Sapkal3 1 Sinhgad College of Engineering/E&TC Department, Pune, India Email: dheerajsingh04@gmail.com Sinhgad College of Engineering/E&TC Department, Pune, India 3 Government College of Engineering/E&TC Department, Pune, India Email: {makj123@yahoo.com, mmjadhav.scoe@sinhgad.edu, and hod.extc@coedp.ac.in} 2 Abstract— In India most of the people lost their hand due to road accident, disease and soldiers lost their arm in war. This paper describes the design which controls the hand motion and wrist motion of Myoelectric controlled prosthetic arm using cortex M3 microcontroller. In this design electromyogram signals are generated by contracting the muscles of biceps and sensed by electrode sensors. Electrode sensors produce the electrical signals and these signals are processed by microcontroller and achieve the supination motion from 00 to 750 and pronation motion from 00 to 850 in the wrist of hand[1][2]. Index Terms—Bio control, Prosthetics, EMG signals, ARM Processor, Supination and Pronation motions, Electrode sensors. I. INTRODUCTION In Today’s era of medical field, mechatronic systems are playing the great role in human’s life includes mechanical, electrical, electronics and computer modules [8]. Prosthetics is a great example of mechatronic system in biomedical field which is replaced with human’s defective body part using rehabilitation techniques. This paper describes myoelectric prosthetic arm motion control system. In existing Myoelectric arm, the opening and closing of hand is controlled by sensing and processing the EMG-electromyogram signals generated when muscles are contracted.EMG signals are sensed by the electrode sensors, placed at edges of elbow joints. Electromyography (EMG) is a medical technique for measuring muscle response to nervous stimulation.EMG is performed using an instrument called an electromyography, to produce a record called an electromyogram. An electromyography detects the electrical potential generated by muscle cells when these cells contract [3]. The existing design has only opening and closing movement of hand but wrist movement is not available. This paper describes the design which integrates mechanical, electrical, electronics and biological systems and achieves the wrist motion (supination /pronation) and synchronization between hand motion and wrist motion using cortex m3 microcontroller. II. ANATOMY OF HUMAN BODY AND ROBOT Anatomy means identification and descriptions of structures of living things. The industrial robots resembles the human arm in it physical structure. Like the hand attached to the human body the robot manipulator or robot arm is attached to the base. The chest, the upper arm and fore-arm in the human body compare with links in the robot manipulators. DOI: 03.LSCS.2013.6.519 © Association of Computer Electronics and Electrical Engineers, 2013
  • 2. Anatomy of robot is shown in Fig. 1.The wrist, elbow and the shoulder in the human arm is represented by the joints in robot arm and chest, fore-arm and upper arm is represented by the links and body is represented by the base. The drivers or motion to the links is provided at the joints. The joints motions can rotational or translator [4]. The wrist is complicated joint in order to maintain the mobility of hand without sacrificing the stability that bridges the hand to the fore-arm. It is actually collection of multiples bones and joints. The human hand is capable of 3 degree of freedom, first is flexion and extension, second is pronation and supination and third is adduction and abduction. As per the human body’s anatomy, the pronation, supination, flexion and extension movement angles of wrist are 00 to 850, 00 to 750, 00 to 750 and 00 to 700 respectively. This paper explain the analytical description of motion geometry of the Myoelectric arm with references to a robot co-ordinate system fixed to a frame, without consideration of the forces or the moments causing the movements. The motion is described as a function of time. [5] Figure 1. Anatomy of Robot III. DESIGN AND METHODOLOGY The relation between the body attached frames with the base frame of references is described by the transformation matrix. The transformation is represented by the rotation matrix, position vector, and perspective transformation and stretching. Let body attached reference frame be represented by OABC as shown in Fig. 2 and the base reference frame be OXYZ. Let the position vector with respect to OABC be PABC and the same point P has vector representation in the OXYZ frame be PXYZ.The vector PABC is Pa ia+ Pb ib+ Pc ic and vector is PABC is Pxix + PyiY + Pziz..The co-ordinates of the point P in the two frames are PABC = (Pa,Pb,Pc)T and PXYZ = (Px,Py,Pz)T. The two vectors are related by a rotation matrix ‘R’ as to PXYZ = RPABC.[4] A. Rotation abot x-axis To develop a relation for the rotation matrix R(x,α), the body attached co-ordinate system OABC is rotated about OX of the base co-ordinate system by an angle α, which is represented by the diagram Fig. 3. Figure 3. Rotation about x-axis Figure 2. Co-ordination representation It is evident from the Fig. 3 that Px = PA + 0(PB) + 0(Pc) Py = 0(PA) + PB. cos α + Pc. (-sin α) Pz = 0(PA) + PB .sinα + Pc .cos α 60 (1)
  • 3. “Equation (1) can be expressed in matrix form as” Px 1 0 0 PA 0 = Pz cos α -sin α PB 0 Py sin α cos α Pc Pxyz = R(x,α).PABC (2) B. Rotation about y-axis The Fig. 4 Shows the vector PABC being rotated by an angle β about the OY axis of the OXYZ base coordinate system. The expression for the rotation transformation matrix, R(y, β) can be obtained from the following equations [4]. Px = PA .cos β + PB (0) + Pc.sin β Py = PA(0) + PB.(1) + Pc. (0) (3) Pz = PA (-sin β) + PB (0) + Pc .cos β The rotation matrix is Cos β 0 R(y,β) = 0 1 -sin β 0 Pxyz = R(y,β).PABC sin β 0 cos β (4) Figure 5. Rotation about z axis Figure 4. Rotation about y axis C. Rotation about z-axis The OABC frame is rotated about an angle θ about the oz-axis of the base frame OXYZ. The position vector Pxyz has its components derived out the vector PABC as shown in Fig. 5. Px = PA .cos θ + PB (-sin θ) + Pc. (0) Py = PA. Sin θ + PB.cos θ + Pc. (0) Pz = PA (0) + PB (0) + Pc. (1) 61 (5)
  • 4. “Equation (5) can be expressed as” Px cosθ -sinθ 0 Py sinθ cosθ 0 PB Pz 0 0 1 Pc PA Pxyz = R(z,θ).PABC (6) D. Pronation and supination motions equation implementation In design motor rotate about only x-axis. The equation to find out the co-ordinates for supination and pronation motion in wrist is 1 0 1 0 cosα -sinα 0 0 R(x,α) = 0 sinα -cosα 0 For 850 pronation movement, α angle is 850 about x-axis. 1 T = 0 0 cos85 0 0 1 -sin85 sin85 cos85 0 0 = 0 .0871 -.9961 0 .9961 .0871 The Co-ordinates points are 7, 5, 3, which are rotated about the about x-axis by angle 850. Pw = T.pt 1 0 7 0 = 0 .0871 -.9961 5 .0871 3 0 .9961 = 7, -2.55, 5.25 (7) The co-ordinates 7, -2.55, 5.25 are out on ports of microcontroller to achieve the 850 pronation movement in wrist For 750 supination movement, α angle is 750 about x-axis. 1 T = 0 0 cos75 0 sin75 0 1 -sin75 = cos75 0 0 62 0 .0871 .9961 0 -.9961 .0871
  • 5. The Co-ordinates points are 7, 5, 3, which are rotated about the about x-axis by angle 750 Pw = T.pt 1 = 0 0 7 0 .2588 -.9659 5 .2588 3 0 .9659 = 7, -1.6, 5.6 (8) The co-ordinates 7, -1.6, 5.6 are out on ports of microcontroller to achieve the 750 supination movement in wrist. E. LPC1769 based motion control system Fig. 6 shows the block diagram of myoelectric prosthetic motion control system. Tilt sensor first senses the movement of elbow in up direction and output of tilt sensor (Electrical signal) is given to amplifier to amplify the signal. After amplification of signal, Inbuilt ADC converts the electrical signal into digital signals and then digital signal is processed by LPC1769 cortex-M3 microcontroller and controls the wrist motion. The point on the surface of the skin overlying a muscle at which the smallest amount of current activates the muscles is called motor point. Electrodes are placed over these points in order to achieve maximal muscle stimulation with minimal current. The position of electrode is gradually shifted until the maximum muscle contraction is obtained at the fixed level of stimulation [5]. In existing Myoelectric arm wrist motion is passive, controlled by the user and synchronization between hand and wrist motion does not exist. This design achieves the synchronization between hand motion and wrist motion. The design consists of LPC1769 cortex M3 microcontroller, Wrist motion and hand motion drivers, Tilt sensor, amplifier and power supply section. The LPC1769 is ARM Cortex-M3 based microcontrollers for embedded applications featuring a high level of integration and low power consumption. The ARM Cortex-M3 is next generation core that offers system enhancement Such as enhanced debug features and a higher level of support block integration. The LPC1769 operates at CPU frequencies of up to 100 MHz. The LPC1769 operates at CPU frequencies of up to 120 MHz. The ARM Cortex-M3 CPU incorporates a 3-stage pipeline and uses Harvard architecture with separate local instruction and data buses as well as a third bus for peripherals. The peripheral complement of the LPC1769 includes up to 512 kB of flash memory, up to 64 kB of data memory[6][7][8]. Figure 6. Block diagram of proposed system 63
  • 6. RESULT This design successfully achieves the wrist motions in myoelectric prosthetic hand with supination movement from 00 to 850 angle and pronation movement from 00 to 850 angle [9][10]. CONCLUSIONS From above result it is conclude that microcontroller based motion control system is designed in such way that synchronization between hand motion and wrist motion achieves at desired degree. ACKNOWLEDGMENT I express my profound thanks to my guide Prof. M. M. Jadhav, whose cheerful encouragement, invaluable suggestion & technical support of vital importance has made me to complete this paper successfully. I thank to Dr. A.M.Sakpal for his guidance & help for making this project. A special thanks to Mr. Salil Jain from Sancheti Hospital, Pune for providing such a good ideas. REFERENCES [1] Hardeep S. Ryait, A. S. Arora, and Ravinder Agarwal, “Interpretations of wrist /grip operations from SMEG signals at different locations on arm,” IEEE Transaction on Biomedical Circuits and Systems, vol.4, no. 2, April 2010. [2] Shahrul Naim Sidek, and Ahmad Jazlan Haja Mohideen, “Mapping of EMG signals to hand grip force at varying wrist angles” IEEE EMBS International Conference on Biomedical Engineering and Sciences, Dec 2012. [3] Andrew j.robinson, “Clinical Electrophysiology” [4] Ganesh S.Hegde, “Industrail robotics”. [5] Josephe E.Muscolino,”Kinesiology”. [6] M.Gauthaam and S.Sathish Kumar, “EMG controlled bionic arm”, Proceedings of the National Conference on Innovations in Emerging Technology-2011 Kongu Engineering College, Perundurai, Erode, Tamilnadu, India, 17 & 18 February, 2011.pp.111-114. [7] Chiharu Ishii, Akitoshi Harada, Takashi Nakakuki, and Hiroshi Hashimoto, “control of Myoelectric prosthetic hand based on surface EMG”, Proceedings of the 2011 IEEE International Conference on Mechatronics and Automation, August 7 - 10, Beijing, China. [8] Parimal Patel, Sam Allen, and George Rapach, “Microcontroller based prosthetic device using Myoelectric signals”, unpublished. [9] Eita Sawaguchi, Teruyoshi Sadahiro, and Masami Iwase, “Wrist angle estimation based on musculoskeletal systems with EMG”, The 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications, 15-17 September 2011, Prague, Czech Republic. [10] Skyler Ashton Dalley, Huseyin Atakan Varol, and Michael Goldfarb”, A method for the control of multigrasp myoelectric prosthetic hands”, IEEE Transaction on Neural Systems and Rehabilitation Engineering, vol. 20, no. 1, JAN 2012. 64