A LOW COST PROSTHETIC HAND USING FLEX SENSORS AND SERVO MOTORS

Published Aug 05, 2024
 5 hours to build
 Beginner

A low-cost prosthetic arm uses a flex sensor to detect movements and a servo motor for actuation. The sensor's bending angles are converted into signals processed by a microcontroller. This controls the servo motor, enabling arm movement. It offers an affordable and functional solution. This setup helps users perform daily tasks efficiently.

display image

Components Used

Arduino UNO
Arduino UNO
1
Flex Sensor
Flex Sensor
5
3D PRINTED PROSTHETIC ARM
Prosthetic arms are artificial limbs designed to replace missing or amputated arms. These upper extremity prosthetic devices are made from plastic polymers designed to improve an amputee's comfort level, reinforce their self-image, and increase mobility.Prosthetic arms can be made from a wide variety of materials including acrylic resin, carbon fiber, thermoplastics(such as PLA), silicone.
1
Servo Motor
Servo motor is a type of linear or rotary actuator that enables exact control over acceleration, velocity, and angular position. It is made up of an appropriate motor connected to a position feedback sensor. Here, we're employing a non-continuous servo, which rotates 180 degrees before returning to its starting position.
5
Bread Board
Breadboard allows for easy and quick creation of temporary electronic circuits or to carry out experiments with circuit design. Breadboards enable developers to easily connect components or wires thanks to the rows and columns of internally connected spring clips underneath the perforated plastic enclosure.
1
Resistor 10K
A 10k resistor is a fundamental electronic component that plays a vital role in circuits by limiting the flow of electric current. Its resistance value is 10,000 ohms. These resistors are identified by a color code, typically brown-black-orange-gold, where each color represents a digit or multiplier.
5
PCB board
A PCB (Printed Circuit Board) is a board used to connect electronic components with conductive pathways etched from copper sheets. It provides mechanical support and electrical connections for components, enabling compact and efficient circuit design in electronic devices.
1
Lithium Ion Battery
The 3.7v lithium battery is a lithium battery with a nominal voltage of 3.7v and a full-charge voltage of 4.2v. Its capacity ranges from several hundred to several thousand mAh.
2
Description

  A)  Project Overview
The Low-Cost Prosthetic Arm project focuses on creating an affordable and functional prosthetic limb for individuals with upper limb amputations. By utilizing flux sensors and servo motors, the project aims to deliver a cost-effective solution that provides essential movements and capabilities, enhancing the quality of life for users who might not have access to high-end prosthetics.

   B)   Ease of Use: Create an intuitive control system using flux sensors that respond to muscle movements, making the prosthetic arm easy to operate.
Key Components
 D)   Flex Sensors: These sensors detect the magnetic flux changes caused by muscle contractions. When a muscle contracts, it generates a small electrical signal that the flux sensor can detect and translate into movement commands for the prosthetic arm.
 E)  Servo Motors: Servo motors are used to drive the movements of the prosthetic arm. They provide precise control over the position and speed of the arm's joints, enabling smooth and accurate movements.
 F)  Microcontroller: A microcontroller processes the signals from the flux sensors and sends appropriate commands to the servo motors. It acts as the brain of the prosthetic arm, coordinating all its functions.
G)  Power Supply: A lightweight, portable power source, such as a rechargeable battery, powers the prosthetic arm, ensuring that it remains operational throughout the day.
Design and Development
H)  Sensor Integration: Flux sensors are placed on the user's residual limb to detect muscle contractions. These sensors are calibrated to accurately interpret the user's intentions and translate them into specific movements.
 I)  Motor Control: The servo motors are strategically positioned in the prosthetic arm to replicate the natural movement of the human arm. They are connected to the microcontroller, which sends signals based on input from the flux sensors.
J)   Prosthetic Structure: The arm is constructed using lightweight, durable materials to ensure comfort and longevity. The design focuses on ergonomics, ensuring a snug fit that mimics the natural arm as closely as possible.
K)  User Interface: The system is designed to be user-friendly, with a simple interface for calibration and adjustment. Users can fine-tune the sensitivity of the flux sensors and the responsiveness of the servo motors to suit their preferences.
L)  Benefits
Cost-Effective: By using readily available and affordable components, the prosthetic arm can be produced at a fraction of the cost of traditional prosthetics.
Improved Accessibility: The lower cost makes advanced prosthetic technology accessible to a larger population, particularly in low-income regions.
Enhanced Independence: Users can perform daily tasks more independently and with greater ease, improving their overall quality of life.
M)  Future Development
Advanced Control Systems: Exploring more sophisticated control mechanisms, such as machine learning algorithms, to enhance the arm's responsiveness and adaptability.
Customization: Developing modular components that allow users to customize the prosthetic arm to their specific needs and preferences.
Integration with Other Technologies: Incorporating additional sensors or connectivity features, such as Bluetooth, to expand the arm's functionality and interaction with other devices.
This project represents a significant step towards making prosthetic technology more inclusive and affordable, ultimately empowering individuals with limb loss to lead more active and independent lives.

 

CIRCUIT DIAGRAM

 

Flex sensors are connected to analog pins of Arduino Uno as we are sending analog pulses to Uno.

The negative pin from the flex sensor is connected to the negative rail of the breadboard and the positive to the positive  rail on a breadboard via a resistor, whereas we get a signal pin from the resistor end attached to the positive terminal (upper side) and these give us deflect signals from the sensor and are connect from A0 to A4

There are 5 flex sensors used in this project that control the movement of each servo horn.

 

All five servo motors have been given connections to PWM Pins (Pulse Width Modulation). These pins act as 
potentiometers and hence provide varying voltage. This is done because servo motors need variable voltage for their working. All 5 flex sensors have been connected to the five analog pins. The servo motors must be connected to a lithium-polymer battery so that it works properly.

The final flow of circuitry

Circuitry of the Robot
Powering the components
Powering the Servo motor
Brown to the negative supply
Red to positive Supply
Orange to signal (PWM pin)
Connecting the Flex sensor
Flat part to 5V
Stripped part to Analog input A0 pin.
Stripped part to the ground using a resistor.

PROJECT BUDGET

COMPONENTSPRICE
Prosthetic arm₹2500
Gloves₹354
Flex sensor(5)₹1750
Servo motor(5)₹600
PCB board₹60
Jumper wire₹150
TOTAL AMOUNT₹5,414

VIDEO

 

Codes

Downloads

ewimg Download

Institute / Organization

Velammal College of Engineering & Technology, Madurai
Comments
Ad