Hi,
I'm using the external ADC the ADS1262.
I would like having the internal temperature. But I have some trouble.
As it is said on the datasheet p35/133 the PGA gain = 1 and the internal voltage is set.
The INPMUX for the ADC 1 is set to 0xbb.
I can receive some data from the ADS but I'm not able to translate it in a correct format.
I use the following equation :
Temperature (°C) = [(Temperature Reading (µV) – 122,400) / 420 µV/°C] + 25°C
Is this one correct because I don't know the unit of the 122.4 value and it is written in the page 8/133 this is in mV?
Thank you