Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heater #33

Closed
jomardyan opened this issue Aug 16, 2022 · 5 comments
Closed

Heater #33

jomardyan opened this issue Aug 16, 2022 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@jomardyan
Copy link

Hi, how to effectively use a heater in a real environment? Should it be full time on?

@RobTillaart RobTillaart self-assigned this Aug 17, 2022
@RobTillaart RobTillaart added the question Further information is requested label Aug 17, 2022
@RobTillaart
Copy link
Owner

Thanks for the question.
From my head, no it should not as the heater would affect the measurements
I need to check the datasheet to verify as it has been a while i read that one.

@RobTillaart
Copy link
Owner

RobTillaart commented Aug 17, 2022

Read some sources:

SHT31 datasheet

The SHT31 datasheet is quite silent about the heater, so had a look in related datasheets / sources

SHT85 datasheet

The SHT85 is equipped with an internal heater, which is meant for plausibility checking only. The temperature increase
achieved by the heater depends on various parameters and lies in the range of a few degrees centigrade.

SHT21 datasheet

The heater is intended to be used for functionality diagnosis – relative humidity drops upon rising temperature.

Adafruit

https://learn.adafruit.com/adafruit-sht31-d-temperature-and-humidity-sensor-breakout?view=all
There's also a heater built into the sensor, used to heat/evaporate any condensation.

So the purpose is to check if the sensor is working. => Temperature should rise and humidity should drop.
Therefor the heater should normally be OFF (default), I do not recall ever using the heater except for testing the library.

The Adafruit site mentions condensation removal, however I did not see that in the datasheet or other source.

The heater should be on for max 180 seconds, however I cannot find the source of that statement.

The library does support heater control, but the user is responsible for timing it.


Should it be full time on?

So the short answer is no.

@RobTillaart
Copy link
Owner

@jomardyan
If this solves the question you may close the issue

@jomardyan
Copy link
Author

Thanks.

@jomardyan
Copy link
Author

It's better to enable discussion section :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants