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_receivedEteeController.right_hand_receivedEteeController.hand_receivedEteeController.left_hand_lostEteeController.right_hand_lostEteeController.data_lostEteeController.left_connectedEteeController.right_connectedEteeController.left_disconnectedEteeController.right_disconnectedEteeController.dongle_disconnected
- IMU Processing
- Data getters
- Event Class
- EteeController Class
- 🖳 Go to: Github Repository