Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aleksaheler/prosthetichand

Our attempt at a prosthetic hand using STM32 microcontroller with custom PCB and mechanics
https://github.com/aleksaheler/prosthetichand

3d-printing electronics emg prosthetics robotics stm32

Last synced: 3 months ago
JSON representation

Our attempt at a prosthetic hand using STM32 microcontroller with custom PCB and mechanics

Awesome Lists containing this project

README

        

# OpenHand

Our attempt at a prosthetic hand controlled by muscle EMG sensors, using linear actuators to move mechanically linked fingers. Implementing our own 3D models (ME), schematic & PCB design of main control board (EE) and software solution (SW).

## Proof of concept

Our (actually second) proof of concept, is using our own PCBs with STM32, our own mechanical design, and some basic software running on STM32 reacting on button press or EMG sensor activation.

For now, this approach seems promising, and only thing left to be changed is the motors used. We use linear actuators, which seem to be exactly what we need, but for now they don't have any position feedback. To solve that we will be using motors with built-in encoders in future, and monitoring their position with STM32 HW timer functions for encoders. Preliminary testing for that worked perfectly, we could always know the position of the motor based on the encoder value, and using endstops we can also calibrate the travel, and using current limiting H bridge motor drivers, we can control the force applied.

Here are some screenshots of the current status:

### Finger design. Completely mechanical linkage, with linear actuator
![](images/poc2/finger.jpg)

### Our custom PCB, with many components including EMG sensors, H bridge motor drivers, etc.
![](images/poc2/pcb_model.png)
![](images/poc2/pcb_built.jpg)

### Also some EMG sensor readings (before additional filtering)
![](images/poc2/emg_sensor_reading.jpg)

### Now, the whole prototype of the hand (3D printed, batteries, PCB, 3x fingers with motors)
![](images/poc2/OpenHand_model.png)
![](images/poc2/OpenHand_built.jpg)
![](images/poc2/OpenHand_mounted.jpg)

## Example videos of OpenHand in action

Here are some videos of the project for now. Nice to see it finally come together, although this is still early in development, and some things will be changed, and a lot of things will be made to look even prettier.

Note: you might have to download .mp4 videos if GitHub doesn't support playback in browser.

### Showing the response when EMG reading muscle activity
[![](images/poc2/OpenHand_POC_EMG_Response_Thumbnail.png)](images/poc2/OpenHand_POC_EMG_Response.mp4)

### Simple demonstration of holding a bottle
[![](images/poc2/OpenHand_POC_Holding_Bottle_Thumbnail.png)](images/poc2/OpenHand_POC_Holding_Bottle.mp4)

### Demo: holding a can of soda
[![](images/poc2/OpenHand_POC_Holding_Can_Thumbnail.png)](images/poc2/OpenHand_POC_Holding_Can.mp4)

### Demo: holding a multimeter
[![](images/poc2/OpenHand_POC_Holding_Multimeter_Thumbnail.png)](images/poc2/OpenHand_POC_Holding_Multimeter.mp4)