07-22-2019 05:15 PM
Hello,
we integrated the BME680 sensor into our new prototyping board. I managed recover all the mesurement done by the sensor, i can process almost all except the gas resitance reading. With this mesurement i have the resitance reading from the sensor but i don't know how to convert it into a VOC concentration.
Is there a calculation i can apply to my resitance reading to deduce the concentration ?
Thanks in advance for your help.
Solved! Go to Solution.
07-23-2019 04:29 PM
Unfortunately the BSEC library is closed-source, and only provided as pre-compiled binaries. Therefore we cannot share a formula to calculate our outputs from raw sensor data.
We would recommend if possible to consider the list of supported platforms on BSEC's download page. We have also been providing an Arduino library wrapper for BSEC on our official GitHub page, which includes a list of commonly used and tested MCUs/boards.
03-09-2022 06:57 AM