-
Notifications
You must be signed in to change notification settings - Fork 5
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
Two IMU not working #9
Comments
Hi, try changing port from 17 to 6 in device manager and change in TrueOpenVR settings. |
thank's for quick reply. |
I completely forgot. Arduino must transmit data from two sensors at once |
so. what should i do? |
You need to connect 2 IMU sensors to one Arduino and slightly tweak the firmware so that the Arduino can transmit two rotations at once. The transmitted format is already described in the firmware. Alternatively, you can just use the default, that is, use 1 rotation sensor for one hand. |
i connect two sensor on one arduino. |
Unfortunately, no, because I don't know how to connect 2 sensors correctly and change firmware for him |
you can parallel two sensor,and use AD0 to change their address,but i don't know how to change the firmware |
hi. i have two Arduino uno and mpu6050. i set the port in ArduinoControllers.ini ( PORT 3 and PORT 17 ).
just port 3 working and port 17 not working. i check port 17 when game is running , it's not busy but port 3 is busy.
i set the one controller ( ShoulderYaw and ShoulderPitch has values ) with port 3, it works .
but port 17 not working even in one controller.
i test port 17 in arduino serial port.it works but not working in steamvr.
The text was updated successfully, but these errors were encountered: