boards/feather-nrf52840-sense: use generic lsm6dsxx#20526
Merged
MrKevinWeiss merged 1 commit intoRIOT-OS:masterfrom Apr 2, 2024
Merged
boards/feather-nrf52840-sense: use generic lsm6dsxx#20526MrKevinWeiss merged 1 commit intoRIOT-OS:masterfrom
MrKevinWeiss merged 1 commit intoRIOT-OS:masterfrom
Conversation
This will help handle multiple board variants such as rev B and C.
mguetschow
approved these changes
Apr 2, 2024
Contributor
mguetschow
left a comment
There was a problem hiding this comment.
Thanks, LGTM! Successfully tested on a rev B feather sense.
Did you also encounter a 5-degree offset between the temperature reported by the dedicated temp sensor (sht3x1) and lsm6dsxx? Definitely within the +/- 15 degrees offset that was indicated in the datasheet, but still surprising at normal room temperature... 🤔
> saul read all
(...)
2024-04-02 11:32:44,184 # Reading from #12 (lsm6dsxx|SENSE_TEMP)
2024-04-02 11:32:44,185 # Data: 13.93 °C
2024-04-02 11:32:44,185 #
2024-04-02 11:32:44,186 # Reading from #13 (sht3x1|SENSE_TEMP)
2024-04-02 11:32:44,186 # Data: 19.33 °C
Contributor
|
Oh, and for further reference: |
Contributor
Author
|
It wasn't soo bad for me the |
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.
Contribution description
This will help handle multiple board variants such as rev B and C.
Testing procedure
Test on both variants with SAUL.
I ran on both the blue and black boards:
Details
Issues/PRs references
Follow-up of #20504