skillfed

aero-open-sdk

This package provides an interface to control the Aero Hand Open robotic hand.

aero-open-sdk v0.1.0.dev1 77.7K downloads/30d#14,508 on PyPI
Permissive license Apache License 2.0 AGING released

What it is and what it does

Aero Open SDK is a Python interface for controlling TetherIA's Aero Hand, a 7-degree-of-freedom tendon-driven robotic hand designed for dexterous manipulation and research. The package wraps low-level hardware communication over USB serial, allowing you to command hand movements, perform calibration routines, and manage motor configuration from Python code. It depends on esptool for serial communication with the underlying Espressif microcontroller.

The SDK is still in early development (version 0.1.0.dev1) and requires Python 3.10 or higher. Setup involves a one-time GUI-based configuration step to map motor IDs, then serial port initialization in your code. The package ships with example code and troubleshooting guidance for Linux and Windows serial port setup, including persistent device naming to avoid port reassignment issues.

Use it for:

  • Research into dexterous manipulation and tendon-driven hand mechanics by controlling the Aero Hand from Python experiments.
  • Robotic grasping and object manipulation tasks where precise finger control and calibration are needed.
  • Integration of the Aero Hand into larger robotic systems via Python scripting and motion sequencing.
  • One-time hardware setup and motor configuration using the bundled GUI before deploying production control code.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python control over TetherIA's Aero Hand robotic hand, a 7-DoF tendon-driven device, enabling homing, calibration, and motion control via serial connection.

Yes, if you own an Aero Hand and need Python control—the low install friction and permissive license make it straightforward to adopt. However, proceed cautiously: the package is in early development (0.1.0.dev1) with no visible maintenance activity for 255 days, so API stability and feature completeness are unproven. Verify that the version supports your use case before committing to production work.

Install

aero-open-sdk on PyPI

pip

pip install aero-open-sdk

uv

uv add aero-open-sdk

poetry

poetry add aero-open-sdk

Installing aero-open-sdk

Before you install

Low install friction with a pure-Python wheel and single runtime dependency (esptool). Package is aging (255 days since release) with no recent maintenance signal visible, so stability is unproven beyond its initial release cycle.

License in practice

Licensed under Apache License 2.0 (permissive), so you may use, modify, and distribute the package freely in commercial and open-source projects, provided you include a copy of the license.

Quickstart

pip install aero-open-sdk

from aero_open_sdk.aero_hand import AeroHand
aero_hand = AeroHand(port="/dev/ttyACM0")  # or COM3 on Windows

Requires Python 3.10 or higher; Aero Hand hardware must be connected via USB serial port and properly configured with motor IDs via the setup GUI (aero-open-gui).

Verify before relying

  • Whether the package is actively maintained or if the 255-day gap since release indicates the project is dormant.
  • API stability and completeness—whether motion control, calibration, and homing are fully implemented or still in development.
  • Real-world reliability and user adoption beyond the top-15000 download tier.

Package facts

License Apache License 2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 1 — esptool
Maintenance aging — 255 days since the last release
First released
Downloads 77,655/month — #14,508 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aero_open_sdk-0.1.0.dev1-py3-none-any.whl

Tags

robotic hand control pythontendon-driven hand sdkdexterous manipulation robotaero hand python interfaceserial robot arm control7-dof hand manipulationrobotic gripper python
roboticshardware-controlserial-communication

More Scientific/Engineering packages