Using the Haptic Harmony Ring

Charging

Place the ring on the CPT charging pad (50–100 mW). A full charge typically takes 2–4 hours.

Gestures

  • Tap / Double‑tap / Hold on the PAD area
  • Slide on the top PAD arch to activate mic and follow response instructions
  • Tilt mode requires direction selection; only directional messages are shown

SDK Quick Start

from gestura import GesturaTransport, GesturaRing

transport = GesturaTransport(port="/dev/ttyUSB0")
ring = GesturaRing(transport=transport)

ring.vibrate(intensity=0.7, duration_ms=180)