Hi, thank you for this sample. I managed to compile it and test it in our backend environment. I have a problem that I don't fully undestand. How many measure do I need to write in the input file and how much time I need to cover with the datalog? In our case we have a BME680 that send one single measure (temp, rH, pressure, gasRes) every 10-15 mins. How many measures do I need to calculate IAQ with BSEC? How can I perform an IAQ calculation without sending a large amount of data from the sensor (like in this sample)? I've noted that the first 100 rows are always "25" with zero accuracy, how can I manage this in backend? Thank you in advance
... View more