You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sensor: bme280: Fix bad chip id read after power cycle
Fix an issue where the BME280 sometimes returns an incorrect chip ID
immediately after a power cycle. This causes sensor initialization to fail.
According to the datasheet, the sensor requires a 2 ms start-up delay after
power is applied. This patch introduces a sleep delay to ensure the
required start-up time is respected before reading the chip ID.
(cherry picked from commit f0b5911)
Original-Signed-off-by: Filip Stojanovic <[email protected]>
GitOrigin-RevId: f0b5911
Cr-Build-Id: 8709847665304561137
Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8709847665304561137
Copybot-Job-Name: zephyr-main-copybot-downstream
Change-Id: I7709451108540ab565f41ca5457b42af2e4caeff
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6717681
Commit-Queue: ChromeOS Copybot <[email protected]>
Tested-by: ChromeOS Copybot <[email protected]>
Bot-Commit: ChromeOS Copybot <[email protected]>
0 commit comments