Runners App #1609
Replies: 6 comments
-
This made me laugh :) Talking about the app , yes it is very much possible to do this theoretically but the device seems to have a small amount of ram and internal storage (Will be using an extra 4mb storage that is just sitting) we will have to make an app and then test the amount of ram it takes. We could also merge it with the steps app , we could also add an option for custom stride length (Got the idea from Garmin :) in which you walk a set distance (You can customize the said distance) and then count the steps it took you to do that then input it and the PineTime now knows a more accurate measurement to use. This is basically the calibrating mode you had mentioned. |
Beta Was this translation helpful? Give feedback.
-
Dear MysteriousLog6
I am sorry, I think I can't help here. :(
In my opinion the solution you got from Garmin is good and in most cases enough! My Idea was to increase the accuracy by using the Stopwatch. |
Beta Was this translation helpful? Give feedback.
-
Well we can detect the running or walking by checking the speed of the accelerometer.. The custom stride length is useful as the person can adjust it to be any length all we have to do is some quick math. |
Beta Was this translation helpful? Give feedback.
-
The accelerometer, of course! That is a good idea. However it is important to know the time you did run. |
Beta Was this translation helpful? Give feedback.
-
One question on scope for such a feature, is the desire to have only the PineTime on the user? I was thinking that this could be a great feature for running/biking, all of which could use the same display layout with different mode selections. One possibility is leveraging data from an existing phone app and just displaying it on the PineTime. That may help with data storage limitations on the PineTime for large tracks. I have used an open source tracker, OpenTracks that is available on Fdroid on my phone. It captures much of the information you are looking for and can show it via notifications on the phone. I'm not sure if it has a way to pull the data from it but if the PineTime could snoop the notification it may be able to display the data (and maybe stop the notification from showing up in the notification area of the watch). This may be limited in the number of users that can benefit though. However, if you only want the PineTime to be worn this idea may not work for you. Hopefully my thesis above isn't out of scope for your feature request. Unfortunately I too can't help with code that much but ideas I have in abundance. And a willingness to try and help test, performance while running may be limited... |
Beta Was this translation helpful? Give feedback.
-
I also would love to have the connection to Opentrack and display some current data from opentrack on the watch! |
Beta Was this translation helpful? Give feedback.
-
Idea "Runners App"
If you are running a new track or if you are running in a competition, it is very helpful to know how many kilometres you had run.
My idea is to have a runners-app that shows the running time (Stopwatch) and the kilometres you had run.
Professional Sportwatches have GPS but perhaps it is possible to use the step counter for calculating the distance.
My Track
At first I just had some test runs on my track at home. I picked some positions on that track and measure the distance with the sportwatch from my wife (Garmin Forerunner 735XT). After that I ran the track with my PineTime (InfiniTime 1.0.0) and pick up the steps.
Measurement (GPS)
Measurement (running with PineTime)
Measurement (walking with PineTime)
Summary
In my opinion it is possible to have a runers-app. However the measurement is very individual and depends from body structure of the user and how fast she/he runs. So the app need a calibrating mode.
Perhaps like this: The user starts a calibrating run, runs a distance (400m - light athletics place at school) with normal speed, stops the time and input the distance. After that the app knows the normal running speed and step length of the user. If the user is faster, the app calculate with a bigger step length. If the user is slower, the app calculate with a shorter step length.
Next
If there is an Interest to code this app, I could do some test runs on a 400m light athletics place.
Perhaps just walking, running with normal speed and run so fast I can.
With taking the time and the steps, it is maybe possible to develop a app?
With code I can't help, but I will run for you :)
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions