Skip to content
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

BSEC2 v1.8 getting stuck on SAMD21 #46

Open
hundertvolt opened this issue Oct 18, 2024 · 0 comments
Open

BSEC2 v1.8 getting stuck on SAMD21 #46

hundertvolt opened this issue Oct 18, 2024 · 0 comments

Comments

@hundertvolt
Copy link

I have a stable working implementation of BSEC2 version v1.7.2502 on an Adafruit qtPy SAMD21.

With the update to BSEC2 v1.8.2610, it will run as usual for some gas classification iterations, but then, after less than a minute, get stuck after the last measurement of an iteration. It simply stops outputting values; the microcontroller as such is not stopped (fully reactive to other functions in my "full" implementation), and envSensor.run() is still being called. There is no error reported (all flags == 0) from BSEC or the BME6xx sensor library.

Moreover, I found it trivial to be reproduced: Just compile and upload the basic_config_state example (without any changes!) provided with the library to an Adafruit qtPy SAMD21 with a BME688 connected to it. And after some measurement iterations, it will stop outputting values after one measurement with class probability outputs / gas index = 9.

Reverting the BSEC libraty to v1.7.2502 alone will make it work again.

@hundertvolt hundertvolt changed the title BSEC2 getting stuck on SAMD21 BSEC2 v1.8 getting stuck on SAMD21 Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant