BME280

From: Bosch

Class: herosdevices.hardware.bosch.bme.BME280

Driver Quality Index: beta

Requires the following packages

pimoroni-bme280

BME280 Environmental Sensor via I2C.

Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: herosdevices.hardware.bosch.bme.BME280 If parameters appear in this list but not in the class definition, please recursively check the linked base classes for the definition of the parameter.

Argument

Type

Default Value

Description

bus_id

<class ‘int’>

1

I2C bus id (default 1).

The following JSON strings can be used to start a HERO device representation of BME280 using BOSS.

{
    "_id": "my_BME280",
    "classname": "herosdevices.hardware.bosch.bme.BME280",
    "arguments": {
        "bus_id": 1
    }
}

generated from signature

digraph inheritance6405f96dd9 { bgcolor=transparent; rankdir=TB; size=""; "herosdevices.core.templates.i2c.I2CDeviceTemplate" [URL="../../../autoapi/herosdevices/core/templates/i2c/index.html#herosdevices.core.templates.i2c.I2CDeviceTemplate",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="Template (base class) for devices connected via I2C."]; "herosdevices.hardware.bosch.bme.BME280" [URL="../../../autoapi/herosdevices/hardware/bosch/bme/index.html#herosdevices.hardware.bosch.bme.BME280",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="BME280 Environmental Sensor via I2C."]; "herosdevices.core.templates.i2c.I2CDeviceTemplate" -> "herosdevices.hardware.bosch.bme.BME280" [arrowsize=1,color="#5fabe8",dir="back",penwidth=2,style="setlinewidth(0.5)"]; }