09-11-2020 07:47 PM
See in the intergration guid there is a way but there are no function in the arduino version
Solved! Go to Solution.
09-11-2020 08:03 PM
Hello,
Here is Arduino integration section as below URL.
https://github.com/BoschSensortec/BSEC-Arduino-library
There is integration guide.
Thank you.
09-11-2020 08:14 PM
There is no intergration guide on there any more
the old guide said this but this call is not in the libary.
/* Call to the function which initializes the BSEC library
* Switch on ultra-low-power mode and subtract a 5 degrees temperature offset */
ret = bsec_iot_init(BSEC_SAMPLE_RATE_ULP, 5.0f, bus_write, bus_read, sleep, state_load,
config_load);
09-12-2020 12:04 AM
Hello,
You can download bsec library in this url as well.
https://www.bosch-sensortec.com/software-tools/software/bsec/
I checekd that there is integration guide.
Thank you.