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.

OPT3101: temperature sensor

Part Number: OPT3101
Other Parts Discussed in Thread: TMP102

I have a question about the temperature sensor.

Please tell me the resolution of OPT3101's temperature sensor.
Please tell me about TMAIN and TILLUM respectively.

  • mahiro-san,

      TmainC is the actual temperature inside of the OPT3101. it is based on 1degree C resolution and 1degree C accuracy. Because the controller is non floating point there are no digits below the decimal point. Tmain is a calculated tmeperature value to get better resolution and is used in all calculations.

    Tillum is the register for an external temperature sensor. THis register is based on 12 bit resolution and the OPT3101 uses a TMP102 as the sensor,  this providee a hifgher resolution and can monitor the exernal emitter. 

  • It is an additional question.

    I understand that the resolution is 1°C.
    However, when converting Tmain to temperature during measurement, a decimal point may appear. Why is this phenomenon?

    example)

    As an experiment, we increased the temperature and measured it.
    Why do 22.25℃ and 22.5℃ between 22℃ and 23℃ appear in the image below?

  • mahiro-san,

      It has to do with averaging.

    example: 1+1=2, 2/2=1, 1+1+1=3, 3/2=1.5