Skip to content

pollen-robotics/AmazingHand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project is licensed under Apache 2.0

Mechanical design is licensed under a: Creative Commons Attribution 4.0 International License. CC BY 4.0 CC BY 4.0

Amazing Hand project

Patterns

Robotic hands are often very expensive and not so expressive. More dexterous ones often need cables and deported actuators in the forearm, i.e.,

The aim of this project is to be able to explore humanoid hand possibilities on a real robot (and Reachy2 is the perfect candidate for that !) with moderate cost. => Wrist interface is designed for Reachy2's wrist (Orbita 3D), but it can be easily adapted to other robot's wrist...

Reachy

Amazing Hand is:

  • 8 dofs humanoid hand with 4 fingers
  • 2 phalanxes per finger articulated together
  • flexible shells almost everywhere
  • All actuators inside the hand, without any cables
  • 3D printable
  • 400g weight
  • low-cost (<200€)
  • open-source

AmazingHand_Overview

Hand Overview Each finger is driven by a parallel mechanism. That means 2x small Feetech SCS0009 servos are used to move each finger in flexion/extension and abduction/adduction

Finger Overview

Two control methods are available:

  • Use a serial bus driver (Waveshare i.e.) + Python script
  • Use an Arduino + Feetech TTL Linker

Detailed explanations are available for both ways, and basic demo software is also available. Up to you !

Table of contents

Build Resources

BOM (Bill Of Materials)

List of all needed components is available here:
AmazingHand BOM
BOM

And remember to add control choice cost (2 options detailed previously)

Details for custom 3D printed parts are here: 3Dprinted parts

3Dparts

Here is a guide explaining how to print all the needed custom parts: => 3D Printing Guide 3DPrint_example

CAD Files and Onshape document

STL and Steps files can be found here

Note that fingers are the same if you want to build a left hand, but some parts are symmetrical. Specific right hand parts are preceded by an "R", and other left hand parts by an "L".

Heart

Everyone can access the Onshape document too:
Link Onshape

Note that predefined positions are available in the "named position" tooling, with corresponding servo angles

Onshape&Named_Pos

Assembly Guide

Assembly guide for the Amazing Hand in combination with standard components in the BOM is here:
=> Assembly Guide
Assembly_example

You will need a simple program / script to calibrate each finger, available here:

  • With Python & Waveshare serial bus driver: here
  • With Arduino & TTLinker: here

Note that this assembly guide is for a standalone right hand.

If you need to build a standalone left hand, you can keep the same IDs for servo locations, and select if it's a right or left hand in the software.

Run basic Demo

A basic demo is available with both Python & Arduino.

You will need an external power supply to be able to power the 8 actuators inside the hand.

If you don't have one already, a simple external power supply could be a DC/DC 220V -> 5V / 2A adapter with jack connector. Check on the BOM list: AmazingHand BOM

  • Python script: "AmazingHand_Demo.py" here

  • Arduino program: "AmazingHand_Demo.ino" here

AmazingHand_BasicDemo.mp4

You need both right & left hands on the same bus ?

If you need to build both right and left hands to plug them on a robot, you will have to attribute different IDs for right and left hands. You can't have same ID for different servos on the same serial bus... Very important thing is to keep same assembly order for servos, but set them different IDs than for the right hand, as follows: IDs

Specific software is also needed, in order to drive each hand independently. This simple demo runs the same hand patterns on both hands simultaneously, but it's only available in Python: "AmazingHand_Demo_Both" here

Disclaimer

I noticed some variations between theoretical angles for Flexion / Extension, Abduction / Adduction and angles in real life prototypes. This is probably due to several sources of variation (3D printed parts are not perfect, balljoint rods are manually adjusted one by one, servo horn rework, flexibility of plastic parts...).

This design has not yet been tested for long and complex prehensile tasks. Before being able to grasp objects safely (that means without damaging servos or mechanical parts), a kind of smart software needs to be built. SCS0009 servos have smart capabilities as:

  • Torque enable / disable
  • Torque feedback
  • Current position sensor
  • Heat temperature feedback
  • ...

AmazingHand advanced Demo

Tracking demo

For more advanced usage using inverse/forward kinematics there are several examples in the Demo directory along with some useful tools to test/configure the motors.

Project Updates & Community

Updates from community

  • Amazing Base for the amazing hand :

Base STL or Step file can be found here

  • Specific Chinese BOM available here :

Chinese BOM

Thanks to Jianliang Shen !

  • Amazing hand with SG90 servos + force control setup 🔥

Force_control Force_control_setup

GitHub with code: (https://github.com/joanbox24/AmazingHand-with-sg90-servo-force-control)

  • You don't want to build it by yourself ? Kits are available visiting this link :

https://shop.wowrobo.com/products/amazing-hand-the-open-source-robotic-hand-kit

To Do List

  • Design small custom pcb with serial hub and power supply functions, to fit everything in the hand
  • Test with prehensile tasks => Add smarter behaviour for closing hand, based on available motors feedbacks
  • Study possibility to have 4 different fingers length, or add a 5th finger
  • Study possibility to use STS3032 Feetech motors instead of SCS0009 => Stronger for quite the same volume, but servo horn is different
  • Study possibility to add compliancy by replacing rigid links to springs
  • Add fingertip sensor to push one step higher smart control

FAQ

WIP

Contact

You can reach public discord channel here : Discord AmazingHand

Or Contact me or Pollen Robotics

Thank you

Huge thanks to those who have contributed to this project so far:

About

Code and model to control the AH!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published