MotionCollector
MotionCollector copied to clipboard
Set a frequency
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
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.