Spring 2017 Prosthetic Hand: Force Sensor Test
The Robot Company | CEO Professor Gary Hill
Blog Post Created by Project Manager | Bianca Esquivel
Project Test Executed by Electronics and Control Engineer | Forest Nutter
Table of Contents
Preliminary Information
Test Objective
In order to avoid breaking items that we picked up with the prosthetic hand, we chose to add force sensors to the fingertips. Our first thought was to use threshold or pid controller to avoid dropping or breaking items we pick up, but later we determined that each item will have different force requirements to pick them up. Therefore, we decided to provide feedback (vibrating motors) to the user so the user can decide how much force to apply to a picked up object. So if the user picks up something heavy he will want the vibrating motors to vibrate a lot compared to picking up a chip that will have the vibrating motors vibrating softly.
This Test Reflects the Requirement:
L2-5 Grip | System
The hand shall be able to grip the cup of water and the chips ahoy cookie without crushing it and without letting these items slip.
L2-5.1 The hand should integrate a force sensor measuring the force being applied at the fingertips and the tip of the thumb. This will allow the hand to stop gripping so as to not crush the food items before reaching the mouth.
Materials
(1) Arduino Uno
(1) 10 Kohm Resistor
(1) Force Sensing Resistor, 0.5 inch circle
(-) Duct Tape
(-) Wires
Test Set Up
The wires were attached to the flex sensors via duct tape to reinforce the connection to the alligator wires that connect the sensor to a breadboard. The breadboard is setup for the vibrating motors that we plan to use on the PCB. We are able to control the speed of the vibrating motor through the PWM pin and an npn transistor. The diode is just to protect the transistor from back emf.
Results
The force sensor can detect the difference between a firm grip, at analog voltage readings of 295-310, vs that of a tight grip, at analog voltage readings of 110-130. This is the difference between holding a chip firmly and breaking the chip.
Conclusion
The force sensor is capable of discerning the difference between forces that will hold and forces that will break an object, which is what we need for the prosthetic fingers to have in order to control their grasp on objects that are more frail to hold, such as chips.
The image below is the fritzing diagram that shows how the force sensors can be implemented to the circuitry of the prosthetic hand.