This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

INA700: Ambient Temp

Part Number: INA700

Tool/software:

Hi Team, 

I see that the INA700 enables us die temperature measurements, 

is there also a possibility for ambient temp?

best regards.  

  • No, there is no mechanism to connect an external temperature sensor.

  • Thanks for your swift response.

    I'd like to verify that we read and calculate the temperature correctly.

    We are using the following formula for the calculation: Temperature_Reading(dec)* 125 m°C/LSB – please confirm.

    The strange thing is that we receive very high temperature after the calculation, like around 500degC.

    Is this coefficient 125 m°C/LSB correct?

  • Hi,

    The die temperature register needs to right shift by 4 bits (the last four bits are all zeros) before converting to degree C. Alternatively you could keep the 15-bit reading but use LSB of 7.8125mC instead.

    The datasheet alluded to this in the example in section 8.1.1. We probably should have made it clearer in other places

    Regards

    Guang