-
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/Xado…
-
Hi, just trying to get the very latest DMP version of edtracker going from the sketch, and it looks like the custom hardware files might be out of date? I'm using v1.5.8 beta of the arduino IDE, I've …
-
Hi,
Very nice library. Is it possible to add yaw support to this library.
Thanks,
Vipin
-
Instead of the current implementation, where the code first sets some bypass flag, then enable the mag, why not do this stuff during initialize() and read the mag data directly?
-
I cannot find it in the docs.
-
Hi, I am trying to add MPU9250 support into your tracker code thinking "how hard can it be". Well it turns out very, either I am completely on the wrong track or my brain can't quite handle it. The MP…
-
Hello,
I am trying to use MPU9250 Arduino Library. I see the `uint8_t dmpInitialize();` in line 902 of MPU9250.h, but I can't find it in MPU9250.cpp and have a compile error of class MPU9250' has …
-
Hello,
I am wondering if there could possibly be some latency in the dmp fifo update. That is delay between the actual orientation/rates and the output ones, whether it be a result of initializing …
-
How is this code licensed please?
-
Would it be possible to use the MPU6050 DMP code using a Raspberry Pi?
So far the code is only available for Arduino, any plans to make a port for using it with a raspberry pi using only the GPIO …