08-09-2023 05:22 PM - edited 08-09-2023 05:23 PM
Hello,
I want to build an application with a BME688 sensor, BSEC library, and Fudan FM33LG048 ARM Cortex M0 microcontroller.
Firstly, I tried to do it without the BSEC library and I was able to measure the THP data. However, it was drawing too much current.
Then I tried to use the BSEC library, but my code doesn't return from the bsec_init(); function. FM33LG048 is a Cortex M0 microcontroller therefore I was expecting that it would work.
What can be the reason for this?
Solved! Go to Solution.
08-10-2023 03:28 AM
10-17-2023 05:41 PM
Thank you BSTRobin. I only recently could test the code and it seems almost working. The only problem bsec_do_steps() doesn't return anything it is stuck on that line.
Here, I have posted my problem https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/bsec-do-steps-doesn-t-return-anything/td....
Best Regards,
Nijat Aliyev