Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.89 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.89 KB

Mocap_Fusion_Gloves

Arduino/SteamVR motion capture gloves. Check out more of my free motion capture tools and apps at www.MocapFusion.com

Assembly Guide:

Youtube Tutorial
Files for assembling and programming these super low latency "DIY" motion capture glove using an Arduino and 5x SEN-08606 Flex Sensor 4.5" for each finger and a Vive tracker that is strapped to the 3D printed hand strap.

Parts:
nRF24 wireless radio (RP-SMA): https://www.sparkfun.com/products/705

nRF24 wireless radio: https://www.sparkfun.com/products/691

SEN-08606 Flex Sensor: https://www.sparkfun.com/products/8606

Knit Gloves: https://www.amazon.com/OPT-Brand-Winter-Gloves-Wholesale/dp/B07XZL1ZK8

Dynaflex (black): https://www.amazon.com/18280-DYNAFLEX-Black-Building-Material/dp/B000BQWXEO

Boneduino with nRF24 raido: http://duinopeak.com/index.php?route=product/product&manufacturer_id=9&product_id=30



Wiring Diagrams:

Code Example 1 Example #1 requires only a single Arduino Mega and is wired directly to the mocap PC through USB.



Code Example 1 Example #2 Uses a Arduino Mega for for the gloves and sends the finger data wirelessly to a receiving Arduion Uno connected to the mocap PC through USB.



Code Example 1 Example #3 two Arduino Unos or Boneduinos connected to each glove individually, both send the finger data wirelessly to a receiving Arduino Uno connected to the mocap PC through USB.