I just purchased a Nano 33 BLE. I installed the board for it and the LSM6DS3 library from Arduino.
I opened the example for the accelerometer. When I run it it fails the IMU.begin.
I know this because I commented out everything except that and added a Serial.println("loop"); inside the loop function.
When I leave the while(1) inside the !IMU.begin block it never starts printing loop. When I comment out that while(1) loop starts printing out.
So how can I fix this? I was hoping this would just work.
Thank you for moving this to the correct forum.