Skip to content

Commit 85b3ac9

Browse files
linter
1 parent e344d7e commit 85b3ac9

File tree

1 file changed

+6
-5
lines changed
  • content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer

1 file changed

+6
-5
lines changed

content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer/content.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,15 @@ Here is a screenshot of the sketch returning these values:
275275

276276
### Troubleshoot
277277

278-
Sometimes errors occur. If the code is not working, here are some common issues you can troubleshoot:
279-
278+
Sometimes errors occur, if the code is not working there are some common issues we can troubleshoot:
280279
- Missing a bracket or a semicolon.
280+
281281
- Arduino board connected to the wrong port.
282282
- Accidental interruption of cable connection.
283-
- The initial position of the board is not as instructed. In this case, you can reset the board and try again.
284-
- Ensure the **Arduino_BMI270_BMM150** library is properly installed.
283+
- The initial position of the board is not as instructed. In this case you can refresh the page and try again.
284+
285+
285286

286287
## Conclusion
287288

288-
In this simple tutorial, we learned what an IMU sensor module is, how to use the **Arduino_BMI270_BMM150** library, and how to use an Arduino Nano 33 BLE to get data. Furthermore, we utilized the 3-axis accelerometer sensor to measure and print out the degrees and relative position of the board.
289+
In this simple tutorial we learned what an IMU sensor module is, how to use the **LSM9DS1** library, and how to use an Arduino Nano 33 BLE to get data. Furthermore, we utilized the 3-axis accelerometer sensor, in order to measure and print out the degrees and relative position of the board.

0 commit comments

Comments
 (0)