Component: Temp / Humidity (SHT31) (Environmental)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 2.0 |
Category | Environmental |
Contents
Temp / Humidity (SHT31) component
Humidity and temperature sensor using an SHT31 IC connected via I2C. On screen GUI allows temperature and humidity values to be simulated, and will show all I2C communication in a console window.
Detailed description
No detailed description exists yet for this component
Examples
An example displaying real temperatures and humidity using floats,
Macro reference
GetHumidityData
![]() |
GetHumidityData |
Returns the raw register pair value | |
![]() |
Return |
GetHumidityInt
![]() |
GetHumidityInt |
returns the relative Humidity reading as an integer value | |
![]() |
Return |
GetHumidityReal
![]() |
GetHumidityReal |
returns the Humidity reading as a float value | |
![]() |
Return |
GetTemperatureData
![]() |
GetTemperatureData |
Returns the raw register pair value | |
![]() |
Return |
GetTemperatureInt
![]() |
GetTemperatureInt |
Return temperature reading as an integer value in degrees C | |
![]() |
Return |
GetTemperatureReal
![]() |
GetTemperatureReal |
Return temperature reading as a float value in degrees C | |
![]() |
Return |
Initialise
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Humidity_SHT31.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Humidity_SHT31.fcfx