Are you setting the spinner before or after you use the StartCountingSteps button. The spinner does set the correct stride . Are you counting walking steps?
Are you changing the stride while the pedometer is counting? Once you set stride, you shouldn't change it until you zero the count.
Using a stride of 0.762 41 steps yields 31.24 meters.
You don't have to change any of the spinner code. The code works fine. SelectionIndex doesn't make any difference. See my post earlier today. What you do need to do is be careful when you set the spinner.
Also, you can set the stride in the Screen1.Initialize block manual and/or save the spinner value to a TinyDB and read the value on app start.
I reset it to its first settings and retried all the step opening options, it gives me exactly the same measurements on everything
The same as the one shown in the above pictures
The spinner sets the value of stride correctly and counts correctly in my app. You have made so many changes to the original example Foreground Pedometer. V
Changing the spinner settings does work. See two examples.
X @Ramon The problem is NOT with the spinner code.
If you do it correctly and I guess you @SteveJG are doing it correctly, but not if you do not know the difference between Selection and SelectionIndex as @palaiologouiason in his blocks
The spinner logic currently will do nothing, see the difference here
How can I store in the pedometer the measurements along with the time and date when the walk is performed?
Is there a sample with pictures?
Any tutorial?
Thank you very much for the example, I will try it right away.
I don't want to argue because I know where I am and I don't deserve it, even though I've made some progress and made some combinations and some changes, but I'm a long way from being able to store the measurements as I described.
A few days ago I only managed to save the measurements without time and date to have a weekly view.