can burn in for bme688 take longer than 48 hours? does it depend on environment?

I bought four Adafruit bme688 breakout boards.  Until last week I have been using them with the Adafruit driver.  One of the bme688 was in use for much longer than the others.  Last week I set up and started using the BOSCH BSEC library.  I have purchased four EEPROMs to store the calibration but they have not got here yet.  In the mean time I have been running the example basic.ino with the only modification being that I am using an SPI begin function for BSEC instead of the standard I2C begin function.  I assume I have done this correctly as the rest of it (temperature, humidity, pressure, gas resistance) seems to be working.  One of the four bme688s gives a meaningful value for co2 and iaq and iaqAccuracy=3 indicating it has auto-calibrated at some point.  This is the one which was purchased long ago and has been running (with the Adafruit driver) for a year.  The 4th bme688 (ignore).  The other two bme688s have been running for over 48 hours continuously since starting BSEC and give iaqAccuracy=0 still and have iaq=50 exactly constant and co2=600 exactly constant.  Regarding the bad two bme688:

(1) should I just keep waiting for them to calibrate?  can I speed this up?  I assume when I get the EEPROMS I can use the example code "basic_config_state.ino".  Then will it take 5 minutes to calibrate each time as claimed by Adafruit on their product page?

(2) what is all this I read on your forum about "external stimuli" like squirting an alcohol vaporizer or water spray can or other volatile organic compound (VOC) gasses like ammonia near the bme688.  How exactly would this be done and for how long?  Leave an alcohol soaked paper towel next to the bme688?  You did not recommend this.

I understand how this whole process is supposed to work but it is still stuck at iaqAccuracy=0.  gas_resistance for these bad sensors is around 200kOhm to  500kOhm.  Perhaps the air quality has not varied enough for it to calibrate.

Attached is the wrapper library for BSEC that copies the BSEC examples basic.ino and basic_config_state.ino modified for SPI not I2C.

weather_iaq2.h
746B
weather_iaq2.cpp
16.45KB
Best reply by BSTRobin

Hi garberw,

(1)If the accuracy doesn't change for a long time, we think which is caused by the stable environment, and recommend the customer to try spraying alcohol around, just a little is ok.
(2)And the days number of config file means, for example, 4days mean the sensor will regard all the data for 4 days as a reference of calibration, not relative to the time of calibration.
(3)'burn-in' time means the sensor used first time, which needs about 2 days to calibrate in LP mode, if you use ULP mode, which will take longer time. 'run-in' time means the time taken by calibration after each power-on after completing 'burn-in', which needs several minutes.
So you can record the data as soon as the accuracy is 3.

View original
3 replies
Resolved