Complete novice, with some experience with Java, Python, and C/C++ !!!
I am trying to work on a personal project to virtualize the movement of an object in the air on 3D axes. It's something like an attitude indicator and also can show if the object flips backward or forward. Altimitalte the goal is to be able to virtualize the motion of the object in the air and record the movement for an entire duration.
For hardware, I gathered I need an Arduino board and IMU sensor. for software "MPU9250" or "i2cdevlib" which can simplify the process of reading data from the sensor and implementing the sensor fusion algorithm.
So my questions are:
- What are other hardware components needed for such a project?
- For software what other components do I need to consider?
- Any suggestion on some resources to get up to speed with Arduino project?