Open EmilM256 opened 4 years ago
Did you try calling Wire.begin() before bme.begin()?
I have the same issue -- wire.begin() works fine but it hangs at bme.begin()
Its really hard for me to give any useful advice without know what hardware you are running on, examples of code, etc
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.