Difference between revisions of "Component: Barometer (BMP180) (Environmental)"
From Flowcode Help
Jump to navigationJump to searchLine 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
− | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Pressure_Sensor_BMP180.fcfx FC_Comp_Source_Pressure_Sensor_BMP180.fcfx] |
− | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/ | + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Pressure_Sensor_BMP180.fcfx FC_Comp_Source_Pressure_Sensor_BMP180.fcfx] |
==Detailed description== | ==Detailed description== | ||
Line 72: | Line 72: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Latest revision as of 13:12, 7 February 2023
Author | Matrix TSL |
Version | 1.1 |
Category | Environmental |
Contents
Barometer (BMP180) component
Barometric pressure sensor with a I2C bus interface. Pressure range 300 to 1100 hPa. Temperature range -40 to +85 °C.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Pressure_Sensor_BMP180.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Pressure_Sensor_BMP180.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Altitude
![]() |
Altitude |
Calculates the altitude based on difference between actual pressure and the pressure at the sea level P0=1013.25 hPa. | |
![]() |
Return |
Forced_Read
![]() |
Forced_Read |
![]() |
Return |
I2C_Read_Register
![]() |
I2C_Read_Register |
Reads a byte value from a register on the device | |
![]() |
Address |
![]() |
Return |
I2C_Write_Register
![]() |
I2C_Write_Register |
Writes a byte value to a register on the device | |
![]() |
Address |
![]() |
Value |
![]() |
Return |
Initialise
![]() |
Initialise |
Starts up the I2C bus and initialises the pressure sensor ready for use. Returns 1 for a sucessful startup. Returns 0 for a failed startup or no device detected. | |
![]() |
Return |
ReadPressureFloat
![]() |
ReadPressureFloat |
Reads the pressure as a floating point value in Bars. Calls the ReadPressureRaw function and then converts to a meaningful value. | |
![]() |
Return |
ReadTemperatureFloat
Reset
![]() |
Reset |
Resets the device | |
![]() |
Return |