Component: Air Quality (BME688) (Environmental): Difference between revisions
Appearance
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (One intermediate revision by the same user not shown) | |||
| Line 206: | Line 206: | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | I2C Properties | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Connections | ||
|- | |- | ||
|- | |- | ||
| Line 239: | Line 239: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Options | ||
|- | |- | ||
|- | |- | ||
| Line 263: | Line 263: | ||
| colspan="2" | Baud rate to be used | | colspan="2" | Baud rate to be used | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Simulation | ||
|- | |- | ||
|- | |- | ||
| Line 272: | Line 272: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Comms Simulation | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:36, 13 July 2026
| Author | MatrixTSL |
| Version | 1.0 |
| Category | Environmental |
Air Quality (BME688) component
An air quality sensor connected using a standard I2C bus. Capable of detecting indoor and outdoor air quality including CO2 H2 VOCs and VSCs.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_BME688_AirQualitySensor.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_BME688_AirQualitySensor.fcfx
Detailed description
Examples
Macro reference
Initialise
| Initialise | |
| Initialises the I2C bus and sets up the device ready for operation. Returns 1 if the device has been found and is communicating. | |
| Return | |
PerformGasResistanceCycle
ReadGasResistance
| ReadGasResistance | |
| Reads the resistance of the gas in ohms from the last heating cycle. | |
| Return | |
ReadHumidity
| ReadHumidity | |
| Collects the humidity and returns as a floating point value in percent. | |
| Index | |
| Forced Mode = 0 / Parallel Mode = 0-2 | |
| Return | |
ReadPressure
| ReadPressure | |
| Collects the pressure and returns as a floating point value in pascal. | |
| Index | |
| Forced Mode = 0 / Parallel Mode = 0-2 | |
| Return | |
ReadRegister
| ReadRegister | |
| A simple example showing a generic way to read a register using I2C. | |
| Address | |
| Return | |
ReadTemperature
| ReadTemperature | |
| Collects the temperature and returns as a floating point value in degrees C. | |
| Index | |
| Forced Mode = 0 / Parallel Mode = 0-2 | |
| Return | |
SetMode
| SetMode | |
| Sets the mode of the sensor to low power sleep, forced or parallel | |
| Mode | |
| 0=Sleep, 1=Forced, 2=Parallel | |
| Return | |
WriteRegister
| WriteRegister | |
| A simple example showing a generic way to write a register using I2C. | |
| Address | |
| Data | |
| Return | |