Hi,
I am creating a web application based on MEAN stack (MongoDB/Express.js/Angular/Node.js) and looking among the Node.js modules on npm repository, able to communicate with the bme680 sensor, via i2c interface, on a Raspberry Pi 4 with Ubuntu Desktop 21.10, but I have not been able to find anyone who is able to obtain the static IAQ, breathe VOC and CO2 equivalent, since they are the prerogative of your BSEC library.
Therefore, I was wondering if a Node.js module with BSEC has been published, if so where can I go to retrieve them? Will it be published in the short term?Otherwise, there is a way to adapt the library in the currently distributed format, if yes you can explain me kindly, in broad terms, how can I create the interaction between the BSEC system library for armv8 micro-architecture of Raspberry Pi and Node.js? Thanks
Hello anthony8,
It had BME680 driver code and BSEC library, had no interaction between the BSEC and node.js.
https://github.com/BoschSensortec/Bosch-BME68x-Library
https://www.bosch-sensortec.com/software-tools/software/bsec/
This should be developed by the upper application. There is no such example at present.