Hello,
I've developed a device which uses 1 BME688 sensor, then using HP 354 and RDC-1-0, while in parallel mode, gathered some data from the sensor (waited 24 hours as well), then labeled and formatted them to the correct .bmerawdata structure and fed it into BME AI Studio v2.3.2 and trained an algorithm.
The Studio successfully read and labeled my dataset and I was able to export the algorithm for BSEC Library version 2.5.0.2.
After integration BSEC library with nRF SDK v.17.1.0, I tried to estimate the gas around my device.
Each and every status log returns 0 (which means okay) but even after waiting for 1 hour, there are no outputs from bsec_do_steps.
I've uploaded a PDF containing main.c code for this matter. Please help me to find the problem with this code and also feel free to ask for anything else like the config.
But before asking, yes I tried to manually config the sensor with heater duration and temperature because no matter what I did, after calling bsec_sensor_control, heater_duration and heater_temperature would always be zero.
Thank you.