1- NAxisMotion
1+ 9 Axes Motion Library
22-----------
3- The NAxisMotion.cpp and NAxisMotion.h files are C++ wrapper codes for the
3+ The NAxisMotion.cpp and NAxisMotion.h files are C++ wrapper codes for the
44BNO055.c and BNO055.h Sensor API. The wrapper code has been designed to
5- abstract the Sensor API and also to give an idea on how to use the
5+ abstract the Sensor API and also to give an idea on how to use the
66advanced features in the Sensor API. Apart from that it acts a bridge
77between the Sensor API and the Arduino framework. Copy this library into
88"yourArduinoInstallation"/libraries folder.
9-
10-
11- -------------------------------------------------------------------------------
12- There are 4 examples with the NAxisMotion library.
13-
9+
10+
11+ -------------------------------------------------------------------------------
12+ There are 4 examples with the NAxisMotion library.
13+
1414 - BareMinimum: This example code is as the name says the minimum code
1515 required to use the NAxisMotion sensor shield.
16-
16+
1717 - Euler: This example code reads out the Euler angles in the NDoF mode to
1818 the Serial Monitor. It also reads out the Calibration Status. Each sensor
1919 and the System itself has its own Calibration Status. See below on how to
@@ -23,21 +23,19 @@ There are 4 examples with the NAxisMotion library.
2323 associated data which are the Linear Acceleration data, which is the
2424 Accelerometer data without the gravity vector, the other is the Gravity
2525 Acceleration data, which is only the gravity vector.
26-
26+
2727 - Motion: This example code is a game to test how steadily you can move an
2828 object, in this case it is the shield with the Arduino board. The goal is
2929 to demonstrate on how to use the Any motion and No motion Interrupts.
30-
30+
3131Calibration helps the Sensor identify its environment and automatically
3232determine offsets. Follow the instructions below to calibrate your sensor.
3333
3434 - Gyroscope: Keep it steady and do not move it. Preferably keep it on a fixed
3535 surface such as a table.
36-
36+
3737 - Accelerometer: Rotate the shield slowly and pause at every 45deg for a
3838 second. Rotate one 1 axis at a time. Preferably rotate along 2 axes.
39-
39+
4040 - Magnetometer: Move the magnetometer in a large 8 like pattern a few times
4141 gently.
42-
43-
0 commit comments