Start-up sequence

By ben_bodley , 1 February 2012

Where can I find correct start up sequence api calls? I implemented MotionApps on freescale K60.
I call these functions:
ieResult = umplInit (NULL);
ieResult = umplStartMPU ();
iState = umplGetState ();

at this point iState value is 2 (UMPL_RUN), but when I call

inv_get_quaternion(longquat);

I retrieve an incorect value of quaternion, fixed value while I'm moving the sensor.

Thanks

Giovanni

Giovanni

jims_li

14 years 1 month ago

Please refer to "Embedded MotionApps User Guide for v2.0.0" to find the sequence for API calls.

phpbb Post ID
19020
phpbb Topic ID
14091