Accelerometer

Will the data calculations be the same if using the Accelerometer class vs. AccelerometerBMI160, etc.? Which one is used in the Android Metabase app? Kind of a weird question, but I am building an app for users who have been using the Android app for awhile but need some additional functionality added to a custom app. I just want to make sure I am not unintentionally messing up data by using the plain Accelerometer class instead of one of the other ones. Thanks!

Comments

  • Will the data calculations be the same if using the Accelerometer class vs. AccelerometerBMI160, etc.?

    Yes

    Which one is used in the Android Metabase app

    Generic Accelerometer class
    If you are not using the super features of the accelerometers like a step counter, you can use the generic class. The generic class is best for just getting raw accel data.

  • Awesome, thanks Laura!

Sign In or Register to comment.