-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
BSEC 1.4.9.2 support #32
Comments
Yeah, Bosch officially only supplies the most recent version. Unfortunately the new versions are no longer C only, but C++ and I am (currently) unwilling to change things over to C++ in my free time. PRs welcome though. |
Thanks for the quick answer ! I don't like Bosch policy regarding software. I bought another device from Kitronik based on the same sensor but using a Pi Pico. The software is written in MicroPython, open source, well documented :-) |
But that doesn't use the BSEC, just normal sensor control, you can do that with a Pi and Python easily, e.g. with Pimoroni interpretation. Don't these use BSEC2 now if you go the BSEC route. Not looked for a while. |
I just added the checksums of prior versions. |
Hi! you can upload the BSEC_1.4.8.0_Generic_Release.zip? |
Unfortunately no. Bosch’s license forbids individuals to distribute them. |
I just downloaded the 1.4.8 version of the library from the Bosch web site:
Edit: Further I can confirm that the new library builds if the first line in
|
Here's the download for people looking for 1.4.8.0: https://www.bosch-sensortec.com/software-tools/software/previous-bsec-software-versions/ Works as of Aug 24, 2023 |
Hi, why can't I compile?
|
The "BSEC_1.4.8.0_Generic_Release" version defined in "make.config" is no longer available.
Is there any support for the current version (1.4.9.2) available from https://www.bosch-sensortec.com/software-tools/software/bsec ?
Thx by advance
The text was updated successfully, but these errors were encountered: