Hello all, I've released my integration of the Bosch BSEC library for use with the BME680 environmental sensor. The repo can be found here: https://github.com/amrbekhit/mynewt-bosch-bsec
For the time being, I've released this as a separate repo as licensing is a problem. The code consists of three parts: - A closed-source binary (provided by Bosch). - Header files for the library as well as sample code on how to use it (also provided by Bosch). - Wrapper code to make it suitable for Mynewt (written by myself). I don't plan to include the binary and leave that to the user to download and add to the project themselves. The license text in the sample code and header files unfortunately restricts distribution of the source code without Bosch's permission, which is annoying. I'm hoping to send them an email and see if they're happy to change the license of the source code and header files to allow distribution - if so then perhaps it could then be added into mynewt. I'm posting the repo for anyone to try out and to fix any bugs that might be present. Amr