SlideShare a Scribd company logo
2
Most read
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

PPTX
Asthma and therapeutics
PPTX
Interpretation of NCV.pptx
PPTX
Chest physiotherapy in ICU
PPTX
Physiotherapeutic uses of currents
PPTX
Pulsed Electromagnetic Field Therapy
PPTX
Skin resistance & ans by dr.nidhi
PDF
FLUID MECHANICS AND HYDROTHERAPY
PPTX
Shock wave therapy (swt)
Asthma and therapeutics
Interpretation of NCV.pptx
Chest physiotherapy in ICU
Physiotherapeutic uses of currents
Pulsed Electromagnetic Field Therapy
Skin resistance & ans by dr.nidhi
FLUID MECHANICS AND HYDROTHERAPY
Shock wave therapy (swt)

What's hot (20)

PPTX
......................VOJTA THERAPY.pptx
PDF
Brachial plexus inj
PPT
Taping in Physiotherapy
PPTX
Motor Relearning Program-Physiotherapy Approach.pptx
PPTX
Balance.pptx
ODP
Static electricity
PPTX
shoulder hand syndrome physiotherapy.pptx
PDF
Electric terminal devices
PPTX
Flutter a device for clearance of airway
PDF
Athletic injuries
PPTX
1. biomechanics of the knee joint basics
PPTX
Extracorporeal shockwave therapy (eswt)
PPTX
Bertolotti's syndrome
PPTX
Ap facilitatory and inhibitatory technique
PPTX
PSWD, LWD.pptx
PDF
Volkman ischamic contracture
PPTX
Positional release technique
PDF
Physical Therapy For Scar Tissue
PPT
Leprosy
PPTX
ULTRASOUND THERAPY-1.pptx
......................VOJTA THERAPY.pptx
Brachial plexus inj
Taping in Physiotherapy
Motor Relearning Program-Physiotherapy Approach.pptx
Balance.pptx
Static electricity
shoulder hand syndrome physiotherapy.pptx
Electric terminal devices
Flutter a device for clearance of airway
Athletic injuries
1. biomechanics of the knee joint basics
Extracorporeal shockwave therapy (eswt)
Bertolotti's syndrome
Ap facilitatory and inhibitatory technique
PSWD, LWD.pptx
Volkman ischamic contracture
Positional release technique
Physical Therapy For Scar Tissue
Leprosy
ULTRASOUND THERAPY-1.pptx
Ad

Viewers also liked (20)

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

Similar to DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR (20)

PDF
Prosthetic Arm for Amputees
PDF
A Review on Design and Modeling of Artificial Hand
PDF
Novel Approaches for Robotic Control Using Flex Sensor
PDF
L502027981
PDF
Design of Robotic Arm based on Hand Gesture Control System using Wireless Sen...
PPTX
Wireless-Controlled Animatronic Hand
PDF
Gesture Gloves - For Speechless patients
PDF
IRJET- Human Hand Movement Training with Exoskeleton ARM
PDF
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
PPT
MARK ROBOTIC ARM.ppt
PDF
IRJET - Tele-Replication of Human Hand Movements
PDF
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
PDF
L41047379
PPT
MARK ROBOTIC ARM.ppt
PDF
Microcontroller Based Sign Language Glove
PDF
Anthropomorphic transradial myoelectric hand using tendon-spring mechanism
RTF
iot contest file
PDF
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...
PDF
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...
Prosthetic Arm for Amputees
A Review on Design and Modeling of Artificial Hand
Novel Approaches for Robotic Control Using Flex Sensor
L502027981
Design of Robotic Arm based on Hand Gesture Control System using Wireless Sen...
Wireless-Controlled Animatronic Hand
Gesture Gloves - For Speechless patients
IRJET- Human Hand Movement Training with Exoskeleton ARM
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
MARK ROBOTIC ARM.ppt
IRJET - Tele-Replication of Human Hand Movements
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
L41047379
MARK ROBOTIC ARM.ppt
Microcontroller Based Sign Language Glove
Anthropomorphic transradial myoelectric hand using tendon-spring mechanism
iot contest file
Tele-Robotic Surgical Arm System with Efficient Tactile Sensors in the Manipu...
IRJET- Low – Cost Human Hand Prosthetic using EMG Signal with the Help of Mic...

More from IAEME Publication (20)

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

Recently uploaded (20)

PDF
PPT on Performance Review to get promotions
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Well-logging-methods_new................
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPT
Project quality management in manufacturing
PPT
Mechanical Engineering MATERIALS Selection
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
DOCX
573137875-Attendance-Management-System-original
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
web development for engineering and engineering
PPTX
Internet of Things (IOT) - A guide to understanding
PPT on Performance Review to get promotions
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Well-logging-methods_new................
Operating System & Kernel Study Guide-1 - converted.pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Automation-in-Manufacturing-Chapter-Introduction.pdf
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Project quality management in manufacturing
Mechanical Engineering MATERIALS Selection
R24 SURVEYING LAB MANUAL for civil enggi
Model Code of Practice - Construction Work - 21102022 .pdf
573137875-Attendance-Management-System-original
OOP with Java - Java Introduction (Basics)
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
UNIT 4 Total Quality Management .pptx
web development for engineering and engineering
Internet of Things (IOT) - A guide to understanding

DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR

  • 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