Drivers: add MAX31855 thermocouple-to-digital converter#20741
Merged
leandrolanzieri merged 2 commits intoRIOT-OS:masterfrom Jun 13, 2024
Merged
Drivers: add MAX31855 thermocouple-to-digital converter#20741leandrolanzieri merged 2 commits intoRIOT-OS:masterfrom
leandrolanzieri merged 2 commits intoRIOT-OS:masterfrom
Conversation
40335de to
2cf30eb
Compare
Teufelchen1
requested changes
Jun 11, 2024
Teufelchen1
reviewed
Jun 11, 2024
Teufelchen1
approved these changes
Jun 12, 2024
Contributor
Teufelchen1
left a comment
There was a problem hiding this comment.
Yes! I think that's as good as it gets for this little driver.
e42b736 to
59a1a93
Compare
59a1a93 to
4a29a6d
Compare
4a29a6d to
b092f95
Compare
Contributor
Author
|
Added |
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 adds the driver for the MAX31855 thermocouple-to-digital converter. This PR also adds the SAUL adaption, to be able to read the thermocouple and internal temperatures.
The device The performs cold-junction compensation and digitizes the signal from a K-, J-, N-, T-, S-, R-, or E-type thermocouple (depending on the version of your chip). More info in the datasheet.
Testing procedure
You can try the

tests/drivers/saulapplication and addmax31855to the module list:You can try the

tests/drivers/max31855application:Issues/PRs references
None