MotionCollector icon indicating copy to clipboard operation
MotionCollector copied to clipboard

Set a frequency

Open getamu opened this issue 3 years ago • 1 comments

Hello, I am using your app and I keep getting different session duration. When session duration is 7 seconds, the data is more clear and interpretable but when I redo the readings, the session duration changes. Can you tell me how can I fix the session duration so the app polls the data every 5-7 seconds. Thanks

getamu avatar Mar 26 '21 16:03 getamu

Hi, I did not have this problem with 60 frequency on iPhone 8. But if you have, you can rewrite iOS code in the same way as it implemented for WatchOS: store data in ram during the session and save the data at Core Data when you press "Stop" button.

degtiarev avatar Mar 29 '21 22:03 degtiarev