boschsensortec / Bosch-BSEC2-Library

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

Example basic_config_state.ino uploaded on Nicla Sense Me sensor error #23

Closed nanotechdave closed 1 year ago

nanotechdave commented 1 year ago

When the basic_config_state.ino sketch (examples/generic_examples/basic_config_state/basic_config_state.ino) is uploaded on a Nicla Sense Me it returns the following error: BME68X error code : -2 when envSensor.begin(BME68X_I2C_ADDR_LOW, Wire) is called.

Printing the error string by inspecting bsec.sensor.statusString() it returns Communication failure. Any idea how to fix this?

BST-Github-Admin commented 1 year ago

@nanotechdave , the BME688 is connected to the BHI260AP and not to the nRF52 MCU. However this library is integrated into the BHI260AP freeing up memory and processing needs of your MCU. New features are added through pull-requests to the Arduino_BHY2 library.

nanotechdave commented 1 year ago

Thank you!