Skip to content

Alvipe/Dextra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dextra

Dextra is a printable robotic hand with the size of a human hand. This project was initially started to build a replicable and low cost alternative to current robotic hand prostheses. However, I think this device has more potential uses, for example in robotics research (humanoid robotics, mobile platforms with manipulation capabilities) or in education, fields that could benefit from the existence of a cheap and easy to repair robotic hand, a robotic device that is replicable and hackable, and simple but functional.

The key design points of Dextra are: adaptive grip, compact size, mechanical simplicity and ease of replication. The mechanical design of Dextra revolves around the finger module the finger module, a modular part that comprises a compact linear actuator based on the Pololu 1000:1 Micro Metal Gearmotor HP, position feedback provided by a magnetic encoder, and the mechanical printable finger. This module is used in the four fingers of the hand, and the thumb is a variation of the same design. This makes assembly and repair simpler. Modular design also may favour the possibility of modifying the original design.

The motion of the fingers of Dextra is controlled by a position control loop. Since the finger is underactuated, the angular position of each phalanx cannot be controlled independently. Instead, the total angular position of the finger, that is, the sum of the three joint angles, is controlled. Each finger is controlled by a PID loop that takes a position setpoint as the input and uses the feedback position measured by a magnetic quadrature encoder to adjust the real position of the DC motor driving the finger.

Dextra can be controlled either by sending commands from a computer with a GUI, or by using EMG signals, as would be done if the hand is used as a prosthesis. To implement the second type of control, an EMG interface called Mumai is being used. Currently, a myoelectric threshold controller is implemented: the raw EMG signal provided by the EMG interface is rectified and smoothed by software and when this processed signal exceeds a certain value, the hand closes.

There is more information about Dextra on its hackaday.io project page.

Assembly instructions

The assembly instructions can be found here.

Project index

  • Control - Code for different control methods (EMG, GUI)
  • Firmware - Main program and libraries that make Dextra move
  • Parts - STL files of the printable parts of Dextra and its corresponding FreeCAD source files
  • doc - Documentation files

License

GNU License Creative Commons License

Code is licensed under the GPL v3 License. The rest of the work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

About

Printable robotic hand prosthesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages