Skip to main content
Visitor II
September 5, 2019
Question

HTS221 and condensation

  • September 5, 2019
  • 4 replies
  • 1438 views

The HTS221 has an internal heater to "speed up the sensor recovery time in case of condensation".

  1. How do I identify a condensation state?
  2. How long the heater has to be activated, in order to recover from condensation state (I want to estimate power consumption)?
    This topic has been closed for replies.

    4 replies

    Explorer
    September 5, 2019

    A drop in temperature and humidity.

    The water vapour saturation point of air drops with falling temperature, causing the excess vapour to condensate.

    If you can't/don't measure at least one of said conditions, the best way would be to heat it always, just to make sure.

    For the duration, I think it depends on your application, and the deployment site.

    The easiest way would be to measure/test it.

    GShimAuthor
    Visitor II
    September 5, 2019

    Thanks.

    You wrote "If you can't/don't measure at least one of said conditions".

    What does it mean?

    I start a reading, and when it is ready (STATUS_REG) I read the data.

    There is no register with error indication.

    How do I know that the reading is valid, or not because of condensation?

    Explorer
    September 5, 2019

    > There is no register with error indication.

    > How do I know that the reading is valid, or not because of condensation?

    Exactly.

    You would need to gather that knowledge algorithmically, keeping track of values and evaluating the state.

    Or simply use the "worst case" approach.

    I think you need to evaluate the "use cases" (possibly occuring operating conditions) first, and decide how to deal with it.

    Often, additional hardware is a no-go, and "econimcal aware" managers rather accept errors under fringe conditions.

    GShimAuthor
    Visitor II
    September 5, 2019

    Thanks.

    Do you have any idea how long should the heater be active?

    Just some rough number.

    I am trying to estimate the power consumption.

    It is a battery powered device.

    Explorer
    September 5, 2019

    > Do you have any idea how long should the heater be active?

    Not really.

    But if ST does not specify data, I would create a test environment to produce condensation, and acquire data series (sensor values over time) to learn about the behaviour of the measured value.

    Perhaps several sensor instances with different switch-on times in parallel (at once), assuring identical climatic conditions.

    GShimAuthor
    Visitor II
    September 5, 2019

    Thanks a lot.