How to use the hX711 loadcell & MAX6675 thermocouple sensor in one code?

Hi, I use an Arduino Due, and I want to measure the HX711 load cell and MAX6675 thermocouple together.

HX711 communicates through DOUT and CLK, and thermocouple uses SPI communication.

If I use the right library individually, it works fine, but the moment I make the two into one code, the temperature sensor stops at 26 degrees or doesn’t work.

Does anyone know of this problem?

The problem is probably in your code which you're hiding from us.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.