Hi mitchkapa,
Usually, we set temperature and humidity values in laboratory equipment, then test the temperature and humidity values output by the sensor and compare them.
Firstly, it is necessary to ensure hardware compliance with the HSMI specification(https://www.bosch-sensortec.com/media/boschsensortec/downloads/handling_soldering_mounting_instructions/bst-bme680-hs000.pdf) for design. Secondly, if you only need temperature and humidity data without using BSEC, you can refer to the sensor API and example code(https://github.com/boschsensortec/BME68x-Sensor-API) to ensure that you use official software.
If there are no issues with the above checks, you can record the sensor data and timestamp during testing for inspection purposes.
... View more