09-16-2021 08:24 PM
Hi,
Maybe I just missed this but I have search across the Bosch website. Two questions:
We hope to eventually switch to the BME688, but for now we have a bunch of product with the BME680. Just trying to figure out pros and cons.
Any links or information anyone has would be very helpful.
-Nick
09-16-2021 11:42 PM
NickXML,
1. Yes. But, you have to use right config file.
2. Main feature is AI learning for specific gas. But, you have to use BME688 if you want to use the feature.
Thanks,
09-17-2021 01:27 AM
Thanks for the quick reply.
I thought I had read somewhere that changes were made to how LP and ULP modes worked with BSEC 2?
Is there a comprehensive list of new features and changes somewhere?
Thanks
09-17-2021 06:56 PM
Hello,
In our example, there is "bsecInst.updateSubscription(sensorList, ARRAY_LEN(sensorList), BSEC_SAMPLE_RATE_HIGH_PERFORMANCE)"
You can change BSEC_SAMPLE_RATE_HIGH_PERFORMANCE as you want.
Please check updateSubscription fucntion.
However, switching data rate using updateSubscription is not available right now. But, you can set it up at first time.
Thanks,
09-17-2021 07:42 PM
Interesting...
Three follow up questions:
1. Is that documented somewhere?
2. Is there any data on the power consumption at different sample rates?
3. Does this mean the previous limitation of continuous, low power (every 3s) or ultra low power (every 5 mins) no longer applies?
Thanks