Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/04-inav-configurator/calibration-tab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Calibrate with flight battery powering up the aircraft.

Press "Calibrate Magnetometer" button.

You have 30 seconds to hold the copter in the air and rotate it so that each side (front, back, left, right, top and bottom) points down towards the earth. However the algorithm is smart enough to calculate the proper calibration values even if you simply wave the copter in the air for 30 seconds after pressing "Calibrate Magnetometer" button.
You have 30 seconds to hold the copter in the air and rotate it so that each side (front, back, left, right, top and bottom) points down towards the earth. However the algorithm is smart enough to calculate the proper calibration values even if you simply wave the copter in the air for that time after pressing "Calibrate Magnetometer" button. The duration is the CLI setting `mag_calibration_time` (default 30, range 20 to 120 seconds); the Configurator countdown follows whatever the flight controller reports.

### Compass calibration using stick functions

Calibrating Mag/Compass without the need to be connected to a computer can extremely convenient while out in the field.
The [Stick Controls](../05-core-features/stick-controls.mdx) page describes the various capabilities of adjusting the craft's controls using the TX sticks.
As described in this document, calibrate the compass by moving the left stick up and to the right while at the same time, move the right stick down and to the center.
The flight controller will sound two quick beeps indicating the start of the calibration. Move the craft as indicated in the paragraph above.
After 30 seconds, the flight controller will sound a single beep indicating the completion of the process.
When the time set by `mag_calibration_time` has elapsed, the flight controller will sound a single beep indicating the completion of the process.

### Verifying that compass is calibrated properly

Expand Down
4 changes: 2 additions & 2 deletions docs/05-core-features/compass.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Calibrate with flight battery powering up the aircraft.

1. Press "Calibrate Magnetometer" button.

1. Within 30 seconds, hold the aircraft in the air and rotate it so that each side (front, back, left, right, top and bottom) points down towards the earth.
1. Within the calibration window - the CLI setting `mag_calibration_time`, default 30 seconds, range 20 to 120 - hold the aircraft in the air and rotate it so that each side (front, back, left, right, top and bottom) points down towards the earth.
The algorithm is smart enough to calculate the proper calibration values even if each side does not see a complete rotation after pressing the "Calibrate Magnetometer" button.

### Compass Calibration Using Stick Commands
Expand All @@ -214,7 +214,7 @@ The [Stick Controls](./stick-controls.mdx) page describes the various capabiliti
![Compass Calibration Stick Command](/img/features-core/StickPositions_calibrate_compass.png)

1. Move the craft as indicated in the paragraph above.
After 30 seconds, the flight controller will sound a single beep indicating the completion of the process.
When the time set by `mag_calibration_time` has elapsed, the flight controller will sound a single beep indicating the completion of the process.

## Calibration Tips

Expand Down