-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Drivers: add MAX31855 thermocouple-to-digital converter #20741
Merged
leandrolanzieri
merged 2 commits into
RIOT-OS:master
from
leandrolanzieri:pr/driver/max31855
Jun 13, 2024
Merged
Drivers: add MAX31855 thermocouple-to-digital converter #20741
leandrolanzieri
merged 2 commits into
RIOT-OS:master
from
leandrolanzieri:pr/driver/max31855
Jun 13, 2024
Conversation
This file contains 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
leandrolanzieri
requested review from
aabadie and
MichelRottleuthner
as code owners
June 11, 2024 09:29
github-actions
bot
added
Area: tests
Area: tests and testing framework
Area: drivers
Area: Device drivers
Area: SAUL
Area: Sensor/Actuator Uber Layer
labels
Jun 11, 2024
leandrolanzieri
added
the
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
label
Jun 11, 2024
leandrolanzieri
force-pushed
the
pr/driver/max31855
branch
2 times, most recently
from
June 11, 2024 09:49
40335de
to
2cf30eb
Compare
Teufelchen1
requested changes
Jun 11, 2024
Teufelchen1
reviewed
Jun 11, 2024
Teufelchen1
approved these changes
Jun 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I think that's as good as it gets for this little driver.
leandrolanzieri
force-pushed
the
pr/driver/max31855
branch
from
June 12, 2024 11:00
e42b736
to
59a1a93
Compare
leandrolanzieri
added
the
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
label
Jun 12, 2024
leandrolanzieri
force-pushed
the
pr/driver/max31855
branch
from
June 12, 2024 11:12
59a1a93
to
4a29a6d
Compare
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jun 12, 2024
leandrolanzieri
force-pushed
the
pr/driver/max31855
branch
from
June 12, 2024 13:09
4a29a6d
to
b092f95
Compare
Added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: drivers
Area: Device drivers
Area: SAUL
Area: Sensor/Actuator Uber Layer
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
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/saul
application and addmax31855
to the module list:You can try the
tests/drivers/max31855
application:Issues/PRs references
None