How to use the MAX31865 and MAX6675 chips in micropython? #16104
Unanswered
Ethanlaucan
asked this question in
Libraries & Drivers
Replies: 3 comments
-
You could record the temperature of the heating at the supply and return, calculate the difference and the heat energy emitted. Temperature measurement is pretty boring, as there are never rapid changes and you always have to wait half an eternity for something to happen. To make the task more interesting, you could produce a heating system with a two-point controller. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See awesome micopython. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Very good, thank you~
…---- Replied Message ----
| From | Peter ***@***.***> |
| Date | 11/1/2024 00:11 |
| To | ***@***.***> |
| Cc | ***@***.***>,
***@***.***> |
| Subject | Re: [micropython/micropython] How to use the MAX31865 and MAX6675 chips in micropython? (Discussion #16104) |
See awesome micopython.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use MAX31865 on Micropyton to read the temperature of PT100/PT1000, and the MAX6675 chip to read the temperature of thermocouples, but I have not been able to find some use cases. Can any friends provide some cases?
Beta Was this translation helpful? Give feedback.
All reactions