Hi, thank you for the reply. So what would be the best way to accomplish this? Should I pull the data on Android and fuse it there? Is it possible to use the NDK? Have you tried anything similar? Thanks.
Oh, sorry, I misread that. What you are saying is that there is no orientation vector, so essentially it would be impossible to do the fusion to find absolute orientation?
That is correct, the chip does not report an orientation vector. The best you can do is compute rotation angles around the axis using the acceleration data but that would have to be done on your device, not the board.
Comments