10-01-2019 03:31 PM
Hi,
As described in
https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BME680-measurements/m-p/9353#M1359
we use an example application with a precompiled bsec library for data evaluation (BME680 sensor):
https://github.com/alexh-name/bsec_bme680_linux
This time we test the BME680 sensor with a rasperry pi zero and the SEN-BME680 eval board (Joy-it) - so we can exclude hardware failures on our side (since the raspberry is used in many other I2C-Applications without any problems ....)
Again, the measured eCO2 trendline contains unrealistic jumps and measurement results (eCO2):
- Is it possible, that there is a bug in the bsec-library?
- Is there a physical explanation for such unrealistic jumps in the trendline?
- Maybe the firmware on the BME680 is buggy? Is an update available?
Our customers expect somehow realistic eCO2 - values .... I know, it's just an estimation for CO2, and I may expect errors in the range of 100-200 ppm ....
But jumps in the range of 600ppm for no reason? Or values in the range of 5000 ppm in a normal office room
(I think I should be dead if the values are correct 😉 )?
Any help would be great - Thanks in advance!
Best regards,
Bernhard Mathias
10-01-2019 04:27 PM
Such outputs and especially these steps/jumps don't look like expected behavior. A few things I would check in such conditions:
Monitoring the IAQ accuracy output could also provide further hints on the behavior/status of the library. I would suggest to confirm the points above are all working as expected first, then I would also recommend letting the library run for some time/making sure it had time to calibrate itself before comparing the output to your reference sensor.
10-02-2019 11:25 AM
Thanks for the quick response,
so
- the timestamps look ok
- not sure about warning/error messages at the moment since I only logged stdout and not stderr 😕
- gas values (I will attach data-files too):
- in this testruns I didn't delete the state files - it's possible that the state files were not empty at time of teststart...
We will try to do further tests with enabled floating-point compensation, log stderr and also additional some i2c-logging on the raspberry pi
10-02-2019 03:42 PM
Thank-you for providing the datalogs as well, this is always helpful 🙂
A few comments from this extra data:
On the other hand even the raw gas signal in "bme_rasp_erroreCO2.xlsx" looks odd (top plot in your post) with jumps to zero and large spikes/noise in the signal. These spikes are also seen in the temperature/humidity and even in the pressure singal. From a raw data perspective, this behavior is not expected from the sensor.
Note: For this run I received 16 times the error -2 (BSEC_E_DOSTEPS_VALUELIMITS) corresponding to the 16 samples with zeroed gas resistance values, but no steep steps as in your output.
10-03-2019 01:50 PM - edited 10-03-2019 01:52 PM
Ok, new testrun and a peak to 1400 ppm in eCO2 occured:
this time
- stderr was logged -> no error messages
- state-file was deleted before the testrun
- floating point compensation was enabled
- i2c communication was logged (https://www.saleae.com/de/downloads/ , trigger at peak + 500 seconds pre-buffer)
Strange here is a break in the gas trendline the same time the eCO2 value jumps:
What can be the reason for the strange gas / eCO2 values?
I will attach the bsec output as well as the I2C-log.
Best regards,
Bernhard