As of v1.0.3, you will need to wire up the reset and interrupt pins. Using only the I2C port was not sufficient enough to get the BNO086 to work reliably with a microcontroller.
Thanks I totally missed when I scanned through it. Probably should have put that up front on the product page or in the examples. Right now the examples just say not recommended and still give you the option.
I would first check your wiring to make sure you have sda and scl connected correctly. Also not really should show more info - what pins are connected to what pins on the wifi board. Also would suggest trying to set the clock to 100khz first. also what sketch are you using.
@VanDoan As I mentioned in your cross post, it is an extremely bad idea to connect 5V processor I/O pins (as on the Uno R4 WiFi) to I/O pins on a 3.3V sensor, without using logic level shifters. If you have done so, you may already have damaged one or both boards.