- Remove the Arduino Nano 33 BLE Sense board from the box
- Plug the micro USB cable into the board and your computer
- Open the Arduino IDE application on your computer
- Choose the board
Tools -> Board -> Arduino Nano 33 BLE
- Choose the port
Tools -> Port -> COM5 (Arduino Nano 33 BLE)
Note that the actual port may be different on your computer
You can try the example sketches that came with the LSM9DS1 library.
- Open the Simple Accelerometer sketch using
File -> Examples -> Arduino_LSM9DS1 -> SimpleAccelerometer
- Upload the sketch to the board using the
Sketch -> Upload
menu or the right arrow button from the tool bar. - Open the Serial Monitor
Tools -> Serial Monitor
to view the text output - Open the Serial Plotter
Tools -> Serial Plotter
to view the output on a graph