pimoroni / bme680-python

Python library for the BME680 gas, temperature, humidity and pressure sensor.
https://shop.pimoroni.com/products/bme680
MIT License
260 stars 93 forks source link

Getting the estimated CO2 in ppm #49

Open GuylianStevens1 opened 1 year ago

GuylianStevens1 commented 1 year ago

Hello everyone,

We have bought the breakout circuit and are using it in combination with a rsp pi 4. Altough the measurements seem fine we would like to calculate CO2 estimation (ppm) out of it. As described in the datasheet of the BME680 the sensor itself should already do this. But as this point we can not seem to find out how we can acces this value from the python script.