openvr
openvr copied to clipboard
Create Controllers With ESP32
Hi! I'm trying to make ESP32 connection as a controller. I made sketch which sends accelerometer strings with JSON to computer. How can I make that SteamVR see my ESP32 as a controller? Which page of documentation need to read to understand how to create virtual controllers connection. Thanks!
You would have to write an OpenVR driver for the controller.
The current driver documentation is here: https://github.com/ValveSoftware/openvr/blob/master/docs/Driver_API_Documentation.md
There is a simple controller driver example here: https://github.com/ValveSoftware/openvr/tree/master/samples/drivers/drivers/simplecontroller