-
Notifications
You must be signed in to change notification settings - Fork 265
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
Nano+GY 85 via usb #59
Comments
I have exact the same problem. |
ok got it to work. |
If you want to use GY-85, uncomment the following line in Razor_AHRS.ino: #define HW__VERSION_CODE 10724 // SparkFun "9DOF Sensor Stick" version "SEN-10724" (HMC5883L magnetometer) The only difference between SEN-10724 and GY-85 is the orientation of the HMC5883L (magnetometer) in relation to the orientation of accelerometer and gyro. This breaks the tilt compensation in Compass.ino, as the Magnetometer axes are differently orientated. A quick and dirty fix would be rotating the coordinate system in Compass.ino, for example as follows: float x_new = magnetom[1]; // Tilt compensated magnetic field X |
Hello!
I made setup for head tracking. Nano with usb interface and gy-85. So i've upload sketch, tested in processing and movement is rly good but... When i try use it in opentrack/facetrack no ir, selecting all of the options etc. I have no movement in this programms.(in section about i see numbers running in, so the programms are getting data).
Any ideas whats wrong?
The text was updated successfully, but these errors were encountered: