08-03-2021 02:23 PM
Hello,
I have Bosch BME688 Gas Sensor Developer Kit with 8 sensors.(adafruit huzzah32 and BME688 breakout board with 8 sensors.)
I have gone through the vidoe on how to export config file at
1. Can I use arduino IDE with bsec library(BSEC_2.0.6.1_Generic_Release_04302021) for BME688 gas sensor developement kit?
2. How to import the configuration file generated by AI studio software and print "coffee" or "air" in the serial monitor according to the placement of the sensors.
3. can I flash the sample code in the same board which I used for recording data ? Iam worried if I flash any example code, the board will stop recording the data.
08-03-2021 08:57 PM
Hello Swap,
1. Can I use arduino IDE with bsec library(BSEC_2.0.6.1_Generic_Release_04302021) for BME688 gas sensor developement kit?
-> No, BME688 dev kit is only for AI studio. Need Arduino board or other boards for bsec library.
2. How to import the configuration file generated by AI studio software and print "coffee" or "air" in the serial monitor according to the placement of the sensors.
-> Once you export the configuration file, there are 4 files and it's same format as bsec 2 library. You can compare it with bsec 2 config file.
3. can I flash the sample code in the same board which I used for recording data ? Iam worried if I flash any example code, the board will stop recording the data.
-> I don't understand fully for this question. When you gather some test data, you have to use bme688 dev kit and you don't need any code at that time.
After you create your own config file, you don't have to gather data, but check whether there is some gas or not.
Thanks,