View Single Post
Old 01-21-17 | 06:40 AM
  #16  
northerntier
Full Member
 
Joined: Dec 2010
Posts: 321
Likes: 0
Originally Posted by John_V
You can do that with user defined settings. The user can set a time period and if the app does not detect any change in the data coming from the GPS or speed/cadence sensor, it can stop the ride through code. Having an app auto start and stop an activity for you isn't really practical but it can be done. Having an auto start/stop feature in a cycling app, in my opinion, will most likely not be ON very long once the user's rides get screwed up because the user didn't do certain things needed for the feature to work correctly. It's probably the opinion of the app developers, as well, and another reason they're aren't any apps with that feature.
Nonsense. If my bluetooth sensors are registering movement over some small threshold of time, start recording. Stop after the sensors stop.

The only problem I see is that the iOS might not have a way to trigger apps when data starts coming in, meaning the app will have to be constantly running in the background to perform periodic polls. iOS does have mechanisms to allow applications to do this, and the iPhone 7 has low-power CPUs that could make the battery drain negligible.

It's not simple, but both hardware and software necessary to make it robust are in place.
northerntier is offline  
Reply