Hi, I am trying to connect Adafruit BNO055 with an esp32c6 board that I have. In the rawdata.ino example of Adafruit_BNO055 Library, it is mentioned that the sda and scl pins should be connected to analog 4,5 pins. But its not working. I am getting the following output:
Pin 4 &5 related to using a UNO or similar , these pins are unlikely to be correct for your processors I2C bus connections .
Are you using the default Ox28 address ?
Is that library compatible with your processor?
I would be useful to
See that code and a wiring diagram .