12-02-2021 11:50 PM - edited 12-02-2021 11:56 PM
Hey!
I am trying to use the BME680 sensor in ULP + mode, that is, receive data both every 5 minutes and receive it when needed, for example, every 2 minutes.
The problem is that even using the example from the BSEC library for the ULP Plus mode, I get error 101, which, as I understand it, means that I am trying to receive data at the wrong time intervals.
From BSEC documentation: "ULP plus is not allowed because an ULP
measurement just took or will take place ".
Moreover, after trying to get data like this, the sensor stops measuring every 5 minutes, it just freezes.
I tried to use the ULP Plus additional measurement both immediately after the automatic ULP measurement, and after a minute, two and three.
What am I doing wrong and how do I use the sensor in this mode?
P.S.
ESP32. Sensor configuration: 3.3V. 3 seconds measurement (3s supports the ULP plus feature for the ULP mode) , 4 days
Sample Rate: ULP
Solved! Go to Solution.
01-25-2022 04:43 PM