cntools / libsurvive

Open Source Lighthouse Tracking System
MIT License
735 stars 135 forks source link

Vive VR Controllers - BLE capable? #131

Closed mungewell closed 4 years ago

mungewell commented 6 years ago

So it appears that the Steam Controller (non-VR gamepad) can support BLE connections to use with Steam's new Android Steam Play app. https://support.steampowered.com/kb_article.php?ref=7728-QESJ-4420

Interesting.... since the VR Controllers use the same dongle hardware (different f/w on it though, see bug #81), does this raise the possibility that they (VR controllers) could also use BLE in the future?

mungewell commented 6 years ago

hmmm..... seems like the Lighthouses are BLE already. https://github.com/nairol/LighthouseRedox/blob/master/docs/Base%20Station.md#bluetooth-le-communications

dan2wik commented 6 years ago

The chips that the controllers use are capable of BLE, they use nRF51 chips, I'm not certain if it is the nRF51822 like the steam controller or not. It talks nRF24 by the looks of it so It would be a firmware limitation preventing use of BLE but its certainly possible to write your own. It doesn't seem like there are any plans to support it officially as of yet though.