Project is licensed under Apache 2.0
Mechanical design is licensed under a:
Creative Commons Attribution 4.0 International License.

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...
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
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
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 !
List of all needed components is available here:
AmazingHand BOM

And remember to add control choice cost (2 options detailed previously)
Details for custom 3D printed parts are here: 3Dprinted parts
Here is a guide explaining how to print all the needed custom parts:
=> 3D Printing Guide

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".
Everyone can access the Onshape document too:
Link Onshape
Note that predefined positions are available in the "named position" tooling, with corresponding servo angles
Assembly guide for the Amazing Hand in combination with standard components in the BOM is here:
=> Assembly Guide

You will need a simple program / script to calibrate each finger, available 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.
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
AmazingHand_BasicDemo.mp4
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:

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
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
- ...
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.
STL or Step file can be found here
Thanks to Jianliang Shen !
GitHub with code: (https://github.com/joanbox24/AmazingHand-with-sg90-servo-force-control)
https://shop.wowrobo.com/products/amazing-hand-the-open-source-robotic-hand-kit
- 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
WIP
You can reach public discord channel here : Discord AmazingHand
Or Contact me or Pollen Robotics
Huge thanks to those who have contributed to this project so far:
- Steve N'Guyen for beta testing, Feetech motors integration in Rustypot, Mujoco/Mink and hand tracking demo
- Pierre Rouanet for Feetech motors integration in pypot
- Augustin Crampette & Matthieu Lapeyre for open discussions and mechanical advices








