Welcome to the etee Python API Documentation
etee is the first-of-its-kind finger, gesture and pressure sensing controller. The etee Python API library allows developers to work with eteeControllers. Currently, Python programming language is supported.
For the Python API code and installation, visit our Github repository here.
This documentation describes how to wirelessly interface with the eteeControllers via an eteeDongle.
Some features include:
Connecting or disconnecting devices
Starting or stopping the streaming of sensor data
Retrieving tactile, IMU and device state data
List of Content
- 1. Overview
- 2. Setup
- 3. Using etee Python API
- 4. About the API Functionalities
- 5. About the eteeDongle Serial Communication
- 6. API Reference
- EteeController Class
EteeController
- Connections
- Events
EteeController.left_hand_received
EteeController.right_hand_received
EteeController.hand_received
EteeController.left_hand_lost
EteeController.right_hand_lost
EteeController.data_lost
EteeController.left_connected
EteeController.right_connected
EteeController.left_disconnected
EteeController.right_disconnected
EteeController.dongle_disconnected
- IMU Processing
- Data getters
- Event Class
- EteeController Class
- 🖳 Go to: Github Repository