Android Open Source - Sensor fusion FusedGyroscopeExplorer






Project Summary

Android application example of implementing a gyroscope sensor fusion via complementary filter..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of FusedGyroscopeExplorer.

ItemValue
Java File Count12
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version21
Minimum SDK Version9
Activity Count1
jar files usedandroid-support-v4.jar
commons-math3-3.0.jar




Resource Files

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.

null

Java Source Files

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