adafruit/Adafruit_MAX31865

MAX31865 libs conflict with Ethernet2 and WiFi101

youcangetme opened this issue · 1 comments

Hello! I have a Feather M0 Adalogger with a Ethernet Featherwing and a Feather M0 + ATWINC1500 that I want to use to send MAX31865 readings from PT-100s over the network.

I have tried with both native SPI pins and defined SPI over GPIO pins. Either way the moment I turn on either networking library the MAX31865 starts reporting every single fault available;

Fault 0xFF
RTD High Threshold
RTD Low Threshold
REFIN- > 0.85 x Bias
REFIN- < 0.85 x Bias - FORCE- open
RTDIN- < 0.85 x Bias - FORCE- open
Under/Over voltage

It would be nice to use the MAX31865 in a IoT setting. Does anyone know what is going on here?

Thanks!

Derp! I found my problem! Evil Cut & Paste Monster strikes again!