ethz-asl / mav_imu

IMU driver for Adis/Bosch/etc.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Adis16448: Data ready pin #3

Open rikba opened 2 years ago

rikba commented 2 years ago

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.