01-28-2022 04:25 PM
Hi ,
I am trying to integrate BESEC software to interface BME680 with EFR32BG22(Cortex M33).I sucessfully integrate libalgobsec.a file for GCC cortex M33F into my project.The project get compiled sucessfully without any error.
I have problem with the output data from the BME680.The temperature value remain 0 all the time, and CO2,Iaq and breath values take quiet long time to show-up (initially they all shows 0 values)
My program take reading every 3 sec. I am using simplicity studio IDE and GNU ARM v10.2.1 compiler.
I susppect there is someting wrong with bsec_init()(initialization in BESEC library) function .It looks like temperature functionality of BME680 is not getting initialize properly.
I am attaching the snapshot output console:
Please help me to resolve this issue.
Thank You
Solved! Go to Solution.
03-11-2022 10:52 PM
Hi franciskumar200,
He used gcc cortex ARM compile, it worked. But, actually we didn't test it yet for M33.
Please try in same way as he did. (He tested BSEC library, not BSEC 2 library also)
If you want to request it for us, please visit https://www.bosch-sensortec.com/about-us/contact/contact-form as I asked you before.
I'm not sure whther we can provide or not, but you can get any information from us.
Thanks,
03-12-2022 02:39 PM
03-14-2022 06:47 PM
Hi,
Sorry for confusing.
I found the our supported platforms as below.
and M33 is there, so should be okay with that 🙂
Thank you.
03-28-2022 07:57 AM
Hi Minhwan,
Still my issue is not yet solved.
I tried with other libraries, but there are still some issues.
Is there any desktop standalone application which I can forward my GAS raw values to your BEC library? Will it give the GAS results?
For example i am getting RAW values for GAS = 856789 ohm. should i get the actual GAS index in ppm while i pass this value to your BEC lib.
Regards,
Kumar
03-31-2022 12:11 AM
HI Kumar,
Unfortuantely, we don't have standalone tool for BSEC library.
Need to check in MCU side. What is the your current status?
Can you build your project?
If you can build your project, where you can't get the value? Same as before? Could you get any error message from BSEC example code?
Thank you.