-
Notifications
You must be signed in to change notification settings - Fork 469
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
GPS+AHRS with Xadow Mbed (mag calib) #35
Comments
|
Hi Tisham, Everything I put on github is open source; are you proposing to add Kris -----Original Message----- I have been following your work for a while and I have created a GPS- AHRS Reply to this email directly or view it on GitHub |
|
Yes I was proposing to port the calibration code to this library you have on mbed - https://developer.mbed.org/users/onehorse/code/MPU9150AHRS/ . |
|
Could you point me to the .ino file with calibration code in it. |
|
Looks like the sample loop is here: magcalMPU9250 . I will port this over to mbed. |
|
See: https://github.com/kriswiner/MPU-9250/blob/master/MPU9250_MS5637_AHRS_t3.ino You can also read about some magnetometer calibration studies I did here: https://github.com/kriswiner/MPU-6050/wiki/Simple-and-Effective-Magnetometer Kris -----Original Message----- Could you point me to the .ino file with calibration code in it. Reply to this email directly or view it on GitHub |
|
Let me know if I can help... -----Original Message----- Looks like the sample loop is here: magcalMPU9250 . I will port this over to Reply to this email directly or view it on GitHub |
|
Hi Kris I have update the MPU9150 with the calibration loop here - https://developer.mbed.org/users/whatnick/code/Xadow_MPU9150AHRS/file/46b5acee9472/MPU9150.h . You could add it to your main repo for other Mbed users. |
I have been following your work for a while and I have created a GPS- AHRS stack using modules from the Xadow family. You can see my mbed code here: https://developer.mbed.org/users/whatnick/code/Xadow_MPU9150AHRS/ . I was wondering if it would be possible to add the magnetometer initial calibration code to the mbed library. FYI , Xadow M0 runs the sensor fusion loop at 500Hz.
The text was updated successfully, but these errors were encountered: