TrueOpenVR-Drivers icon indicating copy to clipboard operation
TrueOpenVR-Drivers copied to clipboard

Implement SetControllerData - Arduino controller

Open stonfute opened this issue 5 years ago • 1 comments

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 !

stonfute avatar Oct 05 '20 19:10 stonfute

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.

r57zone avatar Oct 05 '20 20:10 r57zone