Lowest Data Rate of Accelerometer

Hi,

To log the data for a long term measurement (>2 days), I tried to lower the data rate with the line in log_acc.py example:

libmetawear.mbl_mw_acc_set_odr(d.board, 0.01)

so this should update a data per 100s. However, when I retrieved the data from the board it was logged per 1s. In specs, it says the accelerometer has the lowest rate of 0.001Hz. Is there anything I've done wrong?

Thanks!

Comments

Sign In or Register to comment.