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
Quick Ultra-low power (q-ULP) has a 3 s data rate for Temperature, pressure and humidity w/o significantly
increasing the power consumption compared to ULP.
How can this mode be activated? updateSubscription() in bsec2.cpp allows only to set a single sample rate and if I try to use multiple values, e.g.:
Subscriped sample rate of the output is not matching with configured sample rate. For example if user used the configuration of ULP and outputs subscribed for LP mode this warning will inform the user about this mismatch
Can you please provide an example how to make it work?
The text was updated successfully, but these errors were encountered:
The BME680 datasheet describes a q-ULP mode:
How can this mode be activated?
updateSubscription()
in bsec2.cpp allows only to set a single sample rate and if I try to use multiple values, e.g.:it fails with status 14:
The text was updated successfully, but these errors were encountered: