Skip to main content

Tactigon Gear

The tactigon team

This package enables the wearable device Tactigon Skin to connect to your python project using Bluetooth Low Energy.

Architecture

Tactigon Gear environment has the following architecture:

Server is located on the cloud and it is manteined by Next Industries s.r.l. Server has a web interface where you can handle your profile and your data (models and gestures)

Provided Tactigon Gear SDK is the implementation of Tactigon Gear environment client side

Tactigon Gear SDK is used for collecting new raw data, send the data to server, ask server to train a model using the raw data, and download the model from server. Finally use the model for testing real-time gesture recognition.

Tactigon Gear architecture definition

Prerequisites

In order to use the Tactigon Gear SDK the following prerequisites needs to be observed:

  • Python version: following versions has been used and tested. It is STRONGLY recommended to use these ones depending on platform.
    • Win10: 3.8.7
    • Linux: 3.8.5
    • Mac osx: 3.8.10
    • Raspberry: 3.7.3

Installing

Install and update using pip:

pip install tactigon-gear

A Simple Example

import time
from tactigon_gear import TSkin, TSkinConfig, Hand, OneFingerGesture

def main():
    TSKIN_MAC = "change-me"
    tskin_cfg = TSkinConfig(TSKIN_MAC, Hand.RIGHT) # Hand.LEFT if the TSkin is wear on left hand.

    tskin = TSkin(tskin_cfg)
    tskin.start()

    i = 0

    while True:
        if not tskin.connected:
            print("Connecting..")
            time.sleep(0.5)
            continue

        if i > 5:
            break

        a = tskin.angle
        t = tskin.touch
        acc = tskin.acceleration
        gyro = tskin.gyro

        print(a, t, acc, gyro)

        if t and t.one_finger == OneFingerGesture.TAP_AND_HOLD:
            i += 1
        else:
            i = 0

        time.sleep(0.02)

    tskin.terminate()

        
if __name__ == "__main__":
    main()

Licensing

In order to perform new training and download them you need to register on following web side: https://www.thetactigon.com/ai/web/ Once registration is done you can go to Profile section and click on Json File button to download file user_data.json The use of this file is described later in this doc.

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tactigon_gear-5.0.3.post1.tar.gz (310.4 kB view details)

Uploaded Source

File details

Details for the file tactigon_gear-5.0.3.post1.tar.gz.

File metadata

  • Download URL: tactigon_gear-5.0.3.post1.tar.gz
  • Upload date:
  • Size: 310.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.7

File hashes

Hashes for tactigon_gear-5.0.3.post1.tar.gz
Algorithm Hash digest
SHA256 9eb58a17d604a97cd0a48a1814fea362607eef950e7682f4d9d83f853c02071e
MD5 24de9e591911f16f36512ec5d572b0c4
BLAKE2b-256 0b4e5aa7182274b3d8935bd8c13b336e7d5e16c25dc6a8c0e75408b53eb0b5c7

See more details on using hashes here.

Release history Release notifications | RSS feed

5.5.2

1 file

5.5.1

1 file

5.5.0

1 file

5.4.6

1 file

5.4.5

1 file

5.4.4

1 file

5.4.3

1 file

5.4.2

1 file

5.4.1

1 file

5.4.0

1 file

5.3.1

1 file

5.3.0

1 file

5.2.5

1 file

5.2.4

1 file

5.2.3

1 file

5.2.2

1 file

5.2.1

1 file

5.2.0

1 file

5.1.1

1 file

5.1.0

1 file

5.0.4.post2

1 file

5.0.4.post1

1 file

5.0.4

1 file

This release

5.0.3.post1 This release

1 file

5.0.3

1 file

5.0.2

1 file

5.0.1

1 file

4.1.9

1 file

4.1.8

1 file

4.1.7

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page