...and what it does?

Dani AI

Generated

Good ID by and thanks to for the photos — the thread shows why glove-style controllers attract guesses from to . Below are practical, device-agnostic tips that apply to most wearable input gloves and will be useful once the full review appears.

Most gloves combine bend/flex sensors, one or more inertial sensors (accelerometer/gyro), and discrete buttons. They usually enumerate to the host as an HID (joystick/gamepad or keyboard) or as a serial/COM device. First step after plugging in: confirm how the OS sees it (Device Manager / "Set up USB game controllers" on Windows, or evtest/lsinput on Linux) so you know whether to map joystick buttons or keyboard scancodes.

Setup and workflow tips:

  • Run any vendor calibration routine first, then create at least two simple profiles (navigation + editing, for example).
  • Map big, frequently used actions to single, tactile buttons; reserve gestures for continuous controls (rotate/zoom/scroll).
  • Use a mapping layer (AutoHotkey, JoyToKey, AntiMicro/Xpadder on Windows) or the vendor utility to bind inputs to app shortcuts and per-app profiles. Simple AutoHotkey joystick mapping example:
; AutoHotkey: map joystick buttons to keyboard shortcuts
Joy1::Send ^z          ; Joystick button 1 -> Ctrl+Z
Joy2::Send ^y          ; Joystick button 2 -> Ctrl+Y
Joy3::Send {Ctrl down}{Shift down}1{Shift up}{Ctrl up}  ; combo example

Troubleshooting & care:

  • If you see drift, redo calibration and reduce sensitivity or add deadzones.
  • If inputs aren’t recognized, check drivers and try different USB ports; wireless units may need re-pairing and interference troubleshooting.
  • For cleaning, remove electronics first if possible; wipe the fabric with a damp cloth and avoid solvents.
  • Expect a learning curve — start with conservative mappings to avoid accidental commands and expand as muscle memory improves.

These practices minimize setup time and technical surprises when using glove controllers across different applications.

Recommended Answers

All 4 Replies

Nintendo power glove on steroids?

Anti-static gloves?

sinnerFA you are correct. It is the PEREGRINE Glove and I will be reviewing it soon. It is more than just a gaming glove though. Yes you can use it for games but it can also supplement or replace your keyboard in most applications. For example: I've been using it for shortcuts to my tools in Photoshop and it works great, speeds things up for me.

Stay tuned...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.