Questions tagged [pedometer]

A pedometer is a device, usually portable and electronic or electromechanical, that counts each step a person takes by detecting the motion of the person's hands or hips. Because the distance of each person's step varies, an informal calibration, performed by the user, is required if presentation of the distance covered in a unit of length (such as in kilometers or miles) is desired, though there are now pedometers that use electronics and software to automatically determine how a person's step varies. Distance traveled (by walking or any other means) can be measured directly by a GPS tracker.

Used originally by sports and physical fitness enthusiasts, pedometers are now becoming popular as an everyday exercise counter and motivator. Often worn on the belt and kept on all day, it can record how many steps the wearer has walked that day, and thus the kilometers or miles (distance = number of steps × step length). Some pedometers will also erroneously record movements other than walking, such as bending to tie one's shoes, or road bumps incurred while riding a vehicle, though the most advanced devices record fewer of these 'false steps'. Step counters can give encouragement to compete with oneself in getting fit and losing weight. A total of 10,000 steps per day, equivalent to 8 kilometres (5.0 mi), is recommended by some to be the benchmark for an active lifestyle, although this point is debated among experts. Thirty minutes of moderate walking are equivalent to 3,000-4,000 steps as determined by a pedometer. Step counters are being integrated into an increasing number of portable consumer electronic devices such as music players, smartphones, and mobile phones.

From Wikipedia: https://en.wikipedia.org/wiki/Pedometer

91 questions
0
votes
0 answers

Issue with Step Count Tracking in Flutter

I'm encountering an issue with step count tracking in my Flutter app. Here's a summary of the problem: I have implemented step count functionality using the pedometer plugin in my Flutter project. The step count is displayed on the home page of my…
0
votes
0 answers

Is it possible to make an ionic android application that can run functions even when app is closed?

I built an ionic android app that utilizes the cordova background mode and pedometer plugins to have the app running in the background. I have heard recently of pedometer apps that continue to count steps even when the app is closed. This…
0
votes
0 answers

How to make pedometer app which uses built in step counter sensor with reset button in it?

I am currently working on the step counter sensor .The step counter data cannot be erased I tried with reset button but I give problems while it runs in background
0
votes
1 answer

Sensor Step Counter and Step Detector not working

I have a very simple app which have a button and a label. I initialize my sensor like below- public void InitSensorService() { sManager = Android.App.Application.Context.GetSystemService(Context.SensorService) as SensorManager; …
uncle_scrooge
  • 409
  • 1
  • 5
  • 28
0
votes
1 answer

Example from pedometer package not working?

I have installed the blank flutter app with ONLY pedometer package : dependencies: pedometer: ^3.0.0 And paste this source, compiled without errors, but in-app : Step Count not available I installed other libraries, they work, what's the…
Milos N.
  • 4,416
  • 6
  • 18
  • 31
0
votes
1 answer

Pedometer for Expo React Native

Is there a best recent pedometer library that supports the expo react native project? I'm now using expo-sensors. however, it appears that it is not yet supported on Android. Thanks ahead of time. Here's what I got when I tried it
0
votes
0 answers

Why does my android pedometer not change textview value?

I am currently developing an physical activity tracking app for my university projectand i'm starting by creating a pedometer but it doesn't work. package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import…
0
votes
0 answers

Angle rate of magnetometer and gyroscope?

I'm developing an app on Android Studio for step detection. I refer on this paper : https://www.mdpi.com/1424-8220/17/11/2573 I can't understand the highlighted part, what is it this ϴ angle? In Android Studio is possible to retrieve this (ϴ) angle…
UshRosi
  • 17
  • 1
  • 5
0
votes
0 answers

using foreground services pedometer value is blank in react native

I am getting the pedometer value when I first start the app. But, after I close it and restart the app, the value is blank and there is no exception/error. Please review and advise. if you find any other working code please help me with that .I was…
0
votes
0 answers

flutter: Because pedometer depends on pedometer, version solving failed

I just create a new project and run the command "flutter pub add pedometer" in the terminal and that error occurs.how can I fix this?
0
votes
0 answers

How to keep track on date and update document in firestore ( Pedometer )?

I'm working on a personal project on a pedometer integrated with firebase but I'm not so good with date. Don't know if you can help out with this... What I'm trying to achieve will be a situation whereby when users click the save/update for that day…
0
votes
0 answers

Build a production pedometer (step counter) app React Native

Im building an app that tracks user steps in React Native. Currently its impossible to use Expo (above 33) for the task, even when they dont mention it in their docs. My other best course of action, will be to use Google fit Api & Apple Health…
dash
  • 387
  • 1
  • 11
0
votes
1 answer

React native Really need to make Pedometer& Step Counter etc

I tryed a lot of packages,github repos, google fit,rn fitness etc. THere's no way to get step counts.Please help me how can I get step counts.Thank you
masterAvatarr
  • 113
  • 1
  • 10
0
votes
0 answers

React native pedometer is not a counting

Hi everyone I'm trying to make an pedometer app. I installed theese packages. "react-native-pedometer": "^0.0.7", "react-native-pedometer-ios-android"//then i deleted it "@t2tx/react-native-universal-pedometer" // and installed it and the all…
masterAvatarr
  • 113
  • 1
  • 10
0
votes
1 answer

CMPedometer saving steps timestamp

I'm building an iOS app in which I need to save the timestamp of each step that the user makes. Im using CoreMotion CMPedometer, but the method startUpdates only outputs the total number of steps that the user did from a start time to a end…
Johny Boy
  • 99
  • 8