BME680 on ESP8266 IAQ, CO2, ... do not change

Hi,

I use a  Wemos D1 ESP8266 Board with a BME680 connected to I2C , BSEC libary installed and adjustments done as decribed in the Github pages (https://github.com/BoschSensortec/BSEC-Arduino-library) and using the "basic" example from there. Temp., humidity, pressure look OK, but all other values do not change since 9 days (IAC =25, Accuracy=0, CO2 = 500, VOC = 0.5).

Edit: Gas resitance changes, esp. when I breath on it, so Iassume the sensor works, but caclulation of the values not.

I've tested three versions of the BSEC library, but no change (1.2.1474, 1.4.703, 1.4.8.0).

I'm using Arduino IDE 1.8.13, includes are: bsec.h (as per example provided)

Any ideas?

Thanks

Desh

Best reply by Jet

Hi Sir:

    Did you verify other example code? In this code, I didn't find this function, iaqSensor.setConfig(bsec_config_iaq), which configure the BSEC library with information about the sensor.

    I recommend you to test other reference code  or refer to them to modify your code.

View original
1
18 replies
Resolved