boschsensortec / Bosch-BSEC2-Library

Arduino library to simplify using Bosch Sensortec's BSEC2 library
Other
73 stars 30 forks source link

Compilation error: text section exceeds available space in board #11

Open dadshade12 opened 1 year ago

dadshade12 commented 1 year ago

Not sure what is happening here but when I run the bme68x_demo_sample on a feather esb32 with all the same library versions listed I am getting this error

Screen Shot 2022-11-24 at 9 50 08 PM
BST-Github-Admin commented 1 year ago

Hi @dadshade12, ESP32 variant are you using? We have it tested for the Huzzah32 from Adafruit.

dadshade12 commented 1 year ago

I’m using the Huzzah32 feather board from adafruit

On Mon, Dec 5, 2022 at 2:41 AM Bosch Sensortec @.***> wrote:

Hi @dadshade12 https://github.com/dadshade12, ESP32 variant are you using? We have it tested for the Huzzah32 from Adafruit.

— Reply to this email directly, view it on GitHub https://github.com/BoschSensortec/Bosch-BSEC2-Library/issues/11#issuecomment-1337114684, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJOIDURCSJCYL7A2EYPAULWLXBFVANCNFSM6AAAAAASK7IC3U . You are receiving this because you were mentioned.Message ID: @.***>

victor-h-costa commented 1 year ago

I am having the same problem with the Huzzah32 from Adafruit Sketch uses 1403605 bytes (107%) of program storage space. Maximum is 1310720 bytes. For the bme68x_demo_sample.ino project in Bosch_BSEC2_Library/examples/bme68x_demo_sample

victor-h-costa commented 1 year ago

I ended up slimming down the sketch to around 473k by removing the bleController and related code for DEMO_BLE_STREAMING_MODE

Deepak-Mvk commented 1 year ago

This has been tested on the BME 688 development kit and found to be working fine. Kindly ensure that the library versions installed are as mentioned on this page - Quick_Start_Guide