Step count detection with MMS+ sensors on Metawear app
Hello,
I am trying to use metawear app to collect accelerometer data and simultaneously observe step count increments on the app. This worked with MMR sensors. However, with MMS sensors, the step counter toggle does not get enabled. Could you please guide me through the process which I can use to collect step counter and accelerometer data from MMS+ sensors?
Also, if I want to log data (accelerometer) from multiple MMS sensors, what are the ways to do it?
Thanks.
Comments
The MMS step detector works differently, please see some samples code here: https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/blob/master/MetaWear/Tests/Integration/AccelerometerTests.swift
see
testReadAccelStepCounterData()
andtestAccelStepCounterData()
.