Gyro data sampling rate is inconsistent and fall after 2500 samples
I am using C++ sdk in C# UWP app. On first connect to metawear sensor and start getting gyro stream with setting ODR_100HZ.
I observe the sampling rate 90 to 95 for first 2500 samples.
After 2500 samples the rate suddenly fall below 30 and then stay between 15 to 25.
In Callback function I am not consuming any memory.
It is simple program based on https://github.com/mbientlab/MetaWear-UwpStarter
Any suggestion how to make sampling rate consistent at ODR_100HZ?
This discussion has been closed.
Comments
mbl_mw_settings_set_connection_parameters(cppBoard, 7.5f, 7.5f, 0, 6000);