Is it possible to use BME688 to detect the concentration level of CO2, CO and H2S as they are claime in the product information? If it is to what accuracy? Is there a configuration file available for use? Many thanks!
... View more
Hi Severan,
Currently, reference hardware is BME688 Development-Kit, reference code is on github. If you do not use official hardware and software, you need to modify it yourself. There are no other examples.
... View more
Check out adding MQTT to the board, publishing the data of the sensor to the mqtt broker, and then connecting the mqtt broker to influx. A bit of a round about way but it will probably be easier for you to do it like this.
... View more