Add BMI160 and external BMM150 support for hardware 2.1.0 - #276
Open
TobiasRoeddiger wants to merge 2 commits into
Open
TobiasRoeddiger wants to merge 2 commits into
TobiasRoeddiger wants to merge 2 commits into
Conversation
|
Build output available: |
|
Build output available: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This adds sensor support for OpenEarable hardware revision 2.1.0, which replaces the integrated BMX160 with a standalone BMI160 and an external BMM150 magnetometer.
0x69) during boot while retaining support for BMX160/BMI160 devices at0x68.2.1.xwhen its stored revision is2.0.x.2.1.0when the UICR hardware-revision field is blank; use a runtime revision floor for programmed2.0.xvalues because UICR cannot change those bits without erasing the page.The changes are intentionally limited to IMU/magnetometer support and hardware-version detection; audio/ADAU behavior is unchanged. BMM150 factory compensation is distinct from unit-specific hard-/soft-iron calibration, so no prototype-specific magnetic offsets are hard-coded.
Validation
openearable_v2/nrf5340/cpuappwith nRF Connect SDK 3.0.1.0x69.