-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BME68x values never change #525
Comments
If I recall correctly the BSEC library is configured in ULP mode. This means that the underlying library only samples every 5 minute. I would expect that if you wait 5 minutes you would see a change in the values. |
Thanks for the info @jhn-nordic. I had previously looked at the Kconfig symbols for the library but I didn't read the help strings and now I see the default ultra-low-power mode is what sets this timing: I have used the low-power setting to increase readings to once every 3 seconds:
|
I'm reopening this issue as I continue to observe behavior where the sensor values never change. This is usually the iaq/voc/co2 values that remain the same:
Reproduce
Actual behavior:
Expected behavior:These sensor values should update every 3 seconds or continuously depending on what mode was selected in step 2 above. |
The environment sensor on the Thingy91x always reads the same value for the temperature, pressure, humidity, iaq, voc, and co2 sensors:
Testing setup
Expected behavior
All readings should change each time data is fetched from the sensor.
The text was updated successfully, but these errors were encountered: