boschsensortec / Bosch-BME68x-Library

Arduino library for the BME680 and BME688 sensors from Bosch Sensortec
Other
51 stars 16 forks source link

BME68X_E_COM_FAIL #4

Closed joekimeu closed 1 year ago

joekimeu commented 1 year ago

Hello,

I am running a new BME688 device with an Adafruit ESP32 Feather Board. I have imported all necessary zip files into the Arduino IDE and run the basic.ino file; however, I am experiencing an issue.

My output section ends with this:

Screenshot 2023-02-16 at 9 46 05 AM

I understand this isn't necessarily an error, but I'm first wondering if I can evade this message, and second, curious if it relates to what appears on my serial monitor.

My serial Monitor returns " BME68X error code : -2 " which is a communication failure, according to the Bosch API.

Any help would be appreciated.

Thank you in advance, Joe

BST-Github-Admin commented 1 year ago

Duplicate of https://github.com/boschsensortec/Bosch-BSEC2-Library/issues/16