Hey
i´m using the empl 5.1 api and try to get 3 outputs (quaternion, accel, rotation matrix) each with 100hz.
If i try it with two of them i get in 1 second 200 values, what is right.
But if i add a third i suddently just get 250 values.
the same, if i try it with 3 times accel data...
any idea why this happend?
- Log in to post comments
phpbb Topic ID
14838
Re: Re: 3 Diffrent outputs
Which platform are you using? It is possible at 200 Hz to reach the processing limit of a variety of microcontroller platforms. When this occurs, the device output will slow to what it is able to handle. You can try to back off the data rate to see if the output begins to match the specified data rate. The recommended rate for the MSP-430 provided with the MotionFit device is 50 Hz.