SlideShare a Scribd company logo
1 of 6
Download to read offline
http://www.iaeme.com/IJECET/index.asp 01 editor@iaeme.com
International Journal of Electronics and Communication Engineering and Technology
(IJECET)
Volume 8, Issue 2, March - April 2017, pp. 01–06, Article ID: IJECET_08_02_001
Available online at
http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=2
ISSN Print: 0976-6464 and ISSN Online: 0976-6472
© IAEME Publication
DESIGN OF A PROSTHETIC ARM USING FLEX
SENSOR
Dr. V.M. Vyawahare
Assistant Professor & Project Supervisor, EN Department, P.C.E. Nagpur (MS), India
Dipali Pardhi
Student, B.E Final Year, EN Department, P.C.E. Nagpur (MS), India
ABSTRACT
Prosthesis is an artificial device that replaces a missing body part. In medicine,
prosthesis is an artificial device that replaces a missing body part, which may be lost
through trauma, disease, or congenital conditions. Prosthetic amputee rehabilitation
is primarily coordinated by a prosthetist and an inter-disciplinary team of health care
professionals including psychiatrists, surgeons, physical therapists, and occupational
therapists. A person's prosthetics should be designed and assembled according to the
patient's appearance and functional needs.
For instance, a patient may need transradial prosthesis, but need to choose
between an aesthetic functional device, a myoelectric device, a body-powered device,
and an activity specific device. The patient's future goals and economical capabilities
may help them choose between one or more devices.
Key words: Prosthesis, Flex sensor, Data glove, Robotic arm, human hand replica.
Cite this Article: Dr. V.M. Vyawahare and Dipali Pardhi, Design of a Prosthetic
ARM Using Flex Sensor, International Journal of Electronics and Communication
Engineering and Technology, 8(2), 2017, pp. 01–06.
http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=2
1. INTRODUCTION
Many people incur an illness or experience an accident that results in the loss of a limb. They
may also have been born with a congenital condition in which one or more of their limbs are
missing. Fortunately, there are artificial limbs that enable those people to still do things such
as run, walk, reach, and grip. These apparatuses are known as prosthetics. A robotic arm is a
robot device, which can perform similar functions to a human arm. Robotic arms are the
important part of almost all the industries. In industries, a robotic arm performs various
different works such as welding, trimming, picking and placing etc. Moreover the biggest
advantage of these arms is that it can work in hazardous areas and also in the areas which
cannot be performed by human. The main objective of this research work was to design and
construct a prosthesis that will be strong and can perform assigned task. The hand is the one
of the most complex and load bearing part of our human body which act as an input and
Dr. V.M. Vyawahare and Dipali Pardhi
http://www.iaeme.com/IJECET/index.asp 2 editor@iaeme.com
output device to human. These goals where targeted by using flex sensor. A sensor a device
which detects or measures a physical property and records, indicates, or otherwise responds to
it , and sensing plays an important role in robotics. Robotic arm manipulators can have
different configurations. Few of these constraints can be effectively mapped from the human
arm domain to the robot’s restricted joint space. In this paper a general method of mapping
human motions to the robotic arm domain has been demonstrated. The arm moment is
reciprocated almost exactly by the robotic arm. Any human arm moment can be mapped on to
any of the robotic arm manipulator.
2. ROBOTIC ARM USING FLEX SENSOR AND
MICROCONTROLLER:
The block diagram consists of sensor, microcontroller, instrumentation amplifier, servomotor,
IC regulator, LCD.
Figure 1 Flex sensor based robotic arm using microcontroller.
2.1. Flex Sensors
A flex sensor or bend sensor is a sensor that measures the amount of deflection or bending.
Usually the sensor is stuck to the surface, and resistance of sensor element is varied by
bending the surface. Flex sensor are analog resistors. They work as an analog voltage divider.
Inside the flex sensor are carbon resistive elements with thin flexible substrate. More carbon
means less resistance. When the substrate is bent the sensor produces resistance output
relative to the bend radius. The flex sensor achieves great form-factor on a thin flexible
substrate. When the substrate is bent, the sensor produces a resistance output correlated to the
bend radius as shown in Figure 2. The variation in deflection or bending of flex sensor results
in variation of resistance itself. The signal conditioning circuit is used to read these resistance
changes and it is given to ADC. ADC converts these values into equivalent digital values
Design of a Prosthetic ARM Using Flex Sensor
http://www.iaeme.com/IJECET/index.asp 3 editor@iaeme.com
Figure 2 Flex sensor bend proportional to varying degree of resistance
Figure 3 Basic diagram of flex sensor
2.2. Microcontroller
The micro controller is responsible for the controlling the action of robotic arm. It receives
input variation of the flex sensor through ADC, which is given in form of proportional current
variation to the motors attached to robotic arm. It consists of four ports (i.e. A,B,C,D).
Atmega16 is based on enhanced RISC. In this Port A is used for the output. Port B is
connected to LCD, PORT D is connected to servo motor.
Figure 4 Diagram of AT Mega16 microcontroller
Dr. V.M. Vyawahare and Dipali Pardhi
http://www.iaeme.com/IJECET/index.asp 4 editor@iaeme.com
3. METHODOLOGY
In this design we will be using flex sensor to sense the motion of our fingers. We will be
using 5 such sensors that will be arranged in a hand glove, which will make the sensors
comfortable to wear. The Other part i.e. mechanical hand will consist of 5 fingers that will be
controlled using 5 servo motors i.e. one motor for each finger. All together it will be one hand
consists of 5 flex sensor one in each finger. Bend of fingers is analysed using AT Mega 16
microcontroller and this data will be send to another port via serial communication, the
microcontroller will generate appropriate PWM signals for controlling servo motors. The
complexity of the project is reduced by properly categorising the whole project into sub
design. It makes it to make a better design and work effectively. The readings of each fingers
where measured in the form of voltage, while the movement of each fingers will be given
with respect to angle. Thus to relate voltage with respect to angle we plot the graph of each
finger and then we get a linear graph. By calculating equation of each line we can relate each
other easily. Then by knowing only one of the value we can calculate another value very
easily. This equation will be then feed to code of microcontroller connected in sensor unit
then it will generate appropriate angle for respective finger. Ones it is done all data will be
formatted in particular packet so that it will be easily handled and send over serial port.
Figure 5 Experimental setup
4. GRAPH REPRESENTATION
To plot graph we took the readings of flex sensor with hands, then bend each finger and move
the servo motors manually to set the desired angle.
Design of a Prosthetic ARM Using Flex Sensor
http://www.iaeme.com/IJECET/index.asp 5 editor@iaeme.com
Dr. V.M. Vyawahare and Dipali Pardhi
http://www.iaeme.com/IJECET/index.asp 6 editor@iaeme.com
5. FLOW OF ACTION FOR THE ROBOTIC ARM
• Read values of the sensor
• Micro controller processes the sensor values
• Send values from microcontroller to servomotors
• Pick up the objects
• Place at the required position
• Bring arm at original position
6. CONCLUSION
The paper discusses a hardware and software co design of robotic arm controller using five
servomotors employing micro controller. This Robotic Hand is useful for the society as well
as industrial application and it works successfully at the time of demonstration.
REFERENCE
[1] Chandrasekhar P.Shinde,”design of myoelectric arm”, international journal of advanced
science, engineering and technology. ISSN 2319-5924,Vol 1, Issue 1, 2012, pp 21-25.
[2] “A Survey of robotic hand-arm systems” international journal of computer application
(0975-8887), volume 109-No. 8, January 2015.
[3] “flex sensor based robotic arm controller using microcontroller”, journal of software
engineering and application,2012,5,364-366.
[4] “Design of robotic hand using flex sensor”,International journal of advanced research in
electronics and communication engineering, volume 4, issue 12, December 2015.
[5] Parth Ranjan Singh, Prathishastry, Jagadish D. Kini, Farzadtaheri and T.G.Giri Kumar,
Design and Development of a Data Glove for the Assistance of the Physically Challenged.
International Journal of Electronics and Communication Engineering & Technology
(IJECET).4(4), 2013, pp. 36–41
[6] L. Shrimanth Sudheer, Immanuel J., P. Bhaskar and Parvathi C. S. ARM 7
Microcontroller Based Fuzzy Logic Controller for Liquid Level Control System.
International Journal of Electronics and Communication Engineering & Technology
(IJECET).4(2), 2013, pp. 217–224

More Related Content

What's hot

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
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robotMohit Keshav
 
New microsoft word document
New microsoft word documentNew microsoft word document
New microsoft word documentnarmatha1995
 
IRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting SportsIRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting SportsIRJET Journal
 
Gesture Controlled Car_Project report
Gesture Controlled Car_Project reportGesture Controlled Car_Project report
Gesture Controlled Car_Project reportAshikapokiya12345
 
Gesture control robot using by Ardiuno
Gesture control robot using by ArdiunoGesture control robot using by Ardiuno
Gesture control robot using by ArdiunoSudhir Kumar
 
Gesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patientsGesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patientsNeha Udeshi
 
Smart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairSmart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairIJLT EMAS
 
Low cost-prosthetic-hand
Low cost-prosthetic-handLow cost-prosthetic-hand
Low cost-prosthetic-hand13234981
 
Remote Operated Shutter System with Fingerprint Lock
Remote Operated Shutter System with Fingerprint LockRemote Operated Shutter System with Fingerprint Lock
Remote Operated Shutter System with Fingerprint Lockijtsrd
 
Gesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherGesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherIRJET Journal
 
Wireless gesture controlled robot
Wireless gesture controlled robotWireless gesture controlled robot
Wireless gesture controlled robotVIBEK MAURYA
 
IRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled RobotIRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled RobotIRJET Journal
 

What's hot (20)

A9399109119
A9399109119A9399109119
A9399109119
 
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...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Iaetsd gesture
Iaetsd gestureIaetsd gesture
Iaetsd gesture
 
Gesture control car
Gesture control carGesture control car
Gesture control car
 
Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robot
 
New microsoft word document
New microsoft word documentNew microsoft word document
New microsoft word document
 
IRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting SportsIRJET - A Novel Technology for Shooting Sports
IRJET - A Novel Technology for Shooting Sports
 
Gesture Control Car
Gesture Control CarGesture Control Car
Gesture Control Car
 
Gesture Controlled Car_Project report
Gesture Controlled Car_Project reportGesture Controlled Car_Project report
Gesture Controlled Car_Project report
 
Gesture control robot using by Ardiuno
Gesture control robot using by ArdiunoGesture control robot using by Ardiuno
Gesture control robot using by Ardiuno
 
Gesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patientsGesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patients
 
Smart Voice Controlled Wheelchair
Smart Voice Controlled WheelchairSmart Voice Controlled Wheelchair
Smart Voice Controlled Wheelchair
 
Y04404152158
Y04404152158Y04404152158
Y04404152158
 
Low cost-prosthetic-hand
Low cost-prosthetic-handLow cost-prosthetic-hand
Low cost-prosthetic-hand
 
Remote Operated Shutter System with Fingerprint Lock
Remote Operated Shutter System with Fingerprint LockRemote Operated Shutter System with Fingerprint Lock
Remote Operated Shutter System with Fingerprint Lock
 
Gesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With StretcherGesture Controlled Wheelchair With Stretcher
Gesture Controlled Wheelchair With Stretcher
 
Wireless gesture controlled robot
Wireless gesture controlled robotWireless gesture controlled robot
Wireless gesture controlled robot
 
Zeroth review.ppt
Zeroth review.pptZeroth review.ppt
Zeroth review.ppt
 
IRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled RobotIRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled Robot
 

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
 
Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control System
Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control SystemMyoelectric Prosthetic Arm Motion (Wrist/Hand) Control System
Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control Systemidescitation
 
HMRI - brain-prosthetic connections
HMRI - brain-prosthetic connectionsHMRI - brain-prosthetic connections
HMRI - brain-prosthetic connectionsCathie Lou Parker
 
USER STUDY FOR EXPLORATION OF USERS NEEDS
USER STUDY FOR EXPLORATION OF USERS NEEDS USER STUDY FOR EXPLORATION OF USERS NEEDS
USER STUDY FOR EXPLORATION OF USERS NEEDS IAEME Publication
 
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE IAEME Publication
 
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...IAEME Publication
 
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS IAEME Publication
 
DIGITAL LIBRARIES: WHITHER THOU GOEST?
DIGITAL LIBRARIES: WHITHER THOU GOEST? DIGITAL LIBRARIES: WHITHER THOU GOEST?
DIGITAL LIBRARIES: WHITHER THOU GOEST? IAEME Publication
 
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE IAEME Publication
 
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM IAEME Publication
 
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT IAEME Publication
 
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA IAEME Publication
 
Mind-Controlled Prosthetics, by Matthew Garibaldi
Mind-Controlled Prosthetics, by Matthew GaribaldiMind-Controlled Prosthetics, by Matthew Garibaldi
Mind-Controlled Prosthetics, by Matthew GaribaldiMatthew Garibaldi
 
CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...
CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...
CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...IAEME Publication
 
RESOURCE SHARING: A LIBRARY PERCEPTIVE
RESOURCE SHARING: A LIBRARY PERCEPTIVE RESOURCE SHARING: A LIBRARY PERCEPTIVE
RESOURCE SHARING: A LIBRARY PERCEPTIVE IAEME Publication
 
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN) ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN) IAEME Publication
 

Viewers also liked (20)

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)
 
Prosthetic Presentation by Nolan 5th period
Prosthetic Presentation by Nolan 5th periodProsthetic Presentation by Nolan 5th period
Prosthetic Presentation by Nolan 5th period
 
Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control System
Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control SystemMyoelectric Prosthetic Arm Motion (Wrist/Hand) Control System
Myoelectric Prosthetic Arm Motion (Wrist/Hand) Control System
 
HMRI - brain-prosthetic connections
HMRI - brain-prosthetic connectionsHMRI - brain-prosthetic connections
HMRI - brain-prosthetic connections
 
USER STUDY FOR EXPLORATION OF USERS NEEDS
USER STUDY FOR EXPLORATION OF USERS NEEDS USER STUDY FOR EXPLORATION OF USERS NEEDS
USER STUDY FOR EXPLORATION OF USERS NEEDS
 
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
 
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...
NOMENCLATURE CHANGE FOR LIBRARY AND INFORMATION SCIENCE (LIS) SCHOOLS IN NIGE...
 
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS
INFLUENCE OF SOCIAL NETWORKING SITES ON LIBRARY AND INFORMATION CENTERS
 
DIGITAL LIBRARIES: WHITHER THOU GOEST?
DIGITAL LIBRARIES: WHITHER THOU GOEST? DIGITAL LIBRARIES: WHITHER THOU GOEST?
DIGITAL LIBRARIES: WHITHER THOU GOEST?
 
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE
ANALYSIS OF FREE WEBSITES SUPPORTING THE LEARNING OF SHAKESPEAREAN LITERATURE
 
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM
A REVIEW ON LOAD BALANCING IN CLOUD USING ENHANCED GENETIC ALGORITHM
 
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT
GENERIC CODE CLONING METHOD FOR DETECTION OF CLONE CODE IN SOFTWARE DEVELOPMENT
 
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA
THE PRESENT SCENARIO OF THE PUBLIC LIBRARIES IN THE THRISSUR DISTRICT OF KERALA
 
EMG & Force
EMG & ForceEMG & Force
EMG & Force
 
Mind-Controlled Prosthetics, by Matthew Garibaldi
Mind-Controlled Prosthetics, by Matthew GaribaldiMind-Controlled Prosthetics, by Matthew Garibaldi
Mind-Controlled Prosthetics, by Matthew Garibaldi
 
CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...
CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...
CIRCULARLY POLARIZED APERTURE COUPLED MICROSTRIP SHORT BACKFIRE ANTENNA WITH ...
 
RESOURCE SHARING: A LIBRARY PERCEPTIVE
RESOURCE SHARING: A LIBRARY PERCEPTIVE RESOURCE SHARING: A LIBRARY PERCEPTIVE
RESOURCE SHARING: A LIBRARY PERCEPTIVE
 
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN) ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
ANALYSIS OF VARIOUS PROTOCOLS IN WIRELESS BODY AREA NETWORKS (WBAN)
 

Similar to Design of Prosthetic Arm using Flex Sensors

Prosthetic Arm for Amputees
Prosthetic Arm for AmputeesProsthetic Arm for Amputees
Prosthetic Arm for Amputeesvivatechijri
 
A Review on Design and Modeling of Artificial Hand
A Review on Design and Modeling of Artificial HandA Review on Design and Modeling of Artificial Hand
A Review on Design and Modeling of Artificial Handnishanthnishanth28
 
Novel Approaches for Robotic Control Using Flex Sensor
Novel Approaches for Robotic Control Using Flex SensorNovel Approaches for Robotic Control Using Flex Sensor
Novel Approaches for Robotic Control Using Flex SensorIJERA Editor
 
Wireless-Controlled Animatronic Hand
Wireless-Controlled Animatronic HandWireless-Controlled Animatronic Hand
Wireless-Controlled Animatronic HandAhmad Moharib
 
IRJET- Human Hand Movement Training with Exoskeleton ARM
IRJET- Human Hand Movement Training with Exoskeleton ARMIRJET- Human Hand Movement Training with Exoskeleton ARM
IRJET- Human Hand Movement Training with Exoskeleton ARMIRJET Journal
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET Journal
 
MARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.pptMARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.pptAfstddrrdv
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand MovementsIRJET Journal
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET Journal
 
MARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.pptMARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.ppttffttfyyf
 
Microcontroller Based Sign Language Glove
Microcontroller Based Sign Language GloveMicrocontroller Based Sign Language Glove
Microcontroller Based Sign Language Gloveijsrd.com
 
Anthropomorphic transradial myoelectric hand using tendon-spring mechanism
Anthropomorphic transradial myoelectric hand using tendon-spring mechanismAnthropomorphic transradial myoelectric hand using tendon-spring mechanism
Anthropomorphic transradial myoelectric hand using tendon-spring mechanismTELKOMNIKA JOURNAL
 
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...Associate Professor in VSB Coimbatore
 
IRJET- Hand Movement Recognition for a Speech Impaired Person
IRJET-  	  Hand Movement Recognition for a Speech Impaired PersonIRJET-  	  Hand Movement Recognition for a Speech Impaired Person
IRJET- Hand Movement Recognition for a Speech Impaired PersonIRJET Journal
 
Ecg Monitoring Using Android Smart App
Ecg Monitoring Using Android Smart AppEcg Monitoring Using Android Smart App
Ecg Monitoring Using Android Smart AppIJERA Editor
 
Advanced wheel chair vatsal shah
Advanced wheel chair   vatsal shah Advanced wheel chair   vatsal shah
Advanced wheel chair vatsal shah Vatsal N Shah
 

Similar to Design of Prosthetic Arm using Flex Sensors (20)

Prosthetic Arm for Amputees
Prosthetic Arm for AmputeesProsthetic Arm for Amputees
Prosthetic Arm for Amputees
 
A Review on Design and Modeling of Artificial Hand
A Review on Design and Modeling of Artificial HandA Review on Design and Modeling of Artificial Hand
A Review on Design and Modeling of Artificial Hand
 
Novel Approaches for Robotic Control Using Flex Sensor
Novel Approaches for Robotic Control Using Flex SensorNovel Approaches for Robotic Control Using Flex Sensor
Novel Approaches for Robotic Control Using Flex Sensor
 
complete
completecomplete
complete
 
Wireless-Controlled Animatronic Hand
Wireless-Controlled Animatronic HandWireless-Controlled Animatronic Hand
Wireless-Controlled Animatronic Hand
 
IRJET- Human Hand Movement Training with Exoskeleton ARM
IRJET- Human Hand Movement Training with Exoskeleton ARMIRJET- Human Hand Movement Training with Exoskeleton ARM
IRJET- Human Hand Movement Training with Exoskeleton ARM
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
 
MARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.pptMARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.ppt
 
IRJET - Tele-Replication of Human Hand Movements
IRJET -  	  Tele-Replication of Human Hand MovementsIRJET -  	  Tele-Replication of Human Hand Movements
IRJET - Tele-Replication of Human Hand Movements
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
 
MARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.pptMARK ROBOTIC ARM.ppt
MARK ROBOTIC ARM.ppt
 
Microcontroller Based Sign Language Glove
Microcontroller Based Sign Language GloveMicrocontroller Based Sign Language Glove
Microcontroller Based Sign Language Glove
 
Anthropomorphic transradial myoelectric hand using tendon-spring mechanism
Anthropomorphic transradial myoelectric hand using tendon-spring mechanismAnthropomorphic transradial myoelectric hand using tendon-spring mechanism
Anthropomorphic transradial myoelectric hand using tendon-spring mechanism
 
iot contest file
iot contest fileiot contest file
iot contest file
 
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...
 
I010145860
I010145860I010145860
I010145860
 
IRJET- Hand Movement Recognition for a Speech Impaired Person
IRJET-  	  Hand Movement Recognition for a Speech Impaired PersonIRJET-  	  Hand Movement Recognition for a Speech Impaired Person
IRJET- Hand Movement Recognition for a Speech Impaired Person
 
PPT_1.pptx
PPT_1.pptxPPT_1.pptx
PPT_1.pptx
 
Ecg Monitoring Using Android Smart App
Ecg Monitoring Using Android Smart AppEcg Monitoring Using Android Smart App
Ecg Monitoring Using Android Smart App
 
Advanced wheel chair vatsal shah
Advanced wheel chair   vatsal shah Advanced wheel chair   vatsal shah
Advanced wheel chair vatsal shah
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

Design of Prosthetic Arm using Flex Sensors

  • 1. http://www.iaeme.com/IJECET/index.asp 01 editor@iaeme.com International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 2, March - April 2017, pp. 01–06, Article ID: IJECET_08_02_001 Available online at http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=2 ISSN Print: 0976-6464 and ISSN Online: 0976-6472 © IAEME Publication DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR Dr. V.M. Vyawahare Assistant Professor & Project Supervisor, EN Department, P.C.E. Nagpur (MS), India Dipali Pardhi Student, B.E Final Year, EN Department, P.C.E. Nagpur (MS), India ABSTRACT Prosthesis is an artificial device that replaces a missing body part. In medicine, prosthesis is an artificial device that replaces a missing body part, which may be lost through trauma, disease, or congenital conditions. Prosthetic amputee rehabilitation is primarily coordinated by a prosthetist and an inter-disciplinary team of health care professionals including psychiatrists, surgeons, physical therapists, and occupational therapists. A person's prosthetics should be designed and assembled according to the patient's appearance and functional needs. For instance, a patient may need transradial prosthesis, but need to choose between an aesthetic functional device, a myoelectric device, a body-powered device, and an activity specific device. The patient's future goals and economical capabilities may help them choose between one or more devices. Key words: Prosthesis, Flex sensor, Data glove, Robotic arm, human hand replica. Cite this Article: Dr. V.M. Vyawahare and Dipali Pardhi, Design of a Prosthetic ARM Using Flex Sensor, International Journal of Electronics and Communication Engineering and Technology, 8(2), 2017, pp. 01–06. http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=2 1. INTRODUCTION Many people incur an illness or experience an accident that results in the loss of a limb. They may also have been born with a congenital condition in which one or more of their limbs are missing. Fortunately, there are artificial limbs that enable those people to still do things such as run, walk, reach, and grip. These apparatuses are known as prosthetics. A robotic arm is a robot device, which can perform similar functions to a human arm. Robotic arms are the important part of almost all the industries. In industries, a robotic arm performs various different works such as welding, trimming, picking and placing etc. Moreover the biggest advantage of these arms is that it can work in hazardous areas and also in the areas which cannot be performed by human. The main objective of this research work was to design and construct a prosthesis that will be strong and can perform assigned task. The hand is the one of the most complex and load bearing part of our human body which act as an input and
  • 2. Dr. V.M. Vyawahare and Dipali Pardhi http://www.iaeme.com/IJECET/index.asp 2 editor@iaeme.com output device to human. These goals where targeted by using flex sensor. A sensor a device which detects or measures a physical property and records, indicates, or otherwise responds to it , and sensing plays an important role in robotics. Robotic arm manipulators can have different configurations. Few of these constraints can be effectively mapped from the human arm domain to the robot’s restricted joint space. In this paper a general method of mapping human motions to the robotic arm domain has been demonstrated. The arm moment is reciprocated almost exactly by the robotic arm. Any human arm moment can be mapped on to any of the robotic arm manipulator. 2. ROBOTIC ARM USING FLEX SENSOR AND MICROCONTROLLER: The block diagram consists of sensor, microcontroller, instrumentation amplifier, servomotor, IC regulator, LCD. Figure 1 Flex sensor based robotic arm using microcontroller. 2.1. Flex Sensors A flex sensor or bend sensor is a sensor that measures the amount of deflection or bending. Usually the sensor is stuck to the surface, and resistance of sensor element is varied by bending the surface. Flex sensor are analog resistors. They work as an analog voltage divider. Inside the flex sensor are carbon resistive elements with thin flexible substrate. More carbon means less resistance. When the substrate is bent the sensor produces resistance output relative to the bend radius. The flex sensor achieves great form-factor on a thin flexible substrate. When the substrate is bent, the sensor produces a resistance output correlated to the bend radius as shown in Figure 2. The variation in deflection or bending of flex sensor results in variation of resistance itself. The signal conditioning circuit is used to read these resistance changes and it is given to ADC. ADC converts these values into equivalent digital values
  • 3. Design of a Prosthetic ARM Using Flex Sensor http://www.iaeme.com/IJECET/index.asp 3 editor@iaeme.com Figure 2 Flex sensor bend proportional to varying degree of resistance Figure 3 Basic diagram of flex sensor 2.2. Microcontroller The micro controller is responsible for the controlling the action of robotic arm. It receives input variation of the flex sensor through ADC, which is given in form of proportional current variation to the motors attached to robotic arm. It consists of four ports (i.e. A,B,C,D). Atmega16 is based on enhanced RISC. In this Port A is used for the output. Port B is connected to LCD, PORT D is connected to servo motor. Figure 4 Diagram of AT Mega16 microcontroller
  • 4. Dr. V.M. Vyawahare and Dipali Pardhi http://www.iaeme.com/IJECET/index.asp 4 editor@iaeme.com 3. METHODOLOGY In this design we will be using flex sensor to sense the motion of our fingers. We will be using 5 such sensors that will be arranged in a hand glove, which will make the sensors comfortable to wear. The Other part i.e. mechanical hand will consist of 5 fingers that will be controlled using 5 servo motors i.e. one motor for each finger. All together it will be one hand consists of 5 flex sensor one in each finger. Bend of fingers is analysed using AT Mega 16 microcontroller and this data will be send to another port via serial communication, the microcontroller will generate appropriate PWM signals for controlling servo motors. The complexity of the project is reduced by properly categorising the whole project into sub design. It makes it to make a better design and work effectively. The readings of each fingers where measured in the form of voltage, while the movement of each fingers will be given with respect to angle. Thus to relate voltage with respect to angle we plot the graph of each finger and then we get a linear graph. By calculating equation of each line we can relate each other easily. Then by knowing only one of the value we can calculate another value very easily. This equation will be then feed to code of microcontroller connected in sensor unit then it will generate appropriate angle for respective finger. Ones it is done all data will be formatted in particular packet so that it will be easily handled and send over serial port. Figure 5 Experimental setup 4. GRAPH REPRESENTATION To plot graph we took the readings of flex sensor with hands, then bend each finger and move the servo motors manually to set the desired angle.
  • 5. Design of a Prosthetic ARM Using Flex Sensor http://www.iaeme.com/IJECET/index.asp 5 editor@iaeme.com
  • 6. Dr. V.M. Vyawahare and Dipali Pardhi http://www.iaeme.com/IJECET/index.asp 6 editor@iaeme.com 5. FLOW OF ACTION FOR THE ROBOTIC ARM • Read values of the sensor • Micro controller processes the sensor values • Send values from microcontroller to servomotors • Pick up the objects • Place at the required position • Bring arm at original position 6. CONCLUSION The paper discusses a hardware and software co design of robotic arm controller using five servomotors employing micro controller. This Robotic Hand is useful for the society as well as industrial application and it works successfully at the time of demonstration. REFERENCE [1] Chandrasekhar P.Shinde,”design of myoelectric arm”, international journal of advanced science, engineering and technology. ISSN 2319-5924,Vol 1, Issue 1, 2012, pp 21-25. [2] “A Survey of robotic hand-arm systems” international journal of computer application (0975-8887), volume 109-No. 8, January 2015. [3] “flex sensor based robotic arm controller using microcontroller”, journal of software engineering and application,2012,5,364-366. [4] “Design of robotic hand using flex sensor”,International journal of advanced research in electronics and communication engineering, volume 4, issue 12, December 2015. [5] Parth Ranjan Singh, Prathishastry, Jagadish D. Kini, Farzadtaheri and T.G.Giri Kumar, Design and Development of a Data Glove for the Assistance of the Physically Challenged. International Journal of Electronics and Communication Engineering & Technology (IJECET).4(4), 2013, pp. 36–41 [6] L. Shrimanth Sudheer, Immanuel J., P. Bhaskar and Parvathi C. S. ARM 7 Microcontroller Based Fuzzy Logic Controller for Liquid Level Control System. International Journal of Electronics and Communication Engineering & Technology (IJECET).4(2), 2013, pp. 217–224