Skip to content

This project is about building a fully operating prosthetic hand from scratch.

License

Notifications You must be signed in to change notification settings

BatuhanYilmaz/bioMech-hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bioMech-hand

This project is about building a fully operating prosthetic hand from scratch. The aim of this project is to encourage maker movement, in the sense of creating affordable hand prosthetics solution for disabled people.

Alt Text

The hand can be built with:

  • x1 Arduino Nano
  • x1 Myo Armband
  • x5 MG90s/SG90 micro servos
  • Some buttons, resistors and jumpers
  • Some 3D printing material, rubber bands and fish line
  • A little enthusiasm

Design

For the ease of assembly, the design is kept as simple as possible. In the design folder, there are 7 types of parts and 20 parts in total for building a full hand.

Parts

  • IND_MID_RING_DEEP.stl

Alt Text

  • IND_MID_RING_MID.stl

Alt Text

  • IND_MID_RING_PINKY_TIP.stl

Alt Text

  • MAIN_BODY.stl

Alt Text

  • MAIN_JOINT_LOWER.stl

Alt Text

  • MAIN_JOINT_UPPER.stl

Alt Text

  • PINKY_DEEP.stl

Alt Text

  • PINKY_MID.stl

Alt Text

  • THUMB_TIP.stl

Alt Text

Code

To keep it simple, an Arduino Nano is used for controlling the finger movements. One can utilize other types of Arduino, or program the hand with the help of a desired board.

Setup

In this project, Myo Armband will be connected to Arduino with a BLE module such as HM-10 or HM-11 and operated with MyoBridge library. Nevertheless, the connection cannot be established with default configuration of the BLE module. In order to make the hand communicate only with Myo Armband, the chip in the BLE module (CC254x) has to be programmed externally with a firmware. This tutorial will help to pair the hand and Myo Armband: How to burn the chip to communicate with Myo Armband

The connection setup will be added soon.

About

This project is about building a fully operating prosthetic hand from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages