MetaWear C LowPower Sampling
I configured the Bmi160Accelerometer to run at an ODR slower than 12_5_Hz (e.g., 6_25_Hz) and the board cannot return live sample stream after I enabled and started the Bmi160Accelerometer with bmi160.start() command.
However, when I used the bmi160.startLowPower((byte) 0); method, it's streaming at a rate of 46 records per minute (around 0_78125_Hz) whatever ODR I used (e.g., 6.25, 3.125, and etc.).
How can I use the lowPower mode correctly? I didn't quite understand the byte parameter required by the startLowPower(Param) in the API doc. And how can I configure the sensor to sample at the correct ODR?
This discussion has been closed.
Comments
size
- Number of samples to be averaged for undersampling" and not able to configure this parameter.