What does the minimum interval of the acceleration sensor do?

I have created an app which shows me the acceleration of my phone at different times with time stamps. But when I change the minimum interval of the sensor by a factor of 10 I still have the same data density. I thought the minimum interval of the acceleration sensor limited how much data input I get but it doesn’t change anything. For example when the minium interval is set to 1000ms I get every second or more input from the sensor.

These are the blocks that make it all work maybe there is my mistake.

does the documentation help?
https://docs.kodular.io/components/sensors/accelerometer-sensor/#minimum-interval-ms
Taifun

No, unfortunately not.

It specifies the minimum time interval between two Shake events. Let’s say your phone is being shaken continuously. Then the minimum interval controls how frequently the event should fire. :slight_smile:

1 Like

Thank you I tried it and you are totally right.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.