You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: ESP32 Dev Module
Core Installation/update date: Manually updated every day, always using last master
IDE name: Arduino IDE
Flash Frequency: 80Mhz
Upload Speed: 921600
Description:
Hi, I am curerntly working on IOT project and I need to link BSEC library for BME680 sensor. Library link is given below. https://www.bosch-sensortec.com/bst/products/all_products/bsec
This library is compiled for many processor architectures and ESP32 is one of them. However Arduino libraries does not contain ESP32. So I needed to link static ".a" library to my arduino sketch.
Is it possible? Where should I place the ".a" file and which files should I edit to be able link this file to my sketch.
In short, how can one link a static libraries to project?
The text was updated successfully, but these errors were encountered:
I have used the methods mentioned in arduino/Arduino#4336
Changed, platform.txt and libraries required files as said in documents in BSEC.
Arduino builder is also changed to PR219 version, this allows arduino to be able link precompiled libraries.
Hardware:
Board: ESP32 Dev Module
Core Installation/update date: Manually updated every day, always using last master
IDE name: Arduino IDE
Flash Frequency: 80Mhz
Upload Speed: 921600
Description:
Hi, I am curerntly working on IOT project and I need to link BSEC library for BME680 sensor. Library link is given below.
https://www.bosch-sensortec.com/bst/products/all_products/bsec
This library is compiled for many processor architectures and ESP32 is one of them. However Arduino libraries does not contain ESP32. So I needed to link static ".a" library to my arduino sketch.
Is it possible? Where should I place the ".a" file and which files should I edit to be able link this file to my sketch.
In short, how can one link a static libraries to project?
The text was updated successfully, but these errors were encountered: