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 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
bmc150_magn drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
bme280 drivers: sensor: bme280: fix "config" register intialization issue 2025-05-29 12:06:39 +02:00
bme680 drivers: sensor: bosch: bme680: fix: possible overflowed value return value 2025-03-05 09:58:35 +00:00
bmg160 drivers: sensor: bosch: bmg160: replace deprecated datasheet link 2025-02-14 17:07:12 +01:00
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 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
bmi323 drivers: sensor: fix "Celsius" spelling 2025-02-19 18:51:13 +01:00
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 drivers: sensor: add Bosch BMM350 magnetometer driver 2025-03-20 12:17:41 +01:00
Kconfig drivers: sensor: add Bosch BMM350 magnetometer driver 2025-03-20 12:17:41 +01:00