I can't run BME280 sensor with UNO Wifi Rev2. I installed the BME280 library, I do not get an error when I open the BME280test sample and compile the code, but when I install it, I get the following error.
BME280 test
Could not find a valid BME280 sensor, check wiring, address, sensor ID!
SensorID was: 0x0
ID of 0xFF probably means
a bad address, a BMP 180 or BMP 085
ID of 0x56-0x58 represents a BMP 280,
ID of 0x60 represents a BME 280.
ID of 0x61 represents a BME 680.
My connections are like in the picture, Can you help with the issue?
The UNO WiFi board is the Arduino UNO with integrated Wi-Fi. So, the processor should be ATmega328P. If this is the case, then A4/A5 must be connected with I2C Module of the MCU when "I2C Operation" is selected as alternate function. It is interesting to know why the A4/A5 pins do not assert the SDA/SCL signals. The OP (I do not own this board) may check the continuity among Pin-27(SDA)/Pin-28(SCL) and A4/A5, and SDA/SCL of P3 edge connector (Fig-1) and report his findings.