CONFIG_BME280_I2C_ADDR

BME280 I2C slave address

Type: hex

Help

Specify the I2C slave address for the BME280.

0x76: Ground 0x77: VCC

Direct dependencies

BME280 && BME280_DEV_TYPE_I2C && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/bme280/Kconfig:38

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:54

Menu path: (top menu) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor

config BME280_I2C_ADDR
    hex
    prompt "BME280 I2C slave address" if BME280 && BME280_DEV_TYPE_I2C && SENSOR
    default 0x76 if BME280 && BME280_DEV_TYPE_I2C && SENSOR
    depends on BME280 && BME280_DEV_TYPE_I2C && SENSOR
    help
      Specify the I2C slave address for the BME280.

      0x76: Ground
      0x77: VCC

(Definitions include propagated dependencies, including from if’s and menus.)