How do we get the reading from the BME680 BSEC to give these ? BSEC_OUTPUT_CO2_EQUIVALENT = 3, /*!< co2 equivalent estimate [ppm] */ BSEC_OUTPUT_BREATH_VOC_EQUIVALENT = 4, /*!< breath VOC concentration estimate [ppm] */ In my implementation (well a github user with a compile for the Raspberry Pi to give reading at the CLI) setting the CO2_EQUIVALENT in the output message just gives 0.00 Any clues, everything else seems to be for before these whre introduced to BSEC. Currently with 1.4.7.2
... View more