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

ARK SCH16T driver updated for new Murata modules #24029

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

patrikpordi
Copy link
Contributor

Updated Driver for the 6 DoF Murata SCH16T IMU

(full datasheet not publicly available)
https://www.murata.com/en-us/products/sensor/gyro/overview/lineup/sch16t

Two new Murata Modules were added:
B10 - ASIC_ID = 0x21, COMP_ID = 0x24
B13 - ASIC_ID = 0x20, COMP_ID = 0x17

For the new Modules the Gyro Scale and Range has changed:

Gyro Range:

From: 327.5 °/sec To: 5000 °/sec

Gyro Scale:

From: 1600 LSB/(°/sec) To: 100 LSB/(°/sec)

Flight Log: https://review.px4.io/plot_app?log=d7d5c879-0701-4e41-91f4-815f2ddc6539

image


return success ? PX4_OK : PX4_ERROR;
if (asic_id == 0x21 && comp_id == 0x23) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For actually storing the detected version I would do all of this in the configure() (after the reset) where it actually matters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants