Difference between revisions of "Component: Barometer (DPS310) (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_DPS310.fcfx FC_Comp_Source_Pressure_Sensor_DPS310.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_DPS310.fcfx FC_Comp_Source_Pressure_Sensor_DPS310.fcfx] |
==Detailed description== | ==Detailed description== | ||
Line 73: | Line 73: | ||
''<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.0 |
Category | Environmental |
Contents
Barometer (DPS310) component
A barometric air pressure sensor with high accuracy and low current consumption. Capable of sensing air pressure and temperature. Based on an I2C bus connection.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Pressure_Sensor_DPS310.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Pressure_Sensor_DPS310.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ConfigurePressure
ConfigureTemperature
Initialise
Initialise | |
Starts up the I2C ready to communicate with the sensor. Sets the selected rates and operational mode. Returns 1 if the sensor has been found and initialised. | |
- BOOL | Return |
ReadAltitude
ReadAltitude | |
Reads the pressure measurement from the last SampleSensor macro and converts the pressure reading into an altitude reading. | |
- FLOAT | Return |
ReadPressure
ReadPressure | |
Reads the pressure measurement from the last SampleSensor macro | |
- FLOAT | Return |
ReadRegister
ReadRegister | |
Reads a byte from a register | |
- BYTE | Address |
- BYTE | Return |
ReadTemperature
ReadTemperature | |
Reads the temperature measurement from the last SampleSensor macro | |
- FLOAT | Return |
SampleSensor
SetMode
SetMode | |
Sets the operational mode of the sensor to be continous or one shot | |
- BYTE | Mode |
- VOID | Return |
WriteRegister
WriteRegister | |
Writes a byte to a register | |
- BYTE | Address |
- BYTE | Data |
- VOID | Return |