SensorServer icon indicating copy to clipboard operation
SensorServer copied to clipboard

Sensor Type "step_detector" absent in code, but mentioned

Open aeifr opened this issue 1 year ago • 1 comments

Hi,

I noticed during trying out the app/websocket, I noticed, the step_detector is absent. It's mentioned in the readme-ov-file#usage section. I choose it due to it's mentioned step detector "capability".

My question: Is there any chance the step detection gets added? At the moment it's t he single reason why I choose this fairly quick without thinking.

aeifr avatar Jul 04 '24 17:07 aeifr

In the README#usage section, I listed "step_detector" as an example because the device I used for testing happened to have that sensor. Unfortunately, different devices have different sensors available. It's possible your device simply doesn't have a dedicated step detector. But there are other ways to detect steps using accelerometer which is available in almost every device see https://medium.com/@huuphuoc1396/android-step-detector-using-sensors-9f1a265a6069

UmerCodez avatar Jul 05 '24 02:07 UmerCodez