Tare Orientation

Hello, I've been following a few posts about this but there hasn't been any update in some time. Is there an expected time for the mbl_mw_sensor_fusion_reset_orientation() function to be brought to the Android SDK? I know it was backlogged a few months ago but I haven't seen any recent updates on it.

Thanks

Comments

  • I am waiting for this as well. An update would be nice.

    Thanks.

  • I am working on it this week. I have the library ready.

  • If you need anyone to test it please let me know.
    Thanks.
    Jeff

  • Always! I will update you when I have it ready for testing.

  • Great. Thank you.

  • Thank you for the response Laura!

  • edited April 2021

    I just released 3.8.0 for you to try out

    allprojects {
        repositories {
            jcenter()
            google()
            ivy {
                url "https://mbientlab.com/releases/ivyrep"
                layout "gradle"
            }
        }
    }
    
    task clean(type: Delete) {
        delete rootProject.buildDir
    }
    
    ext {
        // copied global configuration from parse ui repo
        // https://github.com/ParsePlatform/ParseUI-Android/blob/master/build.gradle
        compileSdkVersion = 30
        buildToolsVersion = "29.0.2"
        supportLibVersion = "28.0.0"
        metawearSdk = 'com.mbientlab:metawear:3.8.0'
    }
    
  • Laura,
    Once I got the permissions issue fixed, the new release of 3.8.0 works great with the new feature to reset the orientation of the device.
    Jeff

  • Awesome. 3.8.0 is not an official release as it doesn't have full functionality for our new MMS. I will be releasing the official 3.8.1 asap.

  • I will keep an eye out for it.

  • Hey @awsllcjeff, I released 3.8.1 today if you want to check it out.

Sign In or Register to comment.