zephyr/drivers/sensor/bosch
Loic Domaigne a8eace10b3 drivers: sensor: bme280: fix "config" register intialization issue
A write to the "ctrl_meas" register can cause the sensor to transition
from sleep to normal mode (which is default Kconfig settings). As per
BME280 datasheet, writes to the "config" register in normal mode may be
ignored. This can lead to use BME280_STANDBY_05MS and BME280_FILTER_OFF
instead of the values set by the application. To fix this, write to the
"config" register before "ctrl_meas" in the sensor init function.

Signed-off-by: Loic Domaigne <tech@domaigne.com>
2025-05-29 12:06:39 +02:00
..
bma4xx drivers: sensors: bma4xx: add I2C_RTIO Kconfig for I2C 2025-04-04 18:17:41 +02:00
bma280
bmc150_magn
bme280 drivers: sensor: bme280: fix "config" register intialization issue 2025-05-29 12:06:39 +02:00
bme680
bmg160
bmi08x sensor: bmi08x: Fix variable name in bmi08x_acc_trigger_mode_init 2025-05-09 21:09:04 +02:00
bmi160 sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
bmi270
bmi323
bmm150 sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
bmm350 sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
bmp180 sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
bmp388 sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
bmp581 drivers: bmp581: change sensor_channel units to match spec 2025-04-26 10:55:27 +02:00
CMakeLists.txt
Kconfig