Pinc'Open project
June 16, 2026 · View on GitHub
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Pinc'Open project
Pinc'Open is a low-cost (~25€) and open-source parallel-finger gripper, derived from Pollen Robotics Reachy 2's gripper
Table of contents
What is Pinc'Open?
The aim of this project is to make robotic manipulation more accessible, so that anyone with an idea but not the budget can make advances in this field possible.
The quality of movement, mechanical strength and precision may not be as good as an industrial product, but a 2-finger parallel robotic gripper can be built for less than 25€! And we'll see that the performance is still good.

The secondary goal is to make this gripper compatible with the SO-ARM100 open-source arm, so that the same motor as the current gripper can be used on our Pinc'Open. So the 25€ includes a motor that is already included in the $100 of the SO-ARM100.
What's more, the tip is interchangeable! That way, you can fit exactly what you need for your particular application.

Reachy 2 "Pincette" gripper
The Pincette v1.0 gripper, released at the same time as Reachy 2, is a two-parallel-finger hand designed for versatility and accurate, strong grasping.
Joints are based on high-quality standard components, and mechanical parts are machined from metal for greater rigidity and precision.
However, these qualities come at a considerable cost: today, for just a few units manufactured, the BOM costs ~€1,700 per unit.
This is acceptable depending on the application, but not for those who want to build a low-cost robotic gripper.
Areas of focus:
- Make every mechanical custom part 3D printable, and not easily breakable, to avoid expensive metal machining.
- Change the expensive Robotis Dynamixel motor to a cheap Feetech STS3215 motor.
- Remove all the high-quality but expensive standard components and find mechanical tricks to replace them.
- Find a trick to imitate a torque limitation while using position control on a motor that doesn't have this feature. Otherwise, the motor burns (or turns off thanks to security) or the plastic mechanical part can break...
Build Resources
BOM (Bill Of Materials)
The list of all needed components is available here:
PincOpen BOM
There is the standalone PincOpen gripper BOM (~25€), then optional components like the interface with the SO-ARM100 project, or a Realsense camera stand for example.
STL Files and Onshape document
STL and Steps files can be found here
Everyone can access the Onshape document too:
Link Onshape

Note that you can set a configuration in the assembly, like the default assembly, or with the interface part for SO-ARM100, or the configuration for camera mounting.
Configure the motor before assembly
To configure the motor as it should be, please first clone & install Lerobot library.
Then connect and power up your motor, and run the following command:
python lerobot/scripts/configure_motor.py --port /dev/ttyACM0 --brand feetech --model sts3215 --baudrate 1000000 --ID <ID>
Make sure to replace the port with your USB serial port and the ID with "6".
Assembly Guide
Here is an assembly guide to explain how to print all the needed custom parts and how to use them to build this gripper.
=> Assembly Guide

There is also a guide about how to build an Intel Realsense D405 camera mount here:
=> Camera Mount Assembly
How to flash and test the gripper
First of all, please install the pypot library, updated with the Feetech motors:
https://github.com/pollen-robotics/pypot/tree/support-feetech-sts3215
Then, please refer to the flash&test notebook
Project Updates & Community
Updates history
Community projects
- ROS2 PincOpen Driver - School of Engineering and Computing, Christopher Newport University - [Github].
- MuJoCo Simulation Support (PR) - [Github]
- ICRA 2026 Smart grasping using embedded 3D force (tactile) sensing from Melexis - Milan Amighi, Constantin Scholz and Bram Vanderborght (Brubotics - VUB & imec), in collaboration with Melexis - [Tutorial Website]
- Mobile Manipulation with LeKiwi and PincOpen - Xingdong Zuo - [Github]
To Do List
- Video showing the advantages of this more complex mechanism
- Technical explanation about how it was designed
- New camera mounting supports
Project posts
- Fingertips for better grip
- Mobile Manipulation with LeKiwi and PincOpen - Xingdong Zuo - [Github]
FAQ
WIP
Contact
Thank you
Huge thanks to those who have contributed to this project so far:
- Antoine Pirrone for making great demos, all the advice and feedback
- Pierre Rouanet for Feetech motors integration in pypot
- Jeremy Laville & Matthieu Lapeyre for mechanical advice and original Reachy 2 Pincette co-development

