I’m using an nRF52840 powered by a coin cell (3V nominal, dropping to 2.3V) and need to read a K-type thermocouple. The challenge is finding an amplifier that:
-
Operates reliably from 2.3V to 3V.
-
Provides an output compatible with the nRF52840’s ADC range (0V to 2.8V).
-
Includes cold junction compensation (CJC).
-
Consumes minimal power.
Challenges
-
Most thermocouple amplifiers (e.g., MAX31855, AD8495) require ≥2.7V, which may not work at 2.3V.
-
Level shifting adds complexity and power consumption.
-
Integrating CJC while keeping the design simple and low-power.
-
Are there amplifiers that work down to 2.3V?
-
What’s the best way to implement CJC in a low-power design?
-
How can I ensure the output signal is within the nRF52840’s ADC range?
-
Any tips for minimizing power consumption?