Home
last modified time | relevance | path

Searched full:bme680 (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-Core-3.5.0/drivers/sensor/bme680/
DKconfig1 # BME680 temperature, pressure, humidity and gas sensor configuration options
8 menuconfig BME680 config
9 bool "BME680 sensor"
15 Enable driver for BME680 I2C- or SPI- based temperature, pressure, humidity and gas sensor.
17 if BME680
20 prompt "BME680 temperature oversampling"
23 Select temperature oversampling for the BME680 sensor. Higher values
38 prompt "BME680 pressure oversampling"
41 Select pressure oversampling for the BME680 sensor. Higher values
56 prompt "BME680 humidity oversampling"
[all …]
DCMakeLists.txt9 zephyr_library_sources(bme680.c bme680_i2c.c bme680_spi.c)
Dbme680_spi.c15 #include "bme680.h"
19 LOG_MODULE_DECLARE(bme680, CONFIG_SENSOR_LOG_LEVEL);
Dbme680.c1 /* bme680.c - Driver for Bosch Sensortec's BME680 temperature, pressure,
4 * https://www.bosch-sensortec.com/bst/products/all_products/bme680
22 #include "bme680.h"
24 LOG_MODULE_REGISTER(bme680, CONFIG_SENSOR_LOG_LEVEL);
392 LOG_DBG("BME680 chip detected"); in bme680_init()
394 LOG_ERR("Bad BME680 chip id: 0x%x", data->chip_id); in bme680_init()
Dbme680_i2c.c14 #include "bme680.h"
/Zephyr-Core-3.5.0/samples/sensor/bme680/boards/
Dadafruit_feather_nrf52840.overlay7 * Adafruit BME680.
12 bme680: bme680@77 {
13 compatible = "bosch,bme680";
Dnrf52840dk_nrf52840.overlay8 bme680@76 {
9 compatible = "bosch,bme680";
/Zephyr-Core-3.5.0/samples/sensor/bme680/
DREADME.rst3 BME680: Integrated environmental sensor
16 - BME680: https://www.bosch-sensortec.com/bst/products/all_products/bme680
21 This sample uses the BME680 sensor controlled using the I2C interface.
30 This project outputs sensor data to the console. It requires a BME680
37 :zephyr-app: samples/sensor/bme680
46 Device 0x20002b74 name is BME680
Dsample.yaml2 name: BME680 Sensor sample
4 sample.sensor.bme680:
DCMakeLists.txt9 project(bme680) project
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dbosch,bme680-spi.yaml5 The BME680 is an integrated environmental sensor that measures
8 compatible: "bosch,bme680"
Dbosch,bme680-i2c.yaml5 The BME680 is an integrated environmental sensor that measures
8 compatible: "bosch,bme680"
/Zephyr-Core-3.5.0/boards/arm/thingy53_nrf5340/
Dboard.c16 * could be accessed after power up. In particular bme680 and bmm150 sensors require,
67 * sensors could be accessed after power up. In particular bme680 and bmm150 in setup()
Dthingy53_nrf5340_common.dtsi193 compatible = "bosch,bme680";
/Zephyr-Core-3.5.0/boards/arm/nrf9160_innblue21/
Dnrf9160_innblue21_common.dtsi142 bme680@76 {
143 compatible = "bosch,bme680";
/Zephyr-Core-3.5.0/boards/arm/nrf9160_innblue22/
Dnrf9160_innblue22_common.dtsi145 bme680@76 {
146 compatible = "bosch,bme680";
/Zephyr-Core-3.5.0/boards/arm/pinnacle_100_dvk/doc/
Dindex.rst49 * :abbr:`BME680 (Bosch Sensortec BME680 environmental sensor)`
103 | BME680 | I2C(M) | sensor/bme680 |
/Zephyr-Core-3.5.0/boards/arm/pinnacle_100_dvk/
Dpinnacle_100_dvk.dts145 bme680@76 {
146 compatible = "bosch,bme680";
/Zephyr-Core-3.5.0/tests/drivers/build_all/sensor/
Dspi.dtsi192 test_spi_bme680: bme680@19 {
193 compatible = "bosch,bme680";
Di2c.dtsi77 test_i2c_bme680: bme680@b {
78 compatible = "bosch,bme680";
/Zephyr-Core-3.5.0/drivers/sensor/
DCMakeLists.txt21 add_subdirectory_ifdef(CONFIG_BME680 bme680)
DKconfig77 source "drivers/sensor/bme680/Kconfig"
/Zephyr-Core-3.5.0/boards/arm/bl5340_dvk/
Dbl5340_dvk_cpuapp_common.dtsi156 bme680@76 {
157 compatible = "bosch,bme680";
/Zephyr-Core-3.5.0/boards/arm/bl5340_dvk/doc/
Dindex.rst204 A Bosch BME680 Temperature, Pressure, Humidity & Air Quality sensor is
207 Refer to the `Bosch BME680 datasheet`_ for further details.
428 .. _Bosch BME680 datasheet: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datashee…
/Zephyr-Core-3.5.0/boards/arm/96b_wistrio/doc/
D96b_wistrio.rst35 - Integrated Environmental sensor: Bosch BME680

12