12-05-2023 05:48 PM
Is it possible to use the "ULP plus" mode to get values of all the sensors (temp, humidity, gas, IAQ etc) at a regular interval of, say, 1 minute?
Are there any drawbacks of using the sensor this way? Does it produce the same quality of results as in the standard modes of operation?
Solved! Go to Solution.
12-05-2023 07:31 PM
Hi @tomjones ,
We have LP mode and ULP mode for IAQ. And LP mode runs every 3s and ULP runs every 300s.
You have to choose one of two options.
Thank you.
12-05-2023 07:35 PM
I mean the on-demand mode, that can be triggered to get an additional read while in ULP mode.
12-06-2023 05:04 PM
Hi @tomjones ,
No. You can't. BME688 is run by profile and there is time frame. Even if you try to read it, it would be no data from BME688 since BME688 is running before next call time.
Thank you.
12-06-2023 05:45 PM
First of all, I'm talking about BME 680, not 688. Secondly, the link I send earlier is from your own Github. It's an example code for the "ULP plus" feature, which allows to run the sensor in ULP mode, but also allows to request an additional sensor reading e.g. with an interrupt (button press). If you don't know what you are talking about, then maybe leave the answering to other colleagues.