07-17-2021 09:09 PM
Hello,
could someone tell me how to use the config file generated by BME AI-Studio in arduino IDE?
I saw the coffee example by Bosch but I couldn't find any example how to use the config file in arduino IDE. My aim is to print "coffee" or "air" in the serial monitor according to the placement of the sensors. I have adafruit huzzah32 and BME688 breakout board with 8 sensors.
Thanks!
Solved! Go to Solution.
08-25-2021 09:45 PM
Thank you very much for replying.
Over the last two or three weeks I went to a forrested area far from home and captured smells of many objects via "clean air smell", "object in clean air smell", "clean air smell", "object in clean air smell again" each for 30 minutes. I was driving back home, through NYC and decided to get an Air Quality reading and lost my microsd card in the traffic.
That was fun, I lost all my data, but each specimen I took wasn't examined to determine the best temperatures & settings for capturing the presence of these objects. I will tape the microsd card into the board as I start again in a slightly different ecosystem.
I am very interested in equipment and setups that people deploy and if measurements should be taken at different humidities, temperatures, barometric pressures, seasons and concentrations. I am VERY concerned with contaminating the BME688 featherwing sensors and the esp32 featherboard with the objects being measured. Two very large stainless steel tea strainer that can hold the esp32 huzzah featherboard, featherwing and battery would be a good find.
I know I have a lot of work to learn how to take good measurements and many measurements to apply them to my neural network. I am using tensorflow. I am going to test AI studio to see how useful it is. My final goal is to measure a small wooded environment and detect the presence of specific mammals with video and collect measurements. I have video equipment setup that currently detects these animals via a ML model. I hope to duplicate that work via the BME688 sensors. I have 2 BME688 sensors and an 8x BME688 featherwing, python, keras and I'm not araid to use them.
Gary
09-26-2022 10:31 PM
Hello,
I am using this example code to differentiate between butane and propane.
I edited the path of my .h and .c files and they were like this:
#include "config/butane_propane/butane_propane.h"
With bosh BME AI Studio software export the training between butane and propane in . config I also have a .cvs file
the code compiles for me, however I don't know where to integrate the .config file, the detection is terrible, could you help me? Thank you
08-09-2024 10:58 PM
Hello,
I hope you're doing well.
From what I understand, the BME688 Development Kit isn't limited to just data collection and algorithm creation. Based on Bosch's Sensortec videos, the BME688 sensor, which is equipped with 8 sensors, can indeed be used for data collection, algorithm creation, and then directly applying those algorithms in real-world applications.
To clarify why I believe the development kit with 8 BME688 sensors can be used for final algorithm integration and application usage: in a video, it seems to demonstrate exactly this—where the development kit is utilized for direct applications without needing a separate single-sensor breakout board. (The Video ).
Could you clarify how this was done in the demonstration? What method was most likely employed to achieve this?
Thank you.