PT100 and PT1000 Breakout Board with MAX31865
-
Hi! I'm trying to interface MAX31865 (PT1000) to STM32F334 controller (Nucleo64) (Cortex M4) board. I used the Arduino codes from github and coded the STM32F3 controller. Both the sensor and the controller are tested & working fine. But when i read from MAX31865, I'm getting the maximum values in all the registers. Can i get plz get some help as to what might have gone wrong??
-
Hi Charles, the IRQ (DRDY pin) of Max31865 need to be wired?
I can presume that it can be useful to trigger an interrupt when a conversion is completed, but it is not mandatory. Can i left it unconnected ? -
@Fernando-Vinícius-G-Magro
The IRQ line should be wired only if you need an interrupt. So it's not mandatory don't worry you can left it unconnected. -
Hi Charles, what function R3 is supposed to do? And why 390Ω instead of 400Ω as recommended on Maxim datasheet? Thank you in advance.
-
-
Thank you for the very fine design. Would you please mind helping with the sketch changes to read temperature in fahrenheit? Thank you.
-
Figured out the fahrenheit question but with a PT100 the ohms do not read correctly. Changed all the rtd.raw_resistance to rtd.resistance. That corrects the correct ohms reading in the serial monitor but not on the oled display. Appreciate any suggestions on how to correct. thank you.
-