Hi,
I recently bought a BNO080 (Qwiic) and connected it to my Arduino Nano following the instructions described on https://www.sparkfun.com/products/14686
Hardware modifications:
Hardware Connections:
Besides the hardware setup above I used a bidirectional logic level shifter to go from Arduino 5v to BNO080 3.3v. Next I uploaded the SparkFun_BNO080_Arduino_Library/examples/SPI/Example1-RotationVector sketch from https://github.com/sparkfun/SparkFun_BN … no_Library to my Arduino.
However for some reason I always read back 0xff from the BNO080, what is happening?