--- id: aero-open-sdk version: "0.1.0.dev1" license: Apache License 2.0 license_treatment: permissive maintenance: aging --- # aero-open-sdk — This package provides an interface to control the Aero Hand Open robotic hand. License: permissive · Maintenance: aging · Downloads: 77.7K/mo ## 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 above — 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 pip install aero-open-sdk uv add aero-open-sdk 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_current - Install friction: low - Maintenance: aging - Downloads: 77.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags robotic hand control python, tendon-driven hand sdk, dexterous manipulation robot, aero hand python interface, serial robot arm control, 7-dof hand manipulation, robotic gripper python, robotics, hardware-control, serial-communication [View on SkillFed](https://skillfed.io/packages/aero-open-sdk) · [View on PyPI](https://pypi.org/project/aero-open-sdk/)