BSEC v1.4.8.0 downloaded from here: https://www.bosch-sensortec.com/software-tools/software/bsec/ I am using 1. bsec_datatypes.h, bsec_interface.h, and libalgobsec.a in algo/normal_version/bin/gcc/Cortex_M4 Note: The firmware for the drone uses hard floats whereas libalgobsec.a uses soft floats, so I extracted the object files from libalgobsec.a, removed the ABI attributes, and replaced the files; this allowed BSEC to be compatible with the firmware. 2. bme680_defs.h, bme680.h, bme680.c, and bsec_integration.h in examples/bsec_iot_example 3. bsec_iot_example.c in examples (bsec_iot_example.ino adapted to c) I didn't include the bsec_serialized_configurations_iaq files since they appear to be optional.
... View more