I have a couple of questions regarding the STC31 sensor. My application is a weather balloon rising to 100,000 feet.
-
The data sheet indicates that pressure corrections for the readings (i.e., using setPressure command) by default only work in the range 600-1200 mbar. For ranges outside this, “please contact Sensiron”. How do I compensate for pressures less than 600 mbar? I anticipate the pressure will drop to around 1 mbar.
-
The examples only show setting the temperature, RH, and pressure during the setup loop. This would be fine if these values stay constant for the duration of the measurements, for example with a stationary detector. It “seems like” I should set these values after each individual measurement since they will change drastically during the balloon flight. Does this sound correct?
-
related to 2: When a measurement is made, do the STRH3x measurements (temp, RH) get saved automatically? Perhaps I would only need to set the pressure values?
-
In the library I see a command to EnterSleepMode, but not a corresponding ExitSleepMode. I would like to enter sleep mode after a reading, then exit sleep mode about 2 seconds later to make the next reading. How would I do that?