openvr icon indicating copy to clipboard operation
openvr copied to clipboard

Create Controllers With ESP32

Open vizirvsevolod opened this issue 11 months ago • 1 comments

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!

vizirvsevolod avatar Jan 03 '25 14:01 vizirvsevolod

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

Rectus avatar Jan 03 '25 15:01 Rectus