Skip to content

Commit

Permalink
boards: thingy91x_nrf9151_ns: Revert to low power mode
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
simensrostad committed Aug 8, 2024
1 parent 3bb1c81 commit 6de3836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/thingy91x_nrf9151_ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6de3836

Please sign in to comment.