09-03-2021 10:17 PM
I have just bought the Advanced Bosch BME688 Breakout Board from PiHut. Is there a beginners guide to setting this up on a Rasberry Pi? This is my first foray into sensors and while I can find arduino related information, I can't track down a detailed guide for the Rasberry Pi.
Any help, greatly appreciated.
Pete.
11-05-2021 12:36 AM
Hi
It must be karma.
With this implementation (lib) my 2 readers (BME680+BME688) also stay with 1 for several hours.
Also tried with setting set_heatr_conf but no changes
from bme68x import BME68X
import bme68xConstants as cnst
import bsecConstants as bsec
bme = BME68X(cnst.BME68X_I2C_ADDR_LOW, bsec.BSEC_ENABLE)
#bme.set_heatr_conf(cnst.BME68X_ENABLE, 320, 150, cnst.BME68X_FORCED_MODE)
12-10-2021 10:00 AM
Hi all,
BME688 software and document could be found from here: https://www.bosch-sensortec.com/software-tools/software/bme688-software/