You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling in increasing the sample rate of BMI270 on Arduino nano BLE sense Rev2.
I slightly modify the example of examples/interrupts, and I change the line of ODR.
It turns out my code can successfully go to 200Hz, but fail to go to 400Hz or higher.
It is hard to believe it occurs because of the upper bound of Arduino, since I can achieve much better sample rate on others.
I attach my code as follows:
I tried adding _wire->setClock(400000); to BoschSensorClass::begin() at the bottom of bmi270.cpp to speed up i2c, which seems to improve the sampling speed.
Dear everyone,
I am struggling in increasing the sample rate of BMI270 on Arduino nano BLE sense Rev2.
I slightly modify the example of examples/interrupts, and I change the line of ODR.
It turns out my code can successfully go to 200Hz, but fail to go to 400Hz or higher.
It is hard to believe it occurs because of the upper bound of Arduino, since I can achieve much better sample rate on others.
I attach my code as follows:
The text was updated successfully, but these errors were encountered: