09-25-2020 09:34 AM - edited 09-25-2020 09:41 AM
Hello,
Is it possible to calculate "breath VOC euqivalent" using pre-measured data from a PIC24 device, sent to a ESP32 device? As far as i know, BSEC library (for BME680) is not supported on PIC24 devices.
09-25-2020 05:25 PM
Technically it is possible to run BSEC from any compatible device, which doesn't have to be the same MCU/device that is directly connected to the BME680. On the other hand, all BSEC requirements must still be met, therefore:
09-27-2020 09:11 AM - edited 09-27-2020 10:28 AM
Is it possible to build for me the BSEC library for a PIC24 device? I need to be able to calculate bVOC on a PIC24 device.
09-28-2020 11:07 AM
We would need some more details to check the compatibility of BSEC with your platform. Please share the complete MCU part number, the full compiler name and version, as well as any mandatory project settings or compiler flags needed (otherwise default settings) and we will review this option.