I am investigating the example bme688_dev_kit.ino from the boschsensortec/Bosch-BME68x-Library.
In the loop() function (= main() for Arduino framework), data is written to a file /BME688_Datalogger_Log.csv (in setup() a header is written to this file)
Is this the fileformat that AI-Studio expects ?
I have some doubts because
in https://www.bosch-sensortec.com/software/bme/docs/technical-specification/bmerawdata.html a json fileformat is shown..
in the demo video's, you can press a button on the devkit to mark different specimens, but in the Arduino demo code, no button is used..
Can you please clarify and define what file the AI-studio expects, so we can generate compatible files for it ?