From 6de383647cdd33242dbee1bf65bc4c456ee72203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20S=2E=20R=C3=B8stad?= Date: Thu, 8 Aug 2024 12:42:59 +0200 Subject: [PATCH] boards: thingy91x_nrf9151_ns: Revert to low power mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert to low power mode to sample valid environmental data after boot. In ultra low power mode the BSEC driver doesn't give valid values before the ULP sample time has surpassed. (5 minutes) Ideally the BSEC driver should do an inital sample right after boot, but this is not currently the case. This revert will cause the firmware to draw more power, but is a needed change given the fact that the firmware is an OOB demo. Signed-off-by: Simen S. Røstad --- app/boards/thingy91x_nrf9151_ns.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/thingy91x_nrf9151_ns.conf b/app/boards/thingy91x_nrf9151_ns.conf index 4d00b3ce..fd8e2986 100644 --- a/app/boards/thingy91x_nrf9151_ns.conf +++ b/app/boards/thingy91x_nrf9151_ns.conf @@ -6,4 +6,4 @@ CONFIG_BME680=n CONFIG_BME68X_IAQ=y -CONFIG_BME68X_IAQ_SAMPLE_RATE_ULTRA_LOW_POWER=y +CONFIG_BME68X_IAQ_SAMPLE_RATE_LOW_POWER=y