Hi, I’m currently attempting to connect a BMP280 breakout board to my AMB82-Mini and I’m having issues getting I2C to work. I’ve been using I2C scanning code here: ameba-arduino-d/Arduino_package/hardware/libraries/Wire/examples/I2C_Scanner/I2C_Scanner.ino at dev · Ameba-AIoT/ameba-arduino-d · GitHub
Looking at the serial output, it always tells me that it has found an I2C device at address 0x01, even if there is nothing connected. Is there something else need to be doing to make I2C work?