Plotting orientation and acceleration data in real-time in two line charts. The orientation is calculated by combining data from the accelerometer and magnetic field sensors and lowpass filtered to remove noise.
- The orientation sensing implementation is based on Xamarin.Essentials.
- The real-time charts are generated using the great MPAndroidChart library.