The integration guide that comes with the BSEC library covers how to call the library on page 15 - initialise the sensor, initialise the library, subscribe to outputs (based on the config you have from AI Studio), update subscriptions, and walk through the outputs. See the examples folder and bsec_integration.c. In my experience when scanning/sniffing for subscribed substances, the standard environmental values such as Temp go haywire and should be ignored. You can subscribe to 4 target substances and use the IA Studio classification or regression algorithms, as best fits your use case. If you are scanning/sniffing continuously then you probably need a second sensor for the environmental data. That could be another BME688 using the BSEC multiplex interface or an alternative sensor like a BME 280 (but not using BSEC). Keith
... View more