We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone! I have a data table with angles on the xyz plane and time recorded from a MPU6050 gyroscope. I was wondering if there's any way of creating an animation from this table of values to visualize the orientation of an aircraft?
Thank you!
Answers
What the heck is an "xyz plane"? You mean 3D space? Or you have an angle in the xy, yz, and xz planes?
What code do you already have? If you have no code, attempt some, then show the attempt. An animation should be possible!
Do you have a sample data set for us to work with? How about a mock-up images showing what you want to accomplish?
https://playground.arduino.cc/Main/MPU-6050
Just to be clear, you don't want to process live serial data -- instead, this is recorded, like in a CSV file?
If you want a centered 3D space around the plane, you can translate before drawing, or you could use PeasyCam.
Sample data and sample code for better feedback.