Hello there,
I am trying to use BME680 sensor with STM32 ARM Cortex F4 MCU, I succesfully implemented bme680 codes and it is working well, I can read temp, resistance, humidity and pressure values.
Than i proceed on implementing Bsec application, I succesfully added and compiled libalgobsec.a library file to Keil uVision. I tried to use source codes written for arduino, but i can not understand exactly how i get IAQ values and other user-level sensor outputs. Which function I need to call or what defines do I need.
I am very new at this forum, so i am sorry if any anomalius situation here by estabilishing this topic here. Thanks everyone, in advance.
The source code for Arduino is just one possible platform to run BSEC. If you are not using the Arduino IDE in your project, I would recommend that you take a look at the example code in the 'examples' folder of the BSEC release package, especially bsec_iot_example.c and bsec_integration.c/.h. I would also recommend you to have a look at the 'Integration Guide" application note (under the "integration_guide" folder).
Hi,
From your post, I observed that you successfully integrated the BME680 with STM32. I am also trying to integrate BME680 with STM32F469 through STM32Cube IDE. Unfortunately, I encountered a problem while adding the compiled library "libalgobsec.a". Could you please guide me to add the compiled library. I attched the error message which i got during building the project.
Thanks in advance!!