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
The goal is to implement a logic on the host computer to detect the data ready signal before burst reading. This can be done via GPIO interrupt or timed polling.
The text was updated successfully, but these errors were encountered:
At the moment the host and IMU are not synchronized. Thus it happens from time to time that the host burst reads the IMU while the data is not ready (see datasheet, p. 18). On our IMU breakout board we expose DIO1 which can be configured to signalize data ready (see datasheet, p. 18).
The goal is to implement a logic on the host computer to detect the data ready signal before burst reading. This can be done via GPIO interrupt or timed polling.
The text was updated successfully, but these errors were encountered: