Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adis16448: Data ready pin #3

Open
rikba opened this issue Oct 14, 2022 · 0 comments
Open

Adis16448: Data ready pin #3

rikba opened this issue Oct 14, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rikba
Copy link
Contributor

rikba commented Oct 14, 2022

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.

@rikba rikba added the enhancement New feature or request label Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants