05-06-2019 11:44 AM
Using bme680 connected to i2c on raspberry pi running rasbpian.
There are various "configurations" that are supplied in BSEC library. We currently use "generic_33v_3s_4d." We switched to using continuous sample rate (1hz or 1 sample per second). How do we reflect this change in the configuration, so that we can have a "generic_33v_1s_4d."
Can someone please supply a reference on how to construct a configuration or explain what the individual bytes of a configuration mean.
Solved! Go to Solution.
05-08-2019 03:09 PM
The continuous sample rate was mentioned for test purpose only, therefore you should use either of the available ULP or LP modes with BSEC's package.
05-09-2019 04:02 AM
Is there an adverse effect using continuous sample rate?
05-09-2019 09:54 AM
As of today, only the LP and ULP modes were fully tested and qualified. Therefore we would be missing some data to release or guarantee the effect using continuous sample rate.