Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Controllers With ESP32 #1879

Open
vizirvsevolod opened this issue Jan 3, 2025 · 1 comment
Open

Create Controllers With ESP32 #1879

vizirvsevolod opened this issue Jan 3, 2025 · 1 comment

Comments

@vizirvsevolod
Copy link

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!

@Rectus
Copy link

Rectus commented Jan 3, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants