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
My program stops when I have a BME280 sensor connected to the board via I2C. Exactly on the command: bme.begin ();
If the sensor is not connected to the board, the program works correctly, it does not stop. I get the message on the serial port: Could not find BME280I2C sensor!
repeated every second. I used the example BME280_Modes.
This happens on the configuration:
MCU: STM32F103C8 blue pill
Arduino IDE version 1.8.12
Official Core 1.9.0
Library version 2.3.0
Interestingly, the sample sketch works correctly on the configuration:
MCU: STM32F103C8 blue pill
Arduino IDE version 1.8.12
Roger's core 2020.5.16
Library version 2.3.0
It also receives correct measurement results.
Unfortunately, I would like the library to work with the Official Core due to other peripherals and libraries.
Please help.
The text was updated successfully, but these errors were encountered:
My program stops when I have a BME280 sensor connected to the board via I2C. Exactly on the command:
bme.begin ();
If the sensor is not connected to the board, the program works correctly, it does not stop. I get the message on the serial port:
Could not find BME280I2C sensor!
repeated every second. I used the example BME280_Modes.
This happens on the configuration:
Interestingly, the sample sketch works correctly on the configuration:
It also receives correct measurement results.
Unfortunately, I would like the library to work with the Official Core due to other peripherals and libraries.
Please help.
The text was updated successfully, but these errors were encountered: