Hi,
I am using teensy 3.1 board (uses arduino IDE), and MPU9250 connected by I2C.
I managed to get all the raw values of the sensors, but could not find how to get euler anlgles from DMP (with or without FIFO)
Is there any code i can rely on or documentation to read on how to get euler angles from the DMP?
Thanks
- Log in to post comments
phpbb Topic ID
16806
Re: Re: How To access DMP Euler Angles
Hi,
If you can read quaternions, you can easily calculate euler angels.
(this is what I do)