The SensorLogger API is awesome!
I'm able to record all the sensors I need and then post-process the data later on the Phone.
It's perfect for advanced motion analysis which is not possible on the device due to limited hardware power.
I realised that this API does respect the SampleRate argument.
Older devices are recording with 25Hz where newer Devices are recording with 100Hz.
For some use cases a lower SampleRate like 10Hz would be sufficient.
It would use less power on the device and the FIT-Files would be much smaller.
Would it be possible to adapt the API so it respects lower SampleRates?
Anyone else having this requirement?