Skip to content
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

pt100, 1000 sensors #113

Open
ant1fr1z opened this issue Jul 20, 2022 · 4 comments
Open

pt100, 1000 sensors #113

ant1fr1z opened this issue Jul 20, 2022 · 4 comments

Comments

@ant1fr1z
Copy link

Is it possible to implement support for pt100, 1000 sensors?

@vitotai
Copy link
Owner

vitotai commented Jul 21, 2022

Yes. But not for me. I don't have the hardware and requirement.

I think, using ESP32 is more reasonable for more available PINs. A MAX31865 module should be helpful.

https://learn.adafruit.com/adafruit-max31865-rtd-pt100-amplifier/arduino-code

@ant1fr1z
Copy link
Author

ant1fr1z commented Jan 8, 2023

Yes. But not for me. I don't have the hardware and requirement.

I think, using ESP32 is more reasonable for more available PINs. A MAX31865 module should be helpful.

https://learn.adafruit.com/adafruit-max31865-rtd-pt100-amplifier/arduino-code

Could you make support for these sensors? This is very important, they are smaller and sometimes they need to be used.

@vitotai
Copy link
Owner

vitotai commented Jan 9, 2023

I've used MAX6675 in another project which needs to measure up to 250 degree Celsius.
It definitely can be done. However, I am busy these days and don't feel like fiddling the hardware setup which I won't use it.

@vitotai
Copy link
Owner

vitotai commented Jan 30, 2023

You can try Max6675 with this branch:
https://github.com/vitotai/BrewManiacEsp8266/tree/PTsensor

pin assignment
SCK 18
CS 23
MISO 19

That's the best I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants