TrueOpenVR-Drivers
TrueOpenVR-Drivers copied to clipboard
Implement SetControllerData - Arduino controller
Is there any plan on implementing SetControllerData function for Arduino controller (ie control a motor or whatever using drivers) ?
If not planned, any guidelines on how to do so ? I would love making a PR for this feature !
There are no plans yet.
Need to add WriteFile to the SetControllerData function in the ArduinoControllers driver and add the read to the Arduino sketch.
You also need to find a diagram of how to properly organize power for the motor and the connection of the motor itself. You may need a transistor and a capacitor.