Jump to content

Component: Humidity (EBM016) (EBM Modules)

From Flowcode Help
Author Matrix TSL
Version 2.0
Category EBM Modules


Humidity component

Humidity and temperature sensor using an SHT21 IC connected via I2C - as used by the Matrix e-block module EBM016. On screen GUI allows temperature and humidity values to be simulated, and will show all I2C communication in a console window.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_EBM016v1.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_EBM016v1.fcfx

Detailed description

No detailed description exists yet for this component

Examples

This example reads the temperature and humidity levels from the sensor and displays the readings on the LCD.

EBM016 Example






Macro reference

GetHumidityData

GetHumidityData
Returns the raw register pair value 
- UINT Return


GetHumidityInt

GetHumidityInt
returns the relative Humidity reading as an integer value 
- INT Return


GetHumidityReal

GetHumidityReal
returns the Humidity reading as a float value 
- FLOAT Return


GetTemperatureData

GetTemperatureData
Returns the raw register pair value 
- UINT Return


GetTemperatureInt

GetTemperatureInt
Return temperature reading as an integer value in degrees C 
- INT Return


GetTemperatureReal

GetTemperatureReal
Return temperature reading as a float value in degrees C 
- FLOAT Return


Initialise

Initialise
Initialises the component ready for I2C communications 
- VOID Return


Property reference

Properties
Channel
Channel selection 
SDA
Pin used for SDA (data signal) 
SCL
Pin used for SCL (clock signal) 
Baud Select
Baud rate option selector 
Baud Rate
Baud rate to be used 
Stop Delay
On older microcontroller devices there is a potential for the I2C hardware channel to lock up if there is not a 10ms delay between an I2C stop event and the next I2C start event. Most modern microcontrollers will not have a problem so this property can be disabled to speed up the I2C communications.  
Simulation
Simulation Comms