shinyquagsire23 / vive_ultimate_tracker_re

Reverse engineering the protocol for the VIVE wireless dongle and the 6DoF Ultimate tracker
30 stars 4 forks source link

Question? #1

Open zappa1g opened 10 months ago

zappa1g commented 10 months ago

Does this allow you to pair the ultimate trackers with steamvr? Sorry I’m new to this, work as a voice network engineer but don’t know much about programming or python outside of net automation use cases. Been waiting for there closed beta but that seems pretty up in the air and was happy when I saw this awesome project on here so thought I’d ask. Thanks in advance and great work dude!

shinyquagsire23 commented 10 months ago

no, I'm actually trying to get it to work with Monado (think: North Star headsets, open source headsets, headsets on macOS/Linux). But the current state of things is basically, I'm stuck on RF protocol details probably until HTC releases their PCVR beta (or worst case scenario, until I get a USB analyzer and an HTC headset)

zappa1g commented 10 months ago

Interesting is this something you could capture with something like wireshark? Or something that would duplicate the port and report on it?

shinyquagsire23 commented 10 months ago

whenever the PCVR beta drops yeah, there's USB packet capture stuff that captures to wireshark. but currently I'm having to reverse engineer binaries and figure out the protocol that way, and it's hit a brick wall so far lol

zappa1g commented 10 months ago

Any luck man?

shinyquagsire23 commented 10 months ago

@zappa1g I need someone with an XR Elite (or the other headset which supports the trackers) to adb pull some binaries for me, I'm kinda stuck atm because I can't figure out how to actually transmit

zappa1g commented 10 months ago

Something I found in my searches. Figured I’d pass it along. Not sure if it’s helpful or not.

https://forum.htc.com/topic/16857-how-to-use-ultimate-tracker/

yanghaosheng208 commented 5 months ago

Is there any new progress?