Android application example of implementing a gyroscope sensor fusion via complementary filter..
FusedGyroscopeExplorer is hosted in the following web site
https://github.com/KEOpenSource/FusedGyroscopeExplorer
If you think the Android project FusedGyroscopeExplorer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of FusedGyroscopeExplorer.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 9 |
Activity Count | 1 |
jar files used | android-support-v4.jar commons-math3-3.0.jar |
There are 2 image files in FusedGyroscopeExplorer. The names of the image files are listed as follows.
ke_icon.png launcher_icon.png
The following screenshort is generated from the image listed above.
FusedGyroscopeExplorer has the following Java source files.
com.kircherelectronics.fusedgyroscopeexplorer.FusedGyroscopeActivity.java com.kircherelectronics.fusedgyroscopeexplorer.filter.MeanFilter .java com.kircherelectronics.fusedgyroscopeexplorer.gauge.GaugeBearing.java com.kircherelectronics.fusedgyroscopeexplorer.gauge.GaugeRotation.java com.kircherelectronics.fusedgyroscopeexplorer.sensor.FusedGyroscopeSensor.java com.kircherelectronics.fusedgyroscopeexplorer.sensor.GravitySensor.java com.kircherelectronics.fusedgyroscopeexplorer.sensor.GyroscopeSensor.java com.kircherelectronics.fusedgyroscopeexplorer.sensor.MagneticSensor.java com.kircherelectronics.fusedgyroscopeexplorer.sensor.observer.FusedGyroscopeSensorObserver .java com.kircherelectronics.fusedgyroscopeexplorer.sensor.observer.GravitySensorObserver .java com.kircherelectronics.fusedgyroscopeexplorer.sensor.observer.GyroscopeSensorObserver .java com.kircherelectronics.fusedgyroscopeexplorer.sensor.observer.MagneticSensorObserver .java