This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Lowering Thingy 52 motion sensor update rate

I'm looking at decreasing the motion sensor update rates for the Thingy:52 to get less frequent readings into the sample app. I have seen in the MPU9250 specs that I don't have to lower the motion processing algorithm because they need to run at high rate, in order to provide accurate results.

Is it possible to decrease the quaternion update rates thru the configuration view of the Android app ? To do so, do I have to change the set of the BLE connection interval in the app by changing either BLE_GAP_ADV_INTERVAL_MIN and BLE_GAP_ADV_INTERVAL_MAX in Utils.java ?

Is there a minimum update rate in the motion sensor similar to the one in the temperature sensor (100ms) ?

Related