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.
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.
Is there an adverse effect using continuous sample rate?