Bme688 with two library
Best reply by BSTRobin
Hi ilcnet,
Adafruit_BME680 code didn't call BSEC library.
You could refer reference code https://github.com/BoschSensortec/Bosch-BSEC2-Library/blob/master/examples/generic_examples/basic_config_state/basic_config_state.ino, add BSEC_OUTPUT_CO2_EQUIVALENT, BSEC_OUTPUT_BREATH_VOC_EQUIVALENT to sensorList, then you can get the output value of co2 equivalent estimate amd breath VOC concentration estimate.
7 replies
Resolved