The specifications

 EliteProfessional
Calibrating time4-5 m4-5 m
Sensor reading frequencyup to 400 Hzup to 800 Hz
Host computer update rate by Wi-Fi30 fps60 fps
Host computer update rate by wire60 fps120 fps
Battery capacity500 mA/h800 mA/h
Battery life time5 h8 h
Battery life time in idle48 h48 h
Battery charge time40 m1 h

How I did it

The task was to design and prototype hand tracking gloves. The product should be low cost, easy to produce, with precise, high-speed tracking. The gloves should be comfortable to wear and easy to put on and remove. I built four prototypes with different types of IMU sensors and with different numbers of sensors in different positions on the hand.

All prototypes shared the same control circuit, which includes:

  • Power management and battery charger
  • ESP32 microcontroller
  • USB <-> Serial interface

My task list for this project included:

  • R&D Research all existing products and choose best possible design
  • Design the schematic and PCB for microcontroller and sensors with Siemens Xpedition
  • Design the plastic housing with Siemens NX
  • Create the firmware with C++
  • Create the host software and Unity 3D integration

The firmware contains a UDP server, and various filters: Kalman, Mahony, Madgwick. The main calibrating algorithms are implemented on the host side. The table below contains the sensors used in the prototypes. All of them have approximately the same result, and there are no winners.

The sensors used in prototypes

ManufacturerPart ID
BOSHBMX055
STLSM9DS1
TDKICM-20948
BOSHBMX160

The prototypes used the same battery 800 mA/h, but the testing showed it was too large. There is an opportunity to create a reduced version of the product with a smaller battery.

This was a very interesting project, and I am grateful to the company who requested this work.