I’m having some trouble with the 9DoF IMU breakout board.
I’ve hooked it up to my Arduino MKR WiFi 1010 board (3.3v, gnd, SDA and SCL). The LED lights and I’ve not modified the board other than to solder headers onto it.
I installed the library and am running the first basic example sketch provided (https://github.com/sparkfun/SparkFun_6D … _basic.ino).
However, the call to myISM.begin() always fails.
I’ve verified with an oscilloscope that the SDA and SCL lines are being driven correctly. The board looks to acknowledge the 0x6B address and whatever byte the sketch is writing first.
How can I diagnose this? Could it be a faulty part?