A lightweight background Windows system tray utility for the motion-sensing Zabka Triki Bluetooth LE puck. Turn your Triki into a tactile desktop media dial, shadowboxing punch speedometer, or an 8-bit coin-flip decision maker.
This is an independent, open-source hobby project. It is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Żabka Polska sp. z o.o. or the official Żabka Triki campaign/brand. All product names, trademarks, and registered trademarks belong to their respective owners.
- Spin Dial: Smooth volume up/down control using Z-axis gyroscope integration.
- Tilt Navigation: Tilt forward to skip to the next track, tilt back for previous track.
- Spin-Lock Mutex: Debounce locks prevent accidental track skips while rotating.
- Real-time Velocity: Integrates linear hand acceleration in real time.
- HUD Overlay: Live speed readouts in km/h (refreshed every 650ms) with peak session records.
- Coin Toss: Physical toss detection with low-latency HUD readouts for Heads/Tails.
- Target Flip Challenge: Land specific sides consecutively to build score streaks.
- Battery Monitor: Live battery percentage readout.
- LED Control: Configurable onboard LED strobe modes (Fast, Default, Slow, Off).
- Audio Feedback: Toggleable 8-bit sound effects.
- Auto-Start: Optional Windows startup integration via Registry.
- Windows 10 / 11
- Bluetooth LE-capable adapter (built-in or USB dongle)
- Python 3.10+ (only required if running from source)
- Download the latest
triki-util.exefrom the Releases page. - Run the
.exefile. - Access controls, minigames, and settings directly from the Windows system tray icon.
- Clone the repository:
git clone [https://github.com/heszgt/-triki-util.git](https://github.com/heszgt/-triki-util.git) cd -triki-util