Complete Parameter List


This is a complete list of the parameters which can be set via the MAVLink protocol in the EEPROM of your autopilot to control vehicle behaviour. This list is automatically generated from the latest ardupilot source code, and so may contain parameters which are not yet in the stable released versions of the code.

[toc exclude="Complete Parameter List"]

ArduPlane Parameters

Eeprom format version number (ArduPlane:FORMAT_VERSION)

Note: This parameter is for advanced users

This value is incremented when changes are made to the eeprom format

MAVLink system ID of this vehicle (ArduPlane:SYSID_THISMAV)

Note: This parameter is for advanced users

Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network

Ground station MAVLink system ID (ArduPlane:SYSID_MYGCS)

Note: This parameter is for advanced users

The identifier of the ground station in the MAVLink protocol. Don't change this unless you also modify the ground station to match.

Autotune level (ArduPlane:AUTOTUNE_LEVEL)

Level of aggressiveness of pitch and roll PID gains. Lower values result in a 'softer' tune. Level 6 recommended for most planes. A value of 0 means to keep the current values of RMAX and TCONST for the controllers, tuning only the PID values

Telemetry startup delay (ArduPlane:TELEM_DELAY)

The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up

GCS PID tuning mask (ArduPlane:GCS_PID_MASK)

Note: This parameter is for advanced users

bitmask of PIDs to send MAVLink PID_TUNING messages for

Rudder Mix (ArduPlane:KFF_RDDRMIX)

Amount of rudder to add during aileron movement. Increase if nose initially yaws away from roll. Reduces adverse yaw.

Throttle to Pitch Mix (ArduPlane:KFF_THR2PTCH)

Note: This parameter is for advanced users

Pitch up to add in proportion to throttle. 100% throttle will add this number of degrees to the pitch target.

Low throttle pitch down trim (ArduPlane:STAB_PITCH_DOWN)

Note: This parameter is for advanced users

Degrees of down pitch added when throttle is below TRIM_THROTTLE in FBWA and AUTOTUNE modes. Scales linearly so full value is added when THR_MIN is reached. Helps to keep airspeed higher in glides or landing approaches and prevents accidental stalls. 2 degrees recommended for most planes.

Glide slope minimum (ArduPlane:GLIDE_SLOPE_MIN)

Note: This parameter is for advanced users

This controls the minimum altitude change for a waypoint before a glide slope will be used instead of an immediate altitude change. The default value is 15 meters, which helps to smooth out waypoint missions where small altitude changes happen near waypoints. If you don't want glide slopes to be used in missions then you can set this to zero, which will disable glide slope calculations. Otherwise you can set it to a minimum number of meters of altitude error to the destination waypoint before a glide slope will be used to change altitude.

Glide slope threshold (ArduPlane:GLIDE_SLOPE_THR)

Note: This parameter is for advanced users

This controls the height above the glide slope the plane may be before rebuilding a glide slope. This is useful for smoothing out an autotakeoff

Stick Mixing (ArduPlane:STICK_MIXING)

Note: This parameter is for advanced users

When enabled, this adds user stick input to the control surfaces in auto modes, allowing the user to have some degree of flight control without changing modes. There are two types of stick mixing available. If you set STICK_MIXING to 1 then it will use "fly by wire" mixing, which controls the roll and pitch in the same way that the FBWA mode does. This is the safest option if you usually fly ArduPlane in FBWA or FBWB mode. If you set STICK_MIXING to 2 then it will enable direct mixing mode, which is what the STABILIZE mode uses. That will allow for much more extreme maneuvers while in AUTO mode. If you set STICK_MIXING to 3 then it will apply to the yaw while in quadplane modes only, such as while doing an automatic VTOL takeoff or landing.

Use FBWA steering in AUTO (ArduPlane:AUTO_FBW_STEER)

Note: This parameter is for advanced users

When enabled this option gives FBWA navigation and steering in AUTO mode. This can be used to allow manual stabilised piloting with waypoint logic for triggering payloads. With this enabled the pilot has the same control over the plane as in FBWA mode, and the normal AUTO navigation is completely disabled. THIS OPTION IS NOT RECOMMENDED FOR NORMAL USE.

Takeoff throttle min speed (ArduPlane:TKOFF_THR_MINSPD)

Minimum GPS ground speed in m/s used by the speed check that un-suppresses throttle in auto-takeoff. This can be be used for catapult launches where you want the motor to engage only after the plane leaves the catapult, but it is preferable to use the TKOFF_THR_MINACC and TKOFF_THR_DELAY parameters for catapult launches due to the errors associated with GPS measurements. For hand launches with a pusher prop it is strongly advised that this parameter be set to a value no less than 4 m/s to provide additional protection against premature motor start. Note that the GPS velocity will lag the real velocity by about 0.5 seconds. The ground speed check is delayed by the TKOFF_THR_DELAY parameter.

Takeoff throttle min acceleration (ArduPlane:TKOFF_THR_MINACC)

Minimum forward acceleration in m/s/s before arming the ground speed check in auto-takeoff. This is meant to be used for hand launches. Setting this value to 0 disables the acceleration test which means the ground speed check will always be armed which could allow GPS velocity jumps to start the engine. For hand launches and bungee launches this should be set to around 15. Also see TKOFF_ACCEL_CNT paramter for control of full "shake to arm".

Takeoff throttle delay (ArduPlane:TKOFF_THR_DELAY)

This parameter sets the time delay (in 1/10ths of a second) that the ground speed check is delayed after the forward acceleration check controlled by TKOFF_THR_MINACC has passed. For hand launches with pusher propellers it is essential that this is set to a value of no less than 2 (0.2 seconds) to ensure that the aircraft is safely clear of the throwers arm before the motor can start. For bungee launches a larger value can be used (such as 30) to give time for the bungee to release from the aircraft before the motor is started.

Takeoff tail dragger elevator (ArduPlane:TKOFF_TDRAG_ELEV)

This parameter sets the amount of elevator to apply during the initial stage of a takeoff. It is used to hold the tail wheel of a taildragger on the ground during the initial takeoff stage to give maximum steering. This option should be combined with the TKOFF_TDRAG_SPD1 option and the GROUND_STEER_ALT option along with tuning of the ground steering controller. A value of zero means to bypass the initial "tail hold" stage of takeoff. Set to zero for hand and catapult launch. For tail-draggers you should normally set this to 100, meaning full up elevator during the initial stage of takeoff. For most tricycle undercarriage aircraft a value of zero will work well, but for some tricycle aircraft a small negative value (say around -20 to -30) will apply down elevator which will hold the nose wheel firmly on the ground during initial acceleration. Only use a negative value if you find that the nosewheel doesn't grip well during takeoff. Too much down elevator on a tricycle undercarriage may cause instability in steering as the plane pivots around the nosewheel. Add down elevator 10 percent at a time.

Takeoff tail dragger speed1 (ArduPlane:TKOFF_TDRAG_SPD1)

This parameter sets the airspeed at which to stop holding the tail down and transition to rudder control of steering on the ground. When TKOFF_TDRAG_SPD1 is reached the pitch of the aircraft will be held level until TKOFF_ROTATE_SPD is reached, at which point the takeoff pitch specified in the mission will be used to "rotate" the pitch for takeoff climb. Set TKOFF_TDRAG_SPD1 to zero to go straight to rotation. This should be set to zero for hand launch and catapult launch. It should also be set to zero for tricycle undercarriages unless you are using the method above to genetly hold the nose wheel down. For tail dragger aircraft it should be set just below the stall speed.

Takeoff rotate speed (ArduPlane:TKOFF_ROTATE_SPD)

This parameter sets the airspeed at which the aircraft will "rotate", setting climb pitch specified in the mission. If TKOFF_ROTATE_SPD is zero then the climb pitch will be used as soon as takeoff is started. For hand launch and catapult launches a TKOFF_ROTATE_SPD of zero should be set. For all ground launches TKOFF_ROTATE_SPD should be set above the stall speed, usually by about 10 to 30 percent

Takeoff throttle slew rate (ArduPlane:TKOFF_THR_SLEW)

This parameter sets the slew rate for the throttle during auto takeoff. When this is zero the THR_SLEWRATE parameter is used during takeoff. For rolling takeoffs it can be a good idea to set a lower slewrate for takeoff to give a slower acceleration which can improve ground steering control. The value is a percentage throttle change per second, so a value of 20 means to advance the throttle over 5 seconds on takeoff. Values below 20 are not recommended as they may cause the plane to try to climb out with too little throttle. A value of -1 means no limit on slew rate in takeoff.

Takeoff pitch limit reduction (ArduPlane:TKOFF_PLIM_SEC)

Note: This parameter is for advanced users

This parameter reduces the pitch minimum limit of an auto-takeoff just a few seconds before it reaches the target altitude. This reduces overshoot by allowing the flight controller to start leveling off a few seconds before reaching the target height. When set to zero, the mission pitch min is enforced all the way to and through the target altitude, otherwise the pitch min slowly reduces to zero in the final segment. This is the pitch_min, not the demand. The flight controller should still be commanding to gain altitude to finish the takeoff but with this param it is not forcing it higher than it wants to be.

Takeoff flap percentage (ArduPlane:TKOFF_FLAP_PCNT)

Note: This parameter is for advanced users

The amount of flaps (as a percentage) to apply in automatic takeoff

Level flight roll limit (ArduPlane:LEVEL_ROLL_LIMIT)

This controls the maximum bank angle in degrees during flight modes where level flight is desired, such as in the final stages of landing, and during auto takeoff. This should be a small angle (such as 5 degrees) to prevent a wing hitting the runway during takeoff or landing. Setting this to zero will completely disable heading hold on auto takeoff and final landing approach.

Bitmask for when to allow negative reverse thrust (ArduPlane:USE_REV_THRUST)

Note: This parameter is for advanced users

This controls when to use reverse thrust. If set to zero then reverse thrust is never used. If set to a non-zero value then the bits correspond to flight stages where reverse thrust may be used. The most commonly used value for USE_REV_THRUST is 2, which means AUTO_LAND only. That enables reverse thrust in the landing stage of AUTO mode. Another common choice is 1, which means to use reverse thrust in all auto flight stages. Reverse thrust is always used in MANUAL mode if enabled with THR_MIN < 0. In non-autothrottle controlled modes, if reverse thrust is not used, then THR_MIN is effectively set to 0 for that mode.

Navigation controller selection (ArduPlane:NAV_CONTROLLER)

Which navigation controller to enable. Currently the only navigation controller available is L1. From time to time other experimental controllers will be added which are selected using this parameter.

Altitude control algorithm (ArduPlane:ALT_CTRL_ALG)

Note: This parameter is for advanced users

This sets what algorithm will be used for altitude control. The default is zero, which selects the most appropriate algorithm for your airframe. Currently the default is to use TECS (total energy control system). From time to time we will add other experimental altitude control algorithms which will be selected using this parameter.

Altitude offset (ArduPlane:ALT_OFFSET)

Note: This parameter is for advanced users

This is added to the target altitude in automatic flight. It can be used to add a global altitude offset to a mission

Waypoint Radius (ArduPlane:WP_RADIUS)

Defines the maximum distance from a waypoint that when crossed indicates the waypoint may be complete. To avoid the aircraft looping around the waypoint in case it misses by more than the WP_RADIUS an additional check is made to see if the aircraft has crossed a "finish line" passing through the waypoint and perpendicular to the flight path from the previous waypoint. If that finish line is crossed then the waypoint is considered complete. Note that the navigation controller may decide to turn later than WP_RADIUS before a waypoint, based on how sharp the turn is and the speed of the aircraft. It is safe to set WP_RADIUS much larger than the usual turn radius of your aircraft and the navigation controller will work out when to turn. If you set WP_RADIUS too small then you will tend to overshoot the turns.

Waypoint Maximum Radius (ArduPlane:WP_MAX_RADIUS)

Sets the maximum distance to a waypoint for the waypoint to be considered complete. This overrides the "cross the finish line" logic that is normally used to consider a waypoint complete. For normal AUTO behaviour this parameter should be set to zero. Using a non-zero value is only recommended when it is critical that the aircraft does approach within the given radius, and should loop around until it has done so. This can cause the aircraft to loop forever if its turn radius is greater than the maximum radius set.

Waypoint Loiter Radius (ArduPlane:WP_LOITER_RAD)

Defines the distance from the waypoint center, the plane will maintain during a loiter. If you set this value to a negative number then the default loiter direction will be counter-clockwise instead of clockwise.

RTL loiter radius (ArduPlane:RTL_RADIUS)

Defines the radius of the loiter circle when in RTL mode. If this is zero then WP_LOITER_RAD is used. If the radius is negative then a counter-clockwise is used. If positive then a clockwise loiter is used.

Enable stall prevention (ArduPlane:STALL_PREVENTION)

Enables roll limits at low airspeed in roll limiting flight modes. Roll limits based on aerodynamic load factor in turns and scale on ARSPD_FBW_MIN that must be set correctly. Without airspeed sensor, uses synthetic airspeed from wind speed estimate that may both be inaccurate.

Minimum Airspeed (ArduPlane:ARSPD_FBW_MIN)

Minimum airspeed demanded in automatic throttle modes. Should be set to 20% higher than level flight stall speed.

Maximum Airspeed (ArduPlane:ARSPD_FBW_MAX)

Maximum airspeed demanded in automatic throttle modes. Should be set slightly less than level flight speed at THR_MAX and also at least 50% above ARSPD_FBW_MIN to allow for accurate TECS altitude control.

Fly By Wire elevator reverse (ArduPlane:FBWB_ELEV_REV)

Reverse sense of elevator in FBWB and CRUISE modes. When set to 0 up elevator (pulling back on the stick) means to lower altitude. When set to 1, up elevator means to raise altitude.

Use terrain following (ArduPlane:TERRAIN_FOLLOW)

This enables terrain following for CRUISE mode, FBWB mode, RTL and for rally points. To use this option you also need to set TERRAIN_ENABLE to 1, which enables terrain data fetching from the GCS, and you need to have a GCS that supports sending terrain data to the aircraft. When terrain following is enabled then CRUISE and FBWB mode will hold height above terrain rather than height above home. In RTL the return to launch altitude will be considered to be a height above the terrain. Rally point altitudes will be taken as height above the terrain. This option does not affect mission items, which have a per-waypoint flag for whether they are height above home or height above the terrain. To use terrain following missions you need a ground station which can set the waypoint type to be a terrain height waypoint when creating the mission.

Terrain lookahead (ArduPlane:TERRAIN_LOOKAHD)

This controls how far ahead the terrain following code looks to ensure it stays above upcoming terrain. A value of zero means no lookahead, so the controller will track only the terrain directly below the aircraft. The lookahead will never extend beyond the next waypoint when in AUTO mode.

Fly By Wire B altitude change rate (ArduPlane:FBWB_CLIMB_RATE)

This sets the rate in m/s at which FBWB and CRUISE modes will change its target altitude for full elevator deflection. Note that the actual climb rate of the aircraft can be lower than this, depending on your airspeed and throttle control settings. If you have this parameter set to the default value of 2.0, then holding the elevator at maximum deflection for 10 seconds would change the target altitude by 20 meters.

Minimum Throttle (ArduPlane:THR_MIN)

Minimum throttle percentage used in all modes except manual, provided THR_PASS_STAB is not set. Negative values allow reverse thrust if hardware supports it.

Maximum Throttle (ArduPlane:THR_MAX)

Maximum throttle percentage used in all modes except manual, provided THR_PASS_STAB is not set.

Maximum Throttle for takeoff (ArduPlane:TKOFF_THR_MAX)

Note: This parameter is for advanced users

The maximum throttle setting during automatic takeoff. If this is zero then THR_MAX is used for takeoff as well.

Throttle slew rate (ArduPlane:THR_SLEWRATE)

Maximum change in throttle percentage per second. Lower limit based on 1 microsend of servo increase per loop. Divide SCHED_LOOP_RATE by approximately 10 to determine minimum achievable value.

Flap slew rate (ArduPlane:FLAP_SLEWRATE)

Note: This parameter is for advanced users

maximum percentage change in flap output per second. A setting of 25 means to not change the flap by more than 25% of the full flap range in one second. A value of 0 means no rate limiting.

Throttle suppress manual passthru (ArduPlane:THR_SUPP_MAN)

Note: This parameter is for advanced users

When throttle is suppressed in auto mode it is normally forced to zero. If you enable this option, then while suppressed it will be manual throttle. This is useful on petrol engines to hold the idle throttle manually while waiting for takeoff

Throttle passthru in stabilize (ArduPlane:THR_PASS_STAB)

Note: This parameter is for advanced users

If this is set then when in STABILIZE, FBWA or ACRO modes the throttle is a direct passthru from the transmitter. This means the THR_MIN and THR_MAX settings are not used in these modes. This is useful for petrol engines where you setup a throttle cut switch that suppresses the throttle below the normal minimum.

Throttle and RC Failsafe Enable (ArduPlane:THR_FAILSAFE)

0 disables the failsafe. 1 enables failsafe on loss of RC input. This is detected either by throttle values below THR_FS_VALUE, loss of receiver valid pulses/data, or by the FS bit in receivers that provide it, like SBUS. A programmable failsafe action will occur and RC inputs, if present, will be ignored. A value of 2 means that the RC inputs won't be used when RC failsafe is detected by any of the above methods, but it won't trigger an RC failsafe action.

Throttle Failsafe Value (ArduPlane:THR_FS_VALUE)

The PWM level on the throttle input channel below which throttle failsafe triggers. Note that this should be well below the normal minimum for your throttle channel.

Throttle cruise percentage (ArduPlane:TRIM_THROTTLE)

Target percentage of throttle to apply for flight in automatic throttle modes and throttle percentage that maintains TRIM_ARSPD_CM. Caution: low battery voltages at the end of flights may require higher throttle to maintain airspeed.

Throttle nudge enable (ArduPlane:THROTTLE_NUDGE)

When enabled, this uses the throttle input in auto-throttle modes to 'nudge' the throttle or airspeed to higher or lower values. When you have an airspeed sensor the nudge affects the target airspeed, so that throttle inputs above 50% will increase the target airspeed from TRIM_ARSPD_CM up to a maximum of ARSPD_FBW_MAX. When no airspeed sensor is enabled the throttle nudge will push up the target throttle for throttle inputs above 50%.

Short failsafe action (ArduPlane:FS_SHORT_ACTN)

The action to take on a short (FS_SHORT_TIMEOUT) failsafe event. A short failsafe event can be triggered either by loss of RC control (see THR_FS_VALUE) or by loss of GCS control (see FS_GCS_ENABL). If in CIRCLE or RTL mode this parameter is ignored. A short failsafe event in stabilization and manual modes will cause a change to CIRCLE mode if FS_SHORT_ACTN is 0 or 1, and a change to FBWA mode if FS_SHORT_ACTN is 2. In all other modes (AUTO, GUIDED and LOITER) a short failsafe event will cause no mode change if FS_SHORT_ACTN is set to 0, will cause a change to CIRCLE mode if set to 1 and will change to FBWA mode if set to 2. Please see the documentation for FS_LONG_ACTN for the behaviour after FS_LONG_TIMEOUT seconds of failsafe.

Short failsafe timeout (ArduPlane:FS_SHORT_TIMEOUT)

The time in seconds that a failsafe condition has to persist before a short failsafe event will occur. This defaults to 1.5 seconds

Long failsafe action (ArduPlane:FS_LONG_ACTN)

The action to take on a long (FS_LONG_TIMEOUT seconds) failsafe event. If the aircraft was in a stabilization or manual mode when failsafe started and a long failsafe occurs then it will change to RTL mode if FS_LONG_ACTN is 0 or 1, and will change to FBWA if FS_LONG_ACTN is set to 2. If the aircraft was in an auto mode (such as AUTO or GUIDED) when the failsafe started then it will continue in the auto mode if FS_LONG_ACTN is set to 0, will change to RTL mode if FS_LONG_ACTN is set to 1 and will change to FBWA mode if FS_LONG_ACTN is set to 2. If FS_LONG_ACTION is set to 3, the parachute will be deployed (make sure the chute is configured and enabled).

Long failsafe timeout (ArduPlane:FS_LONG_TIMEOUT)

The time in seconds that a failsafe condition has to persist before a long failsafe event will occur. This defaults to 5 seconds.

GCS failsafe enable (ArduPlane:FS_GCS_ENABL)

Enable ground control station telemetry failsafe. Failsafe will trigger after FS_LONG_TIMEOUT seconds of no MAVLink heartbeat messages. There are three possible enabled settings. Setting FS_GCS_ENABL to 1 means that GCS failsafe will be triggered when the aircraft has not received a MAVLink HEARTBEAT message. Setting FS_GCS_ENABL to 2 means that GCS failsafe will be triggered on either a loss of HEARTBEAT messages, or a RADIO_STATUS message from a MAVLink enabled 3DR radio indicating that the ground station is not receiving status updates from the aircraft, which is indicated by the RADIO_STATUS.remrssi field being zero (this may happen if you have a one way link due to asymmetric noise on the ground station and aircraft radios).Setting FS_GCS_ENABL to 3 means that GCS failsafe will be triggered by Heartbeat(like option one), but only in AUTO mode. WARNING: Enabling this option opens up the possibility of your plane going into failsafe mode and running the motor on the ground it it loses contact with your ground station. If this option is enabled on an electric plane then you should enable ARMING_REQUIRED.

Flightmode channel (ArduPlane:FLTMODE_CH)

Note: This parameter is for advanced users

RC Channel to use for flight mode control

FlightMode1 (ArduPlane:FLTMODE1)

Flight mode for switch position 1 (910 to 1230 and above 2049)

FlightMode2 (ArduPlane:FLTMODE2)

Flight mode for switch position 2 (1231 to 1360)

FlightMode3 (ArduPlane:FLTMODE3)

Flight mode for switch position 3 (1361 to 1490)

FlightMode4 (ArduPlane:FLTMODE4)

Flight mode for switch position 4 (1491 to 1620)

FlightMode5 (ArduPlane:FLTMODE5)

Flight mode for switch position 5 (1621 to 1749)

FlightMode6 (ArduPlane:FLTMODE6)

Flight mode for switch position 6 (1750 to 2049)

Initial flight mode (ArduPlane:INITIAL_MODE)

Note: This parameter is for advanced users

This selects the mode to start in on boot. This is useful for when you want to start in AUTO mode on boot without a receiver.

Maximum Bank Angle (ArduPlane:LIM_ROLL_CD)

Maximum bank angle commanded in modes with stabilized limits. Increase this value for sharper turns, but decrease to prevent accelerated stalls.

Maximum Pitch Angle (ArduPlane:LIM_PITCH_MAX)

Maximum pitch up angle commanded in modes with stabilized limits.

Minimum Pitch Angle (ArduPlane:LIM_PITCH_MIN)

Maximum pitch down angle commanded in modes with stabilized limits

ACRO mode roll rate (ArduPlane:ACRO_ROLL_RATE)

The maximum roll rate at full stick deflection in ACRO mode

ACRO mode pitch rate (ArduPlane:ACRO_PITCH_RATE)

The maximum pitch rate at full stick deflection in ACRO mode

ACRO mode attitude locking (ArduPlane:ACRO_LOCKING)

Enable attitude locking when sticks are released

Ground steer altitude (ArduPlane:GROUND_STEER_ALT)

Altitude at which to use the ground steering controller on the rudder. If non-zero then the STEER2SRV controller will be used to control the rudder for altitudes within this limit of the home altitude.

Ground steer rate (ArduPlane:GROUND_STEER_DPS)

Note: This parameter is for advanced users

Ground steering rate in degrees per second for full rudder stick deflection

Automatic trim adjustment (ArduPlane:TRIM_AUTO)

Enables the setting SERVOn_TRIM values to current levels when switching out of MANUAL mode. Should not be left on as mode switches while the plane is rolling or pitching can cause invalid trim values and subsequent unstable behavior. See newer and safer SERVO_AUTO_TRIM parameter for automated results.

Mixing Gain (ArduPlane:MIXING_GAIN)

The gain for the Vtail and elevon output mixers. The default is 0.5, which ensures that the mixer doesn't saturate, allowing both input channels to go to extremes while retaining control over the output. Hardware mixers often have a 1.0 gain, which gives more servo throw, but can saturate. If you don't have enough throw on your servos with VTAIL_OUTPUT or ELEVON_OUTPUT enabled then you can raise the gain using MIXING_GAIN. The mixer allows outputs in the range 900 to 2100 microseconds.

Rudder only aircraft (ArduPlane:RUDDER_ONLY)

Enable rudder only mode. The rudder will control attitude in attitude controlled modes (such as FBWA). You should setup your transmitter to send roll stick inputs to the RCMAP_YAW channel (normally channel 4). The rudder servo should be attached to the RCMAP_YAW channel as well. Note that automatic ground steering will be disabled for rudder only aircraft. You should also set KFF_RDDRMIX to 1.0. You will also need to setup the YAW2SRV_DAMP yaw damping appropriately for your aircraft. A value of 0.5 for YAW2SRV_DAMP is a good starting point.

Mixing Offset (ArduPlane:MIXING_OFFSET)

The offset for the Vtail and elevon output mixers, as a percentage. This can be used in combination with MIXING_GAIN to configure how the control surfaces respond to input. The response to aileron or elevator input can be increased by setting this parameter to a positive or negative value. A common usage is to enter a positive value to increase the aileron response of the elevons of a flying wing. The default value of zero will leave the aileron-input response equal to the elevator-input response.

Differential spoilers rudder rate (ArduPlane:DSPOILR_RUD_RATE)

Sets the amount of deflection that the rudder output will apply to the differential spoilers, as a percentage. The default value of 100 results in full rudder applying full deflection. A value of 0 will result in the differential spoilers exactly following the elevons (no rudder effect).

Num Resets (ArduPlane:SYS_NUM_RESETS)

Note: This parameter is for advanced users

Number of APM board resets

Log bitmask (ArduPlane:LOG_BITMASK)

Note: This parameter is for advanced users

Bitmap of what on-board log types to enable. This value is made up of the sum of each of the log types you want to be saved. It is usually best just to enable all log types by setting this to 65535. The individual bits are ATTITUDE_FAST=1, ATTITUDE_MEDIUM=2, GPS=4, PerformanceMonitoring=8, ControlTuning=16, NavigationTuning=32, Mode=64, IMU=128, Commands=256, Battery=512, Compass=1024, TECS=2048, Camera=4096, RCandServo=8192, Sonar=16384, Arming=32768, FullLogs=65535

Target airspeed (ArduPlane:TRIM_ARSPD_CM)

Target airspeed in cm/s in automatic throttle modes. Value is as an indicated (calibrated/apparent) airspeed.

speed used for speed scaling calculations (ArduPlane:SCALING_SPEED)

Note: This parameter is for advanced users

Airspeed in m/s to use when calculating surface speed scaling. Note that changing this value will affect all PID values

Minimum ground speed (ArduPlane:MIN_GNDSPD_CM)

Note: This parameter is for advanced users

Minimum ground speed in cm/s when under airspeed control

Pitch angle offset (ArduPlane:TRIM_PITCH_CD)

Note: This parameter is for advanced users

Offset applied to AHRS pitch used for in-flight pitch trimming. Correct ground leveling is better than changing this parameter.

RTL altitude (ArduPlane:ALT_HOLD_RTL)

Target altitude above home for RTL mode. Maintains current altitude if set to -1. Rally point altitudes are used if plane does not return to home.

Minimum altitude for FBWB mode (ArduPlane:ALT_HOLD_FBWCM)

This is the minimum altitude in centimeters that FBWB and CRUISE modes will allow. If you attempt to descend below this altitude then the plane will level off. A value of zero means no limit.

Flap 1 percentage (ArduPlane:FLAP_1_PERCNT)

Note: This parameter is for advanced users

The percentage change in flap position when FLAP_1_SPEED is reached. Use zero to disable flaps

Flap 1 speed (ArduPlane:FLAP_1_SPEED)

Note: This parameter is for advanced users

The speed in meters per second at which to engage FLAP_1_PERCENT of flaps. Note that FLAP_1_SPEED should be greater than or equal to FLAP_2_SPEED

Flap 2 percentage (ArduPlane:FLAP_2_PERCNT)

Note: This parameter is for advanced users

The percentage change in flap position when FLAP_2_SPEED is reached. Use zero to disable flaps

Flap 2 speed (ArduPlane:FLAP_2_SPEED)

Note: This parameter is for advanced users

The speed in meters per second at which to engage FLAP_2_PERCENT of flaps. Note that FLAP_1_SPEED should be greater than or equal to FLAP_2_SPEED

IO override channel (ArduPlane:OVERRIDE_CHAN)

Note: This parameter is for advanced users

If set to a non-zero value then this is an RC input channel number to use for giving IO manual control in case the main FMU microcontroller on a board with a IO co-processor fails. When this RC input channel goes above 1750 the FMU microcontroller will no longer be involved in controlling the servos and instead the IO microcontroller will directly control the servos. Note that IO manual control will be automatically activated if the FMU crashes for any reason. This parameter allows you to test for correct manual behaviour without actually crashing the FMU. This parameter is can be set to a non-zero value either for ground testing purposes or for giving the effect of an external override control board. Please also see the docs on OVERRIDE_SAFETY. Note that you may set OVERRIDE_CHAN to the same channel as FLTMODE_CH to get IO based override when in flight mode 6. Note that when override is triggered due to a FMU crash the 6 auxiliary output channels on Pixhawk will no longer be updated, so all the flight controls you need must be assigned to the first 8 channels.

IO override safety switch (ArduPlane:OVERRIDE_SAFETY)

Note: This parameter is for advanced users

This controls whether the safety switch is turned off when you activate override with OVERRIDE_CHAN. When set to 1 the safety switch is de-activated (activating the servos) then a IO override is triggered. In that case the safety remains de-activated after override is disabled. If OVERRIDE_SAFETTY is set to 0 then the safety switch state does not change. Note that regardless of the value of this parameter the servos will be active while override is active.

RTL auto land (ArduPlane:RTL_AUTOLAND)

Automatically begin landing sequence after arriving at RTL location. This requires the addition of a DO_LAND_START mission item, which acts as a marker for the start of a landing sequence. The closest landing sequence will be chosen to the current location.

Crash Deceleration Threshold (ArduPlane:CRASH_ACC_THRESH)

Note: This parameter is for advanced users

X-Axis deceleration threshold to notify the crash detector that there was a possible impact which helps disarm the motor quickly after a crash. This value should be much higher than normal negative x-axis forces during normal flight, check flight log files to determine the average IMU.x values for your aircraft and motor type. Higher value means less sensative (triggers on higher impact). For electric planes that don't vibrate much during fight a value of 25 is good (that's about 2.5G). For petrol/nitro planes you'll want a higher value. Set to 0 to disable the collision detector.

Crash Detection (ArduPlane:CRASH_DETECT)

Note: This parameter is for advanced users

Automatically detect a crash during AUTO flight and perform the bitmask selected action(s). Disarm will turn off motor for safety and to help against burning out ESC and motor. Set to 0 to disable crash detection.

Enable rangefinder for landing (ArduPlane:RNGFND_LANDING)

This enables the use of a rangefinder for automatic landing. The rangefinder will be used both on the landing approach and for final flare

GCS sysid enforcement (ArduPlane:SYSID_ENFORCE)

Note: This parameter is for advanced users

This controls whether packets from other than the expected GCS system ID will be accepted

rudder differential thrust gain (ArduPlane:RUDD_DT_GAIN)

gain control from rudder to differential thrust

Manual R/C pass-through mask (ArduPlane:MANUAL_RCMASK)

Note: This parameter is for advanced users

Mask of R/C channels to pass directly to corresponding output channel when in MANUAL mode. When in any mode except MANUAL the channels selected with this option behave normally. This parameter is designed to allow for complex mixing strategies to be used for MANUAL flight using transmitter based mixing. Note that when this option is used you need to be very careful with pre-flight checks to ensure that the output is correct both in MANUAL and non-MANUAL modes.

Home reset altitude threshold (ArduPlane:HOME_RESET_ALT)

Note: This parameter is for advanced users

When the aircraft is within this altitude of the home waypoint, while disarmed it will automatically update the home position. Set to 0 to continously reset it.

Flight mode options (ArduPlane:FLIGHT_OPTIONS)

Note: This parameter is for advanced users

Flight mode specific options

Takeoff throttle acceleration count (ArduPlane:TKOFF_ACCEL_CNT)

This is the number of acceleration events to require for arming with TKOFF_THR_MINACC. The default is 1, which means a single forward acceleration above TKOFF_THR_MINACC will arm. By setting this higher than 1 you can require more forward/backward movements to arm.

Differential spoiler crow flaps outer weight (ArduPlane:DSPOILER_CROW_W1)

Note: This parameter is for advanced users

This is amount of deflection applied to the two outer surfaces for differential spoilers for flaps to give crow flaps. It is a number from 0 to 100. At zero no crow flaps are applied. A recommended starting value is 25.

Differential spoiler crow flaps inner weight (ArduPlane:DSPOILER_CROW_W2)

Note: This parameter is for advanced users

This is amount of deflection applied to the two inner surfaces for differential spoilers for flaps to give crow flaps. It is a number from 0 to 100. At zero no crow flaps are applied. A recommended starting value is 45.

Takeoff timeout (ArduPlane:TKOFF_TIMEOUT)

This is the timeout for an automatic takeoff. If this is non-zero and the aircraft does not reach a ground speed of at least 4 m/s within this number of seconds then the takeoff is aborted and the vehicle disarmed. If the value is zero then no timeout applies.

Differential spoiler and crow flaps options (ArduPlane:DSPOILER_OPTS)

Note: This parameter is for advanced users

Differential spoiler and crow flaps options

Differential spoiler aileron matching (ArduPlane:DSPOILER_AILMTCH)

Note: This parameter is for advanced users

This scales down the inner flaps so less than full downwards range can be used for differential spoiler and full span ailerons, 100 is use full range, upwards travel is unaffected

Forward throttle battery voltage compensation maximum voltage (ArduPlane:FWD_BAT_VOLT_MAX)

Note: This parameter is for advanced users

Forward throttle battery voltage compensation maximum voltage (voltage above this will have no additional scaling effect on thrust). Recommend 4.2 * cell count, 0 = Disabled. Recommend THR_MAX is set to no more than 100 x FWD_BAT_VOLT_MIN / FWD_BAT_VOLT_MAX, THR_MIN is set to no less than -100 x FWD_BAT_VOLT_MIN / FWD_BAT_VOLT_MAX and climb descent rate limits are set accordingly.

Forward throttle battery voltage compensation minimum voltage (ArduPlane:FWD_BAT_VOLT_MIN)

Note: This parameter is for advanced users

Forward throttle battery voltage compensation minimum voltage (voltage below this will have no additional scaling effect on thrust). Recommend 3.5 * cell count, 0 = Disabled. Recommend THR_MAX is set to no more than 100 x FWD_BAT_VOLT_MIN / FWD_BAT_VOLT_MAX, THR_MIN is set to no less than -100 x FWD_BAT_VOLT_MIN / FWD_BAT_VOLT_MAX and climb descent rate limits are set accordingly.

Forward throttle battery compensation index (ArduPlane:FWD_BAT_IDX)

Note: This parameter is for advanced users

Which battery monitor should be used for doing compensation for the forward throttle

EKF failsafe variance threshold (ArduPlane:FS_EKF_THRESH)

Note: This parameter is for advanced users

Allows setting the maximum acceptable compass and velocity variance used to check navigation health in VTOL modes

RTL minimum climb (ArduPlane:RTL_CLIMB_MIN)

The vehicle will climb this many m during the initial climb portion of the RTL. During this time the roll will be limited to LEVEL_ROLL_LIMIT degrees.

Manual control expo for roll (ArduPlane:MAN_EXPO_ROLL)

Percentage exponential for roll input in MANUAL, ACRO and TRAINING modes

Manual input expo for pitch (ArduPlane:MAN_EXPO_PITCH)

Percentage exponential for pitch input in MANUAL, ACRO and TRAINING modes

Manual input expo for rudder (ArduPlane:MAN_EXPO_RUDDER)

Percentage exponential for rudder input in MANUAL, ACRO and TRAINING modes

Oneshot output mask (ArduPlane:ONESHOT_MASK)

Note: This parameter is for advanced users

Mask of output channels to use oneshot on

ADSB_ Parameters

ADSB Type (ADSB_TYPE)

Type of ADS-B hardware for ADSB-in and ADSB-out configuration and operation. If any type is selected then MAVLink based ADSB-in messages will always be enabled

ADSB vehicle list size (ADSB_LIST_MAX)

Note: This parameter is for advanced users

ADSB list size of nearest vehicles. Longer lists take longer to refresh with lower SRx_ADSB values.

ADSB vehicle list radius filter (ADSB_LIST_RADIUS)

Note: This parameter is for advanced users

ADSB vehicle list radius filter. Vehicles detected outside this radius will be completely ignored. They will not show up in the SRx_ADSB stream to the GCS and will not be considered in any avoidance calculations. A value of 0 will disable this filter.

ICAO_ID vehicle identification number (ADSB_ICAO_ID)

Note: This parameter is for advanced users

ICAO_ID unique vehicle identification number of this aircraft. This is a integer limited to 24bits. If set to 0 then one will be randomly generated. If set to -1 then static information is not sent, transceiver is assumed pre-programmed.

Emitter type (ADSB_EMIT_TYPE)

Note: This parameter is for advanced users

ADSB classification for the type of vehicle emitting the transponder signal. Default value is 14 (UAV).

Aircraft length and width (ADSB_LEN_WIDTH)

Note: This parameter is for advanced users

Aircraft length and width dimension options in Length and Width in meters. In most cases, use a value of 1 for smallest size.

GPS antenna lateral offset (ADSB_OFFSET_LAT)

Note: This parameter is for advanced users

GPS antenna lateral offset. This describes the physical location offest from center of the GPS antenna on the aircraft.

GPS antenna longitudinal offset (ADSB_OFFSET_LON)

Note: This parameter is for advanced users

GPS antenna longitudinal offset. This is usually set to 1, Applied By Sensor

Transceiver RF selection (ADSB_RF_SELECT)

Note: This parameter is for advanced users

Transceiver RF selection for Rx enable and/or Tx enable. This only effects devices that can Tx and/or Rx. Rx-only devices should override this to always be Rx-only.

Squawk code (ADSB_SQUAWK)

Note: This parameter is for advanced users

VFR squawk (Mode 3/A) code is a pre-programmed default code when the pilot is flying VFR and not in contact with ATC. In the USA, the VFR squawk code is octal 1200 (hex 0x280, decimal 640) and in most parts of Europe the VFR squawk code is octal 7000. If an invalid octal number is set then it will be reset to 1200.

RF capabilities (ADSB_RF_CAPABLE)

Note: This parameter is for advanced users

Describes your hardware RF In/Out capabilities.

ADSB vehicle list altitude filter (ADSB_LIST_ALT)

Note: This parameter is for advanced users

ADSB vehicle list altitude filter. Vehicles detected above this altitude will be completely ignored. They will not show up in the SRx_ADSB stream to the GCS and will not be considered in any avoidance calculations. A value of 0 will disable this filter.

ICAO_ID of special vehicle (ADSB_ICAO_SPECL)

Note: This parameter is for advanced users

ICAO_ID of special vehicle that ignores ADSB_LIST_RADIUS and ADSB_LIST_ALT. The vehicle is always tracked. Use 0 to disable.

ADS-B logging (ADSB_LOG)

Note: This parameter is for advanced users

0: no logging, 1: log only special ID, 2:log all

AFS_ Parameters

Enable Advanced Failsafe (AFS_ENABLE)

Note: This parameter is for advanced users

This enables the advanced failsafe system. If this is set to zero (disable) then all the other AFS options have no effect

Manual Pin (AFS_MAN_PIN)

Note: This parameter is for advanced users

This sets a digital output pin to set high when in manual mode

Heartbeat Pin (AFS_HB_PIN)

Note: This parameter is for advanced users

This sets a digital output pin which is cycled at 10Hz when termination is not activated. Note that if a FS_TERM_PIN is set then the heartbeat pin will continue to cycle at 10Hz when termination is activated, to allow the termination board to distinguish between autopilot crash and termination.

Comms Waypoint (AFS_WP_COMMS)

Note: This parameter is for advanced users

Waypoint number to navigate to on comms loss

GPS Loss Waypoint (AFS_WP_GPS_LOSS)

Note: This parameter is for advanced users

Waypoint number to navigate to on GPS lock loss

Force Terminate (AFS_TERMINATE)

Note: This parameter is for advanced users

Can be set in flight to force termination of the heartbeat signal

Terminate action (AFS_TERM_ACTION)

Note: This parameter is for advanced users

This can be used to force an action on flight termination. Normally this is handled by an external failsafe board, but you can setup ArduPilot to handle it here. Please consult the wiki for more information on the possible values of the parameter

Terminate Pin (AFS_TERM_PIN)

Note: This parameter is for advanced users

This sets a digital output pin to set high on flight termination

AMSL limit (AFS_AMSL_LIMIT)

Note: This parameter is for advanced users

This sets the AMSL (above mean sea level) altitude limit. If the pressure altitude determined by QNH exceeds this limit then flight termination will be forced. Note that this limit is in meters, whereas pressure altitude limits are often quoted in feet. A value of zero disables the pressure altitude limit.

Error margin for GPS based AMSL limit (AFS_AMSL_ERR_GPS)

Note: This parameter is for advanced users

This sets margin for error in GPS derived altitude limit. This error margin is only used if the barometer has failed. If the barometer fails then the GPS will be used to enforce the AMSL_LIMIT, but this margin will be subtracted from the AMSL_LIMIT first, to ensure that even with the given amount of GPS altitude error the pressure altitude is not breached. OBC users should set this to comply with their D2 safety case. A value of -1 will mean that barometer failure will lead to immediate termination.

QNH pressure (AFS_QNH_PRESSURE)

Note: This parameter is for advanced users

This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit. A value of zero disables the altitude limit.

Maximum number of GPS loss events (AFS_MAX_GPS_LOSS)

Note: This parameter is for advanced users

Maximum number of GPS loss events before the aircraft stops returning to mission on GPS recovery. Use zero to allow for any number of GPS loss events.

Maximum number of comms loss events (AFS_MAX_COM_LOSS)

Note: This parameter is for advanced users

Maximum number of comms loss events before the aircraft stops returning to mission on comms recovery. Use zero to allow for any number of comms loss events.

Enable geofence Advanced Failsafe (AFS_GEOFENCE)

Note: This parameter is for advanced users

This enables the geofence part of the AFS. Will only be in effect if AFS_ENABLE is also 1

Enable RC Advanced Failsafe (AFS_RC)

Note: This parameter is for advanced users

This enables the RC part of the AFS. Will only be in effect if AFS_ENABLE is also 1

Enable RC Termination only in manual control modes (AFS_RC_MAN_ONLY)

Note: This parameter is for advanced users

If this parameter is set to 1, then an RC loss will only cause the plane to terminate in manual control modes. If it is 0, then the plane will terminate in any flight mode.

Enable dual loss terminate due to failure of both GCS and GPS simultaneously (AFS_DUAL_LOSS)

Note: This parameter is for advanced users

This enables the dual loss termination part of the AFS system. If this parameter is 1 and both GPS and the ground control station fail simultaneously, this will be considered a "dual loss" and cause termination.

RC failure time (AFS_RC_FAIL_TIME)

Note: This parameter is for advanced users

This is the time in seconds in manual mode that failsafe termination will activate if RC input is lost. For the OBC rules this should be (1.5). Use 0 to disable.

Max allowed range (AFS_MAX_RANGE)

Note: This parameter is for advanced users

This is the maximum range of the vehicle in kilometers from first arming. If the vehicle goes beyond this range then the TERM_ACTION is performed. A value of zero disables this feature.

AHRS_ Parameters

AHRS GPS gain (AHRS_GPS_GAIN)

Note: This parameter is for advanced users

This controls how much to use the GPS to correct the attitude. This should never be set to zero for a plane as it would result in the plane losing control in turns. For a plane please use the default value of 1.0.

AHRS use GPS for navigation (AHRS_GPS_USE)

Note: This parameter is for advanced users

This controls whether to use dead-reckoning or GPS based navigation. If set to 0 then the GPS won't be used for navigation, and only dead reckoning will be used. A value of zero should never be used for normal flight. Currently this affects only the DCM-based AHRS: the EKF uses GPS whenever it is available.

Yaw P (AHRS_YAW_P)

Note: This parameter is for advanced users

This controls the weight the compass or GPS has on the heading. A higher value means the heading will track the yaw source (GPS or compass) more rapidly.

AHRS RP_P (AHRS_RP_P)

Note: This parameter is for advanced users

This controls how fast the accelerometers correct the attitude

Maximum wind (AHRS_WIND_MAX)

Note: This parameter is for advanced users

This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is. See ARSPD_OPTIONS and ARSPD_MAX_WIND to disable airspeed sensors.

AHRS Trim Roll (AHRS_TRIM_X)

Compensates for the roll angle difference between the control board and the frame. Positive values make the vehicle roll right.

AHRS Trim Pitch (AHRS_TRIM_Y)

Compensates for the pitch angle difference between the control board and the frame. Positive values make the vehicle pitch up/back.

AHRS Trim Yaw (AHRS_TRIM_Z)

Note: This parameter is for advanced users

Not Used

Board Orientation (AHRS_ORIENTATION)

Note: This parameter is for advanced users

Overall board orientation relative to the standard orientation for the board type. This rotates the IMU and compass readings to allow the board to be oriented in your vehicle at any 90 or 45 degree angle. This option takes affect on next boot. After changing you will need to re-level your vehicle.

AHRS Velocity Complementary Filter Beta Coefficient (AHRS_COMP_BETA)

Note: This parameter is for advanced users

This controls the time constant for the cross-over frequency used to fuse AHRS (airspeed and heading) and GPS data to estimate ground velocity. Time constant is 0.1/beta. A larger time constant will use GPS data less and a small time constant will use air data less.

AHRS GPS Minimum satellites (AHRS_GPS_MINSATS)

Note: This parameter is for advanced users

Minimum number of satellites visible to use GPS for velocity based corrections attitude correction. This defaults to 6, which is about the point at which the velocity numbers from a GPS become too unreliable for accurate correction of the accelerometers.

Use NavEKF Kalman filter for attitude and position estimation (AHRS_EKF_TYPE)

Note: This parameter is for advanced users

This controls which NavEKF Kalman filter version is used for attitude and position estimation

Board orientation roll offset (AHRS_CUSTOM_ROLL)

Note: This parameter is for advanced users

Autopilot mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.

Board orientation pitch offset (AHRS_CUSTOM_PIT)

Note: This parameter is for advanced users

Autopilot mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.

Board orientation yaw offset (AHRS_CUSTOM_YAW)

Note: This parameter is for advanced users

Autopilot mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.

ARMING_ Parameters

Require Arming Motors (ARMING_REQUIRE)

Note: This parameter is for advanced users

Arming disabled until some requirements are met. If 0, there are no requirements (arm immediately). If 1, require rudder stick or GCS arming before arming motors and sends the minimum throttle PWM value to the throttle channel when disarmed. If 2, require rudder stick or GCS arming and send 0 PWM to throttle channel when disarmed. See the ARMING_CHECK_* parameters to see what checks are done before arming. Note, if setting this parameter to 0 a reboot is required to arm the plane. Also note, even with this parameter at 0, if ARMING_CHECK parameter is not also zero the plane may fail to arm throttle at boot due to a pre-arm check failure.

Accelerometer error threshold (ARMING_ACCTHRESH)

Note: This parameter is for advanced users

Accelerometer error threshold used to determine inconsistent accelerometers. Compares this error range to other accelerometers to detect a hardware or calibration error. Lower value means tighter check and harder to pass arming check. Not all accelerometers are created equal.

Arming with Rudder enable/disable (ARMING_RUDDER)

Note: This parameter is for advanced users

Allow arm/disarm by rudder input. When enabled arming can be done with right rudder, disarming with left rudder. Rudder arming only works in manual throttle modes with throttle at zero +- deadzone (RCx_DZ)

Required mission items (ARMING_MIS_ITEMS)

Note: This parameter is for advanced users

Bitmask of mission items that are required to be planned in order to arm the aircraft

Arm Checks to Perform (bitmask) (ARMING_CHECK)

Checks prior to arming motor. This is a bitmask of checks that will be performed before allowing arming. For most users it is recommended to leave this at the default of 1 (all checks enabled). You can select whatever checks you prefer by adding together the values of each check type to set this parameter. For example, to only allow arming when you have GPS lock and no RC failsafe you would set ARMING_CHECK to 72.

ARSPD Parameters

Airspeed type (ARSPD_TYPE)

Type of airspeed sensor

Airspeed use (ARSPD_USE)

Enables airspeed use for automatic throttle modes and replaces control from THR_TRIM. Continues to display and log airspeed if set to 0. Uses airspeed for control if set to 1. Only uses airspeed when throttle = 0 if set to 2 (useful for gliders with airspeed sensors behind propellers).

Airspeed offset (ARSPD_OFFSET)

Note: This parameter is for advanced users

Airspeed calibration offset

Airspeed ratio (ARSPD_RATIO)

Note: This parameter is for advanced users

Calibrates pitot tube pressure to velocity. Increasing this value will indicate a higher airspeed at any given dynamic pressure.

Airspeed pin (ARSPD_PIN)

Note: This parameter is for advanced users

The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port.

Automatic airspeed ratio calibration (ARSPD_AUTOCAL)

Note: This parameter is for advanced users

Enables automatic adjustment of ARSPD_RATIO during a calibration flight based on estimation of ground speed and true airspeed. New ratio saved every 2 minutes if change is > 5%. Should not be left enabled.

Control pitot tube order (ARSPD_TUBE_ORDER)

Note: This parameter is for advanced users

Changes the pitot tube order to specify the dynamic pressure side of the sensor. Accepts either if set to 2. Accepts only one side if set to 0 or 1 and can help detect excessive pressure on the static port without indicating positive airspeed.

Skip airspeed calibration on startup (ARSPD_SKIP_CAL)

Note: This parameter is for advanced users

This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.

The PSI range of the device (ARSPD_PSI_RANGE)

Note: This parameter is for advanced users

This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device

Airspeed I2C bus (ARSPD_BUS)

Note: This parameter is for advanced users

Bus number of the I2C bus where the airspeed sensor is connected

Primary airspeed sensor (ARSPD_PRIMARY)

Note: This parameter is for advanced users

This selects which airspeed sensor will be the primary if multiple sensors are found

Airspeed options bitmask (ARSPD_OPTIONS)

Note: This parameter is for advanced users

Bitmask of options to use with airspeed. Disable and/or re-enable sensor based on the difference between airspeed and ground speed based on ARSPD_WIND_MAX threshold, if set

Maximum airspeed and ground speed difference (ARSPD_WIND_MAX)

Note: This parameter is for advanced users

If the difference between airspeed and ground speed is greater than this value the sensor will be marked unhealthy. Using ARSPD_OPTION this health value can be used to disable the sensor.

Airspeed and ground speed difference that gives a warning (ARSPD_WIND_WARN)

Note: This parameter is for advanced users

If the difference between airspeed and ground speed is greater than this value the sensor will issue a warning. If 0 ARSPD_WIND_MAX is used.

Second Airspeed type (ARSPD2_TYPE)

Type of 2nd airspeed sensor

Enable use of 2nd airspeed sensor (ARSPD2_USE)

use airspeed for flight control. When set to 0 airspeed sensor can be logged and displayed on a GCS but won't be used for flight. When set to 1 it will be logged and used. When set to 2 it will be only used when the throttle is zero, which can be useful in gliders with airspeed sensors behind a propeller

Airspeed offset for 2nd airspeed sensor (ARSPD2_OFFSET)

Note: This parameter is for advanced users

Airspeed calibration offset

Airspeed ratio for 2nd airspeed sensor (ARSPD2_RATIO)

Note: This parameter is for advanced users

Airspeed calibration ratio

Airspeed pin for 2nd airspeed sensor (ARSPD2_PIN)

Note: This parameter is for advanced users

Pin number indicating location of analog airspeed sensors. Pixhawk/Cube if set to 15.

Automatic airspeed ratio calibration for 2nd airspeed sensor (ARSPD2_AUTOCAL)

Note: This parameter is for advanced users

If this is enabled then the autopilot will automatically adjust the ARSPD_RATIO during flight, based upon an estimation filter using ground speed and true airspeed. The automatic calibration will save the new ratio to EEPROM every 2 minutes if it changes by more than 5%. This option should be enabled for a calibration flight then disabled again when calibration is complete. Leaving it enabled all the time is not recommended.

Control pitot tube order of 2nd airspeed sensor (ARSPD2_TUBE_ORDR)

Note: This parameter is for advanced users

This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the top connector on the sensor needs to be the dynamic pressure. If set to 1 then the bottom connector needs to be the dynamic pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft it receiving excessive pressure on the static port, which would otherwise be seen as a positive airspeed.

Skip airspeed calibration on startup for 2nd sensor (ARSPD2_SKIP_CAL)

Note: This parameter is for advanced users

This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.

The PSI range of the device for 2nd sensor (ARSPD2_PSI_RANGE)

Note: This parameter is for advanced users

This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device

Airspeed I2C bus for 2nd sensor (ARSPD2_BUS)

Note: This parameter is for advanced users

The bus number of the I2C bus to look for the sensor on

AVD_ Parameters

Enable Avoidance using ADSB (AVD_ENABLE)

Note: This parameter is for advanced users

Enable Avoidance using ADSB

Collision Avoidance Behavior (AVD_F_ACTION)

Note: This parameter is for advanced users

Specifies aircraft behaviour when a collision is imminent

Collision Avoidance Behavior - Warn (AVD_W_ACTION)

Note: This parameter is for advanced users

Specifies aircraft behaviour when a collision may occur

Recovery behaviour after a fail event (AVD_F_RCVRY)

Note: This parameter is for advanced users

Determines what the aircraft will do after a fail event is resolved

Maximum number of obstacles to track (AVD_OBS_MAX)

Note: This parameter is for advanced users

Maximum number of obstacles to track

Time Horizon Warn (AVD_W_TIME)

Note: This parameter is for advanced users

Aircraft velocity vectors are multiplied by this time to determine closest approach. If this results in an approach closer than W_DIST_XY or W_DIST_Z then W_ACTION is undertaken (assuming F_ACTION is not undertaken)

Time Horizon Fail (AVD_F_TIME)

Note: This parameter is for advanced users

Aircraft velocity vectors are multiplied by this time to determine closest approach. If this results in an approach closer than F_DIST_XY or F_DIST_Z then F_ACTION is undertaken

Distance Warn XY (AVD_W_DIST_XY)

Note: This parameter is for advanced users

Closest allowed projected distance before W_ACTION is undertaken

Distance Fail XY (AVD_F_DIST_XY)

Note: This parameter is for advanced users

Closest allowed projected distance before F_ACTION is undertaken

Distance Warn Z (AVD_W_DIST_Z)

Note: This parameter is for advanced users

Closest allowed projected distance before BEHAVIOUR_W is undertaken

Distance Fail Z (AVD_F_DIST_Z)

Note: This parameter is for advanced users

Closest allowed projected distance before BEHAVIOUR_F is undertaken

ADS-B avoidance minimum altitude (AVD_F_ALT_MIN)

Note: This parameter is for advanced users

Minimum AMSL (above mean sea level) altitude for ADS-B avoidance. If the vehicle is below this altitude, no avoidance action will take place. Useful to prevent ADS-B avoidance from activating while below the tree line or around structures. Default of 0 is no minimum.

BARO Parameters

Ground Pressure (BARO1_GND_PRESS)

Note: This parameter is for advanced users

calibrated ground pressure in Pascals

ground temperature (BARO_GND_TEMP)

Note: This parameter is for advanced users

User provided ambient ground temperature in degrees Celsius. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. A value of 0 means use the internal measurement ambient temperature.

altitude offset (BARO_ALT_OFFSET)

Note: This parameter is for advanced users

altitude offset in meters added to barometric altitude. This is used to allow for automatic adjustment of the base barometric altitude by a ground station equipped with a barometer. The value is added to the barometric altitude read by the aircraft. It is automatically reset to 0 when the barometer is calibrated on each reboot or when a preflight calibration is performed.

Primary barometer (BARO_PRIMARY)

Note: This parameter is for advanced users

This selects which barometer will be the primary if multiple barometers are found

External baro bus (BARO_EXT_BUS)

Note: This parameter is for advanced users

This selects the bus number for looking for an I2C barometer. When set to -1 it will probe all external i2c buses based on the GND_PROBE_EXT parameter.

Specific Gravity (For water depth measurement) (BARO_SPEC_GRAV)

This sets the specific gravity of the fluid when flying an underwater ROV.

Ground Pressure (BARO2_GND_PRESS)

Note: This parameter is for advanced users

calibrated ground pressure in Pascals

Absolute Pressure (BARO3_GND_PRESS)

Note: This parameter is for advanced users

calibrated ground pressure in Pascals

Range in which sample is accepted (BARO_FLTR_RNG)

This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.

External barometers to probe (BARO_PROBE_EXT)

Note: This parameter is for advanced users

This sets which types of external i2c barometer to look for. It is a bitmask of barometer types. The I2C buses to probe is based on GND_EXT_BUS. If BARO_EXT_BUS is -1 then it will probe all external buses, otherwise it will probe just the bus number given in GND_EXT_BUS.

Baro ID (BARO1_DEVID)

Note: This parameter is for advanced users

Barometer sensor ID, taking into account its type, bus and instance

Baro ID2 (BARO2_DEVID)

Note: This parameter is for advanced users

Barometer2 sensor ID, taking into account its type, bus and instance

Baro ID3 (BARO3_DEVID)

Note: This parameter is for advanced users

Barometer3 sensor ID, taking into account its type, bus and instance

BARO1_WCF_ Parameters

Wind coefficient enable (BARO1_WCF_ENABLE)

Note: This parameter is for advanced users

This enables the use of wind coefficients for barometer compensation

Pressure error coefficient in positive X direction (forward) (BARO1_WCF_FWD)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in negative X direction (backwards) (BARO1_WCF_BCK)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in positive Y direction (right) (BARO1_WCF_RGT)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in negative Y direction (left) (BARO1_WCF_LFT)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

BARO2_WCF_ Parameters

Wind coefficient enable (BARO2_WCF_ENABLE)

Note: This parameter is for advanced users

This enables the use of wind coefficients for barometer compensation

Pressure error coefficient in positive X direction (forward) (BARO2_WCF_FWD)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in negative X direction (backwards) (BARO2_WCF_BCK)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in positive Y direction (right) (BARO2_WCF_RGT)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in negative Y direction (left) (BARO2_WCF_LFT)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

BARO3_WCF_ Parameters

Wind coefficient enable (BARO3_WCF_ENABLE)

Note: This parameter is for advanced users

This enables the use of wind coefficients for barometer compensation

Pressure error coefficient in positive X direction (forward) (BARO3_WCF_FWD)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in negative X direction (backwards) (BARO3_WCF_BCK)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in positive Y direction (right) (BARO3_WCF_RGT)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the right, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

Pressure error coefficient in negative Y direction (left) (BARO3_WCF_LFT)

Note: This parameter is for advanced users

This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the Y body axis. If the baro height estimate rises during sideways flight to the left, then this should be a negative number. Multirotors can use this feature only if using EKF3 and if the EK3_BCOEF_X and EK3_BCOEF_Y parameters have been tuned.

BATT2_ Parameters

Battery monitoring (BATT2_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT2_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT2_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT2_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT2_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT2_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT2_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT2_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT2_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT2_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT2_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT2_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT2_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.

Low battery capacity (BATT2_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.

Critical battery voltage (BATT2_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_CRT_ACT parameter.

Battery critical capacity (BATT2_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2__FS_CRT_ACT parameter.

Low battery failsafe action (BATT2_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT2_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT2_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT2_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT2__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT2_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT2_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT3_ Parameters

Battery monitoring (BATT3_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT3_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT3_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT3_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT3_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT3_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT3_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT3_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT3_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT3_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT3_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT3_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT3_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter.

Low battery capacity (BATT3_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3_FS_LOW_ACT parameter.

Critical battery voltage (BATT3_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT3_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT3_FS_CRT_ACT parameter.

Battery critical capacity (BATT3_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT3__FS_CRT_ACT parameter.

Low battery failsafe action (BATT3_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT3_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT3_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT3_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT3__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT3_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT3_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT4_ Parameters

Battery monitoring (BATT4_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT4_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT4_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT4_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT4_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT4_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT4_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT4_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT4_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT4_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT4_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT4_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT4_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter.

Low battery capacity (BATT4_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4_FS_LOW_ACT parameter.

Critical battery voltage (BATT4_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT4_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT4_FS_CRT_ACT parameter.

Battery critical capacity (BATT4_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT4__FS_CRT_ACT parameter.

Low battery failsafe action (BATT4_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT4_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT4_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT4_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT4__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT4_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT4_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT5_ Parameters

Battery monitoring (BATT5_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT5_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT5_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT5_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT5_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT5_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT5_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT5_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT5_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT5_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT5_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT5_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT5_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter.

Low battery capacity (BATT5_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5_FS_LOW_ACT parameter.

Critical battery voltage (BATT5_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT5_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT5_FS_CRT_ACT parameter.

Battery critical capacity (BATT5_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT5__FS_CRT_ACT parameter.

Low battery failsafe action (BATT5_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT5_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT5_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT5_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT5__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT5_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT5_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT6_ Parameters

Battery monitoring (BATT6_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT6_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT6_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT6_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT6_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT6_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT6_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT6_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT6_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT6_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT6_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT6_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT6_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter.

Low battery capacity (BATT6_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6_FS_LOW_ACT parameter.

Critical battery voltage (BATT6_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT6_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT6_FS_CRT_ACT parameter.

Battery critical capacity (BATT6_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT6__FS_CRT_ACT parameter.

Low battery failsafe action (BATT6_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT6_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT6_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT6_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT6__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT6_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT6_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT7_ Parameters

Battery monitoring (BATT7_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT7_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT7_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT7_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT7_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT7_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT7_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT7_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT7_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT7_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT7_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT7_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT7_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter.

Low battery capacity (BATT7_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7_FS_LOW_ACT parameter.

Critical battery voltage (BATT7_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT7_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT7_FS_CRT_ACT parameter.

Battery critical capacity (BATT7_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT7__FS_CRT_ACT parameter.

Low battery failsafe action (BATT7_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT7_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT7_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT7_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT7__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT7_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT7_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT8_ Parameters

Battery monitoring (BATT8_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT8_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT8_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT8_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT8_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT8_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT8_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT8_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT8_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT8_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT8_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT8_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT8_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter.

Low battery capacity (BATT8_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8_FS_LOW_ACT parameter.

Critical battery voltage (BATT8_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT8_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT8_FS_CRT_ACT parameter.

Battery critical capacity (BATT8_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT8__FS_CRT_ACT parameter.

Low battery failsafe action (BATT8_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT8_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT8_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT8_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT8__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT8_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT8_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT9_ Parameters

Battery monitoring (BATT9_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT9_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT9_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT9_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT9_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT9_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT9_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT9_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT9_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT9_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT9_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT9_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT9_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter.

Low battery capacity (BATT9_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9_FS_LOW_ACT parameter.

Critical battery voltage (BATT9_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT9_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT9_FS_CRT_ACT parameter.

Battery critical capacity (BATT9_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT9__FS_CRT_ACT parameter.

Low battery failsafe action (BATT9_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT9_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT9_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT9_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT9__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT9_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT9_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BATT_ Parameters

Battery monitoring (BATT_MONITOR)

Controls enabling monitoring of the battery's voltage and current

Battery Voltage sensing pin (BATT_VOLT_PIN)

Sets the analog input pin that should be used for voltage monitoring.

Battery Current sensing pin (BATT_CURR_PIN)

Sets the analog input pin that should be used for current monitoring.

Voltage Multiplier (BATT_VOLT_MULT)

Note: This parameter is for advanced users

Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick with a Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.

Amps per volt (BATT_AMP_PERVLT)

Number of amps that a 1V reading on the current sensor corresponds to. With a Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.

AMP offset (BATT_AMP_OFFSET)

Voltage offset at zero current on current sensor

Battery capacity (BATT_CAPACITY)

Capacity of the battery in mAh when full

Maximum allowed power (Watts) (BATT_WATT_MAX)

Note: This parameter is for advanced users

If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.

Battery serial number (BATT_SERIAL_NUM)

Note: This parameter is for advanced users

Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.

Low voltage timeout (BATT_LOW_TIMER)

Note: This parameter is for advanced users

This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.

Failsafe voltage source (BATT_FS_VOLTSRC)

Note: This parameter is for advanced users

Voltage type used for detection of low voltage event

Low battery voltage (BATT_LOW_VOLT)

Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.

Low battery capacity (BATT_LOW_MAH)

Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.

Critical battery voltage (BATT_CRT_VOLT)

Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_CRT_ACT parameter.

Battery critical capacity (BATT_CRT_MAH)

Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT__FS_CRT_ACT parameter.

Low battery failsafe action (BATT_FS_LOW_ACT)

What action the vehicle should perform if it hits a low battery failsafe

Critical battery failsafe action (BATT_FS_CRT_ACT)

What action the vehicle should perform if it hits a critical battery failsafe

Required arming voltage (BATT_ARM_VOLT)

Note: This parameter is for advanced users

Battery voltage level which is required to arm the aircraft. Set to 0 to allow arming at any voltage.

Required arming remaining capacity (BATT_ARM_MAH)

Note: This parameter is for advanced users

Battery capacity remaining which is required to arm the aircraft. Set to 0 to allow arming at any capacity. Note that execept for smart batteries rebooting the vehicle will always reset the remaining capacity estimate, which can lead to this check not providing sufficent protection, it is recommended to always use this in conjunction with the BATT__ARM_VOLT parameter.

Battery monitor I2C bus number (BATT_BUS)

Battery monitor I2C bus number

Battery monitor options (BATT_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the battery monitor

BRD_ Parameters

Auxiliary pin config (BRD_PWM_COUNT)

Note: This parameter is for advanced users

Controls number of FMU outputs which are setup for PWM. All unassigned pins can be used for GPIO

Serial 1 flow control (BRD_SER1_RTSCTS)

Note: This parameter is for advanced users

Enable flow control on serial 1 (telemetry 1) on Pixhawk. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. Note that the PX4v1 does not have hardware flow control pins on this port, so you should leave this disabled.

Serial 2 flow control (BRD_SER2_RTSCTS)

Note: This parameter is for advanced users

Enable flow control on serial 2 (telemetry 2) on Pixhawk and STATE. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

Serial 3 flow control (BRD_SER3_RTSCTS)

Note: This parameter is for advanced users

Enable flow control on serial 3. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

Serial 4 flow control (BRD_SER4_RTSCTS)

Note: This parameter is for advanced users

Enable flow control on serial 4. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

Serial 5 flow control (BRD_SER5_RTSCTS)

Note: This parameter is for advanced users

Enable flow control on serial 5. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.

Enable use of safety arming switch (BRD_SAFETYENABLE)

This controls the default state of the safety switch at startup. When set to 1 the safety switch will start in the safe state (flashing) at boot. When set to zero the safety switch will start in the unsafe state (solid) at startup. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch. The safety state can also be controlled in software using a MAVLink message.

SBUS output rate (BRD_SBUS_OUT)

Note: This parameter is for advanced users

This sets the SBUS output frame rate in Hz

User-defined serial number (BRD_SERIAL_NUM)

User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot

Outputs which ignore the safety switch state (BRD_SAFETY_MASK)

Note: This parameter is for advanced users

A bitmask which controls what outputs can move while the safety switch has not been pressed

Target IMU temperature (BRD_IMU_TARGTEMP)

Note: This parameter is for advanced users

This sets the target IMU temperature for boards with controllable IMU heating units. DO NOT SET to -1 on the Cube. Set to -1 to disable the heater, please reboot after setting to -1.

Board type (BRD_TYPE)

Note: This parameter is for advanced users

This allows selection of a PX4 or VRBRAIN board type. If set to zero then the board type is auto-detected (PX4)

Enable IO co-processor (BRD_IO_ENABLE)

Note: This parameter is for advanced users

This allows for the IO co-processor on FMUv1 and FMUv2 to be disabled

Options for safety button behavior (BRD_SAFETYOPTION)

This controls the activation of the safety button. It allows you to control if the safety button can be used for safety enable and/or disable, and whether the button is only active when disarmed

Autopilot board voltage requirement (BRD_VBUS_MIN)

Note: This parameter is for advanced users

Minimum voltage on the autopilot power rail to allow the aircraft to arm. 0 to disable the check.

Servo voltage requirement (BRD_VSERVO_MIN)

Note: This parameter is for advanced users

Minimum voltage on the servo rail to allow the aircraft to arm. 0 to disable the check.

microSD slowdown (BRD_SD_SLOWDOWN)

Note: This parameter is for advanced users

This is a scaling factor to slow down microSD operation. It can be used on flight board and microSD card combinations where full speed is not reliable. For normal full speed operation a value of 0 should be used.

Set PWM Out Voltage (BRD_PWM_VOLT_SEL)

Note: This parameter is for advanced users

This sets the voltage max for PWM output pulses. 0 for 3.3V and 1 for 5V output.

Board options (BRD_OPTIONS)

Note: This parameter is for advanced users

Board specific option flags

Boot delay (BRD_BOOT_DELAY)

Note: This parameter is for advanced users

This adds a delay in milliseconds to boot to ensure peripherals initialise fully

IMU Heater P gain (BRD_IMUHEAT_P)

Note: This parameter is for advanced users

IMU Heater P gain

IMU Heater I gain (BRD_IMUHEAT_I)

Note: This parameter is for advanced users

IMU Heater integrator gain

IMU Heater IMAX (BRD_IMUHEAT_IMAX)

Note: This parameter is for advanced users

IMU Heater integrator maximum

Alternative HW config (BRD_ALT_CONFIG)

Note: This parameter is for advanced users

Select an alternative hardware configuration. A value of zero selects the default configuration for this board. Other values are board specific. Please see the documentation for your board for details on any alternative configuration values that may be available.

BRD_RADIO Parameters

Set type of direct attached radio (BRD_RADIO_TYPE)

This enables support for direct attached radio receivers

protocol (BRD_RADIO_PROT)

Note: This parameter is for advanced users

Select air protocol

debug level (BRD_RADIO_DEBUG)

Note: This parameter is for advanced users

radio debug level

disable receive CRC (BRD_RADIO_DISCRC)

Note: This parameter is for advanced users

disable receive CRC (for debug)

RSSI signal strength (BRD_RADIO_SIGCH)

Note: This parameter is for advanced users

Channel to show receive RSSI signal strength, or zero for disabled

Packet rate channel (BRD_RADIO_PPSCH)

Note: This parameter is for advanced users

Channel to show received packet-per-second rate, or zero for disabled

Enable telemetry (BRD_RADIO_TELEM)

Note: This parameter is for advanced users

If this is non-zero then telemetry packets will be sent over DSM

Telemetry Transmit power (BRD_RADIO_TXPOW)

Note: This parameter is for advanced users

Set telemetry transmit power. This is the power level (from 1 to 8) for telemetry packets sent from the RX to the TX

Put radio into FCC test mode (BRD_RADIO_FCCTST)

Note: This parameter is for advanced users

If this is enabled then the radio will continuously transmit as required for FCC testing. The transmit channel is set by the value of the parameter. The radio will not work for RC input while this is enabled

Stick input mode (BRD_RADIO_STKMD)

Note: This parameter is for advanced users

This selects between different stick input modes. The default is mode2, which has throttle on the left stick and pitch on the right stick. You can instead set mode1, which has throttle on the right stick and pitch on the left stick.

Set radio to factory test channel (BRD_RADIO_TESTCH)

Note: This parameter is for advanced users

This sets the radio to a fixed test channel for factory testing. Using a fixed channel avoids the need for binding in factory testing.

RSSI value channel for telemetry data on transmitter (BRD_RADIO_TSIGCH)

Note: This parameter is for advanced users

Channel to show telemetry RSSI value as received by TX

Telemetry PPS channel (BRD_RADIO_TPPSCH)

Note: This parameter is for advanced users

Channel to show telemetry packets-per-second value, as received at TX

Transmitter transmit power (BRD_RADIO_TXMAX)

Note: This parameter is for advanced users

Set transmitter maximum transmit power (from 1 to 8)

Transmitter buzzer adjustment (BRD_RADIO_BZOFS)

Note: This parameter is for advanced users

Set transmitter buzzer note adjustment (adjust frequency up)

Auto-bind time (BRD_RADIO_ABTIME)

Note: This parameter is for advanced users

When non-zero this sets the time with no transmitter packets before we start looking for auto-bind packets.

Auto-bind level (BRD_RADIO_ABLVL)

Note: This parameter is for advanced users

This sets the minimum RSSI of an auto-bind packet for it to be accepted. This should be set so that auto-bind will only happen at short range to minimise the change of an auto-bind happening accidentially

BRD_RTC Parameters

Allowed sources of RTC time (BRD_RTC_TYPES)

Note: This parameter is for advanced users

Specifies which sources of UTC time will be accepted

Timezone offset from UTC (BRD_RTC_TZ_MIN)

Note: This parameter is for advanced users

Adds offset in +- minutes from UTC to calculate local time

BTN_ Parameters

Enable button reporting (BTN_ENABLE)

Note: This parameter is for advanced users

This enables the button checking module. When this is disabled the parameters for setting button inputs are not visible

First button Pin (BTN_PIN1)

Digital pin number for first button input.

Second button Pin (BTN_PIN2)

Digital pin number for second button input.

Third button Pin (BTN_PIN3)

Digital pin number for third button input.

Fourth button Pin (BTN_PIN4)

Digital pin number for fourth button input.

Report send time (BTN_REPORT_SEND)

The duration in seconds that a BUTTON_CHANGE report is repeatedly sent to the GCS regarding a button changing state. Note that the BUTTON_CHANGE message is MAVLink2 only.

Button Pin 1 Options (BTN_OPTIONS1)

Options for Pin 1. PWM input detects PWM above or below 1800/1200us instead of logic level. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

Button Pin 2 Options (BTN_OPTIONS2)

Options for Pin 2. PWM input detects PWM above or below 1800/1200us instead of logic level. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

Button Pin 3 Options (BTN_OPTIONS3)

Options for Pin 3. PWM input detects PWM above or below 1800/1200us instead of logic level. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

Button Pin 4 Options (BTN_OPTIONS4)

Options for Pin 4. PWM input detects PWM above or below 1800/1200us instead of logic level. Invert changes HIGH state to be logic low voltage on pin, or below 1200us, if PWM input.

Button Pin 1 RC Channel function (BTN_FUNC1)

Auxiliary RC Options function executed on pin change

Button Pin 2 RC Channel function (BTN_FUNC2)

Auxiliary RC Options function executed on pin change

Button Pin 3 RC Channel function (BTN_FUNC3)

Auxiliary RC Options function executed on pin change

Button Pin 4 RC Channel function (BTN_FUNC4)

Auxiliary RC Options function executed on pin change

CAM_ Parameters

Camera shutter (trigger) type (CAM_TRIGG_TYPE)

how to trigger the camera to take a picture

Duration that shutter is held open (CAM_DURATION)

How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)

Servo ON PWM value (CAM_SERVO_ON)

PWM value in microseconds to move servo to when shutter is activated

Servo OFF PWM value (CAM_SERVO_OFF)

PWM value in microseconds to move servo to when shutter is deactivated

Camera trigger distance (CAM_TRIGG_DIST)

Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight.

Relay ON value (CAM_RELAY_ON)

This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera

Minimum time between photos (CAM_MIN_INTERVAL)

Postpone shooting if previous picture was taken less than preset time(ms) ago.

Maximum photo roll angle. (CAM_MAX_ROLL)

Postpone shooting if roll is greater than limit. (0=Disable, will shoot regardless of roll).

Camera feedback pin (CAM_FEEDBACK_PIN)

pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. See also the CAM_FEEDBACK_POL option.

Camera feedback pin polarity (CAM_FEEDBACK_POL)

Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low

Distance-trigging in AUTO mode only (CAM_AUTO_ONLY)

When enabled, trigging by distance is done in AUTO mode only.

Type of camera (0: None, 1: BMMCC) (CAM_TYPE)

Set the camera type that is being used, certain cameras have custom functions that need further configuration, this enables that.

CAM_RC_ Parameters

RunCam device type (CAM_RC_TYPE)

RunCam deviee type used to determine OSD menu structure and shutter options.

RunCam features available (CAM_RC_FEATURES)

Note: This parameter is for advanced users

The available features of the attached RunCam device. If 0 then the RunCam device will be queried for the features it supports, otherwise this setting is used.

RunCam boot delay before allowing updates (CAM_RC_BT_DELAY)

Note: This parameter is for advanced users

Time it takes for the RunCam to become fully ready in ms. If this is too short then commands can get out of sync.

RunCam button delay before allowing further button presses (CAM_RC_BTN_DELAY)

Note: This parameter is for advanced users

Time it takes for the a RunCam button press to be actived in ms. If this is too short then commands can get out of sync.

RunCam mode delay before allowing further button presses (CAM_RC_MDE_DELAY)

Note: This parameter is for advanced users

Time it takes for the a RunCam mode button press to be actived in ms. If a mode change first requires a video recording change then double this value is used. If this is too short then commands can get out of sync.

RunCam control option (CAM_RC_CONTROL)

Note: This parameter is for advanced users

Specifies the allowed actions required to enter the OSD menu

CAN_ Parameters

Loglevel (CAN_LOGLEVEL)

Note: This parameter is for advanced users

Loglevel for recording initialisation and debug information from CAN Interface

CAN_D1_ Parameters

Enable use of specific protocol over virtual driver (CAN_D1_PROTOCOL)

Note: This parameter is for advanced users

Enabling this option starts selected protocol that will use this virtual driver

CAN_D1_KDE_ Parameters

Number of motor poles (CAN_D1_KDE_NPOLE)

Sets the number of motor poles to calculate the correct RPM value

CAN_D1_PC_ Parameters

ESC channels (CAN_D1_PC_ESC_BM)

Note: This parameter is for advanced users

Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN

ESC output rate (CAN_D1_PC_ESC_RT)

Note: This parameter is for advanced users

Output rate of ESC command messages

Servo channels (CAN_D1_PC_SRV_BM)

Note: This parameter is for advanced users

Bitmask defining which servo channels are to be transmitted over Piccolo CAN

Servo command output rate (CAN_D1_PC_SRV_RT)

Note: This parameter is for advanced users

Output rate of servo command messages

CAN_D1_TST_ Parameters

CAN Test Index (CAN_D1_TST_ID)

Note: This parameter is for advanced users

Selects the Index of Test that needs to be run recursively, this value gets reset to 0 at boot.

CANTester LoopRate (CAN_D1_TST_LPR8)

Note: This parameter is for advanced users

Selects the Looprate of Test methods

CAN_D1_UC_ Parameters

UAVCAN node that is used for this network (CAN_D1_UC_NODE)

Note: This parameter is for advanced users

UAVCAN node should be set implicitly

RC Out channels to be transmitted as servo over UAVCAN (CAN_D1_UC_SRV_BM)

Note: This parameter is for advanced users

Bitmask with one set for channel to be transmitted as a servo command over UAVCAN

RC Out channels to be transmitted as ESC over UAVCAN (CAN_D1_UC_ESC_BM)

Note: This parameter is for advanced users

Bitmask with one set for channel to be transmitted as a ESC command over UAVCAN

Servo output rate (CAN_D1_UC_SRV_RT)

Note: This parameter is for advanced users

Maximum transmit rate for servo outputs

CAN_D2_ Parameters

Enable use of specific protocol over virtual driver (CAN_D2_PROTOCOL)

Note: This parameter is for advanced users

Enabling this option starts selected protocol that will use this virtual driver

CAN_D2_KDE_ Parameters

Number of motor poles (CAN_D2_KDE_NPOLE)

Sets the number of motor poles to calculate the correct RPM value

CAN_D2_PC_ Parameters

ESC channels (CAN_D2_PC_ESC_BM)

Note: This parameter is for advanced users

Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN

ESC output rate (CAN_D2_PC_ESC_RT)

Note: This parameter is for advanced users

Output rate of ESC command messages

Servo channels (CAN_D2_PC_SRV_BM)

Note: This parameter is for advanced users

Bitmask defining which servo channels are to be transmitted over Piccolo CAN

Servo command output rate (CAN_D2_PC_SRV_RT)

Note: This parameter is for advanced users

Output rate of servo command messages

CAN_D2_TST_ Parameters

CAN Test Index (CAN_D2_TST_ID)

Note: This parameter is for advanced users

Selects the Index of Test that needs to be run recursively, this value gets reset to 0 at boot.

CANTester LoopRate (CAN_D2_TST_LPR8)

Note: This parameter is for advanced users

Selects the Looprate of Test methods

CAN_D2_UC_ Parameters

UAVCAN node that is used for this network (CAN_D2_UC_NODE)

Note: This parameter is for advanced users

UAVCAN node should be set implicitly

RC Out channels to be transmitted as servo over UAVCAN (CAN_D2_UC_SRV_BM)

Note: This parameter is for advanced users

Bitmask with one set for channel to be transmitted as a servo command over UAVCAN

RC Out channels to be transmitted as ESC over UAVCAN (CAN_D2_UC_ESC_BM)

Note: This parameter is for advanced users

Bitmask with one set for channel to be transmitted as a ESC command over UAVCAN

Servo output rate (CAN_D2_UC_SRV_RT)

Note: This parameter is for advanced users

Maximum transmit rate for servo outputs

CAN_D3_ Parameters

Enable use of specific protocol over virtual driver (CAN_D3_PROTOCOL)

Note: This parameter is for advanced users

Enabling this option starts selected protocol that will use this virtual driver

CAN_D3_KDE_ Parameters

Number of motor poles (CAN_D3_KDE_NPOLE)

Sets the number of motor poles to calculate the correct RPM value

CAN_D3_PC_ Parameters

ESC channels (CAN_D3_PC_ESC_BM)

Note: This parameter is for advanced users

Bitmask defining which ESC (motor) channels are to be transmitted over Piccolo CAN

ESC output rate (CAN_D3_PC_ESC_RT)

Note: This parameter is for advanced users

Output rate of ESC command messages

Servo channels (CAN_D3_PC_SRV_BM)

Note: This parameter is for advanced users

Bitmask defining which servo channels are to be transmitted over Piccolo CAN

Servo command output rate (CAN_D3_PC_SRV_RT)

Note: This parameter is for advanced users

Output rate of servo command messages

CAN_D3_TST_ Parameters

CAN Test Index (CAN_D3_TST_ID)

Note: This parameter is for advanced users

Selects the Index of Test that needs to be run recursively, this value gets reset to 0 at boot.

CANTester LoopRate (CAN_D3_TST_LPR8)

Note: This parameter is for advanced users

Selects the Looprate of Test methods

CAN_D3_UC_ Parameters

UAVCAN node that is used for this network (CAN_D3_UC_NODE)

Note: This parameter is for advanced users

UAVCAN node should be set implicitly

RC Out channels to be transmitted as servo over UAVCAN (CAN_D3_UC_SRV_BM)

Note: This parameter is for advanced users

Bitmask with one set for channel to be transmitted as a servo command over UAVCAN

RC Out channels to be transmitted as ESC over UAVCAN (CAN_D3_UC_ESC_BM)

Note: This parameter is for advanced users

Bitmask with one set for channel to be transmitted as a ESC command over UAVCAN

Servo output rate (CAN_D3_UC_SRV_RT)

Note: This parameter is for advanced users

Maximum transmit rate for servo outputs

CAN_P1_ Parameters

Index of virtual driver to be used with physical CAN interface (CAN_P1_DRIVER)

Enabling this option enables use of CAN buses.

Bitrate of CAN interface (CAN_P1_BITRATE)

Note: This parameter is for advanced users

Bit rate can be set up to from 10000 to 1000000

CAN_P2_ Parameters

Index of virtual driver to be used with physical CAN interface (CAN_P2_DRIVER)

Enabling this option enables use of CAN buses.

Bitrate of CAN interface (CAN_P2_BITRATE)

Note: This parameter is for advanced users

Bit rate can be set up to from 10000 to 1000000

CAN_P3_ Parameters

Index of virtual driver to be used with physical CAN interface (CAN_P3_DRIVER)

Enabling this option enables use of CAN buses.

Bitrate of CAN interface (CAN_P3_BITRATE)

Note: This parameter is for advanced users

Bit rate can be set up to from 10000 to 1000000

CAN_SLCAN_ Parameters

SLCAN Route (CAN_SLCAN_CPORT)

CAN Interface ID to be routed to SLCAN, 0 means no routing

SLCAN Serial Port (CAN_SLCAN_SERNUM)

Serial Port ID to be used for temporary SLCAN iface, -1 means no temporary serial. This parameter is automatically reset on reboot or on timeout. See CAN_SLCAN_TIMOUT for timeout details

SLCAN Timeout (CAN_SLCAN_TIMOUT)

Duration of inactivity after which SLCAN is switched back to original driver in seconds.

SLCAN Start Delay (CAN_SLCAN_SDELAY)

Duration after which slcan starts after setting SERNUM in seconds.

CHUTE_ Parameters

Parachute release enabled or disabled (CHUTE_ENABLED)

Parachute release enabled or disabled

Parachute release mechanism type (relay or servo) (CHUTE_TYPE)

Parachute release mechanism type (relay or servo)

Parachute Servo ON PWM value (CHUTE_SERVO_ON)

Parachute Servo PWM value in microseconds when parachute is released

Servo OFF PWM value (CHUTE_SERVO_OFF)

Parachute Servo PWM value in microseconds when parachute is not released

Parachute min altitude in meters above home (CHUTE_ALT_MIN)

Parachute min altitude above home. Parachute will not be released below this altitude. 0 to disable alt check.

Parachute release delay (CHUTE_DELAY_MS)

Delay in millseconds between motor stop and chute release

Critical sink speed rate in m/s to trigger emergency parachute (CHUTE_CRT_SINK)

Release parachute when critical sink rate is reached

COMPASS_ Parameters

Compass offsets in milligauss on the X axis (COMPASS_OFS_X)

Note: This parameter is for advanced users

Offset to be added to the compass x-axis values to compensate for metal in the frame

Compass offsets in milligauss on the Y axis (COMPASS_OFS_Y)

Note: This parameter is for advanced users

Offset to be added to the compass y-axis values to compensate for metal in the frame

Compass offsets in milligauss on the Z axis (COMPASS_OFS_Z)

Note: This parameter is for advanced users

Offset to be added to the compass z-axis values to compensate for metal in the frame

Compass declination (COMPASS_DEC)

An angle to compensate between the true north and magnetic north

Learn compass offsets automatically (COMPASS_LEARN)

Note: This parameter is for advanced users

Enable or disable the automatic learning of compass offsets. You can enable learning either using a compass-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator. If this option is enabled then the learnt offsets are saved when you disarm the vehicle. If InFlight learning is enabled then the compass with automatically start learning once a flight starts (must be armed). While InFlight learning is running you cannot use position control modes.

Use compass for yaw (COMPASS_USE)

Note: This parameter is for advanced users

Enable or disable the use of the compass (instead of the GPS) for determining heading

Auto Declination (COMPASS_AUTODEC)

Note: This parameter is for advanced users

Enable or disable the automatic calculation of the declination based on gps location

Motor interference compensation type (COMPASS_MOTCT)

Note: This parameter is for advanced users

Set motor interference compensation type to disabled, throttle or current. Do not change manually.

Motor interference compensation for body frame X axis (COMPASS_MOT_X)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to the compass's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Motor interference compensation for body frame Y axis (COMPASS_MOT_Y)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to the compass's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Motor interference compensation for body frame Z axis (COMPASS_MOT_Z)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Compass orientation (COMPASS_ORIENT)

Note: This parameter is for advanced users

The orientation of the first external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used.

Compass is attached via an external cable (COMPASS_EXTERNAL)

Note: This parameter is for advanced users

Configure compass so it is attached externally. This is auto-detected on PX4 and Pixhawk. Set to 1 if the compass is externally connected. When externally connected the COMPASS_ORIENT option operates independently of the AHRS_ORIENTATION board orientation option. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.

Compass2 offsets in milligauss on the X axis (COMPASS_OFS2_X)

Note: This parameter is for advanced users

Offset to be added to compass2's x-axis values to compensate for metal in the frame

Compass2 offsets in milligauss on the Y axis (COMPASS_OFS2_Y)

Note: This parameter is for advanced users

Offset to be added to compass2's y-axis values to compensate for metal in the frame

Compass2 offsets in milligauss on the Z axis (COMPASS_OFS2_Z)

Note: This parameter is for advanced users

Offset to be added to compass2's z-axis values to compensate for metal in the frame

Motor interference compensation to compass2 for body frame X axis (COMPASS_MOT2_X)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to compass2's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Motor interference compensation to compass2 for body frame Y axis (COMPASS_MOT2_Y)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to compass2's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Motor interference compensation to compass2 for body frame Z axis (COMPASS_MOT2_Z)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to compass2's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Compass3 offsets in milligauss on the X axis (COMPASS_OFS3_X)

Note: This parameter is for advanced users

Offset to be added to compass3's x-axis values to compensate for metal in the frame

Compass3 offsets in milligauss on the Y axis (COMPASS_OFS3_Y)

Note: This parameter is for advanced users

Offset to be added to compass3's y-axis values to compensate for metal in the frame

Compass3 offsets in milligauss on the Z axis (COMPASS_OFS3_Z)

Note: This parameter is for advanced users

Offset to be added to compass3's z-axis values to compensate for metal in the frame

Motor interference compensation to compass3 for body frame X axis (COMPASS_MOT3_X)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to compass3's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Motor interference compensation to compass3 for body frame Y axis (COMPASS_MOT3_Y)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to compass3's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Motor interference compensation to compass3 for body frame Z axis (COMPASS_MOT3_Z)

Note: This parameter is for advanced users

Multiplied by the current throttle and added to compass3's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)

Compass device id (COMPASS_DEV_ID)

Note: This parameter is for advanced users

Compass device id. Automatically detected, do not set manually

Compass2 device id (COMPASS_DEV_ID2)

Note: This parameter is for advanced users

Second compass's device id. Automatically detected, do not set manually

Compass3 device id (COMPASS_DEV_ID3)

Note: This parameter is for advanced users

Third compass's device id. Automatically detected, do not set manually

Compass2 used for yaw (COMPASS_USE2)

Note: This parameter is for advanced users

Enable or disable the secondary compass for determining heading.

Compass2 orientation (COMPASS_ORIENT2)

Note: This parameter is for advanced users

The orientation of a second external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used.

Compass2 is attached via an external cable (COMPASS_EXTERN2)

Note: This parameter is for advanced users

Configure second compass so it is attached externally. This is auto-detected on PX4 and Pixhawk. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.

Compass3 used for yaw (COMPASS_USE3)

Note: This parameter is for advanced users

Enable or disable the tertiary compass for determining heading.

Compass3 orientation (COMPASS_ORIENT3)

Note: This parameter is for advanced users

The orientation of a third external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used.

Compass3 is attached via an external cable (COMPASS_EXTERN3)

Note: This parameter is for advanced users

Configure third compass so it is attached externally. This is auto-detected on PX4 and Pixhawk. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.

Compass soft-iron diagonal X component (COMPASS_DIA_X)

Note: This parameter is for advanced users

DIA_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass soft-iron diagonal Y component (COMPASS_DIA_Y)

Note: This parameter is for advanced users

DIA_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass soft-iron diagonal Z component (COMPASS_DIA_Z)

Note: This parameter is for advanced users

DIA_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass soft-iron off-diagonal X component (COMPASS_ODI_X)

Note: This parameter is for advanced users

ODI_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass soft-iron off-diagonal Y component (COMPASS_ODI_Y)

Note: This parameter is for advanced users

ODI_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass soft-iron off-diagonal Z component (COMPASS_ODI_Z)

Note: This parameter is for advanced users

ODI_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass2 soft-iron diagonal X component (COMPASS_DIA2_X)

Note: This parameter is for advanced users

DIA_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass2 soft-iron diagonal Y component (COMPASS_DIA2_Y)

Note: This parameter is for advanced users

DIA_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass2 soft-iron diagonal Z component (COMPASS_DIA2_Z)

Note: This parameter is for advanced users

DIA_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass2 soft-iron off-diagonal X component (COMPASS_ODI2_X)

Note: This parameter is for advanced users

ODI_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass2 soft-iron off-diagonal Y component (COMPASS_ODI2_Y)

Note: This parameter is for advanced users

ODI_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass2 soft-iron off-diagonal Z component (COMPASS_ODI2_Z)

Note: This parameter is for advanced users

ODI_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass3 soft-iron diagonal X component (COMPASS_DIA3_X)

Note: This parameter is for advanced users

DIA_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass3 soft-iron diagonal Y component (COMPASS_DIA3_Y)

Note: This parameter is for advanced users

DIA_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass3 soft-iron diagonal Z component (COMPASS_DIA3_Z)

Note: This parameter is for advanced users

DIA_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass3 soft-iron off-diagonal X component (COMPASS_ODI3_X)

Note: This parameter is for advanced users

ODI_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass3 soft-iron off-diagonal Y component (COMPASS_ODI3_Y)

Note: This parameter is for advanced users

ODI_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass3 soft-iron off-diagonal Z component (COMPASS_ODI3_Z)

Note: This parameter is for advanced users

ODI_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]

Compass calibration fitness (COMPASS_CAL_FIT)

Note: This parameter is for advanced users

This controls the fitness level required for a successful compass calibration. A lower value makes for a stricter fit (less likely to pass). This is the value used for the primary magnetometer. Other magnetometers get double the value.

Compass maximum offset (COMPASS_OFFS_MAX)

Note: This parameter is for advanced users

This sets the maximum allowed compass offset in calibration and arming checks

Compass disable driver type mask (COMPASS_TYPEMASK)

Note: This parameter is for advanced users

This is a bitmask of driver types to disable. If a driver type is set in this mask then that driver will not try to find a sensor at startup

Range in which sample is accepted (COMPASS_FLTR_RNG)

This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.

Automatically check orientation (COMPASS_AUTO_ROT)

When enabled this will automatically check the orientation of compasses on successful completion of compass calibration. If set to 2 then external compasses will have their orientation automatically corrected.

Compass device id with 1st order priority (COMPASS_PRIO1_ID)

Note: This parameter is for advanced users

Compass device id with 1st order priority, set automatically if 0. Reboot required after change.

Compass device id with 2nd order priority (COMPASS_PRIO2_ID)

Note: This parameter is for advanced users

Compass device id with 2nd order priority, set automatically if 0. Reboot required after change.

Compass device id with 3rd order priority (COMPASS_PRIO3_ID)

Note: This parameter is for advanced users

Compass device id with 3rd order priority, set automatically if 0. Reboot required after change.

Enable Compass (COMPASS_ENABLE)

Setting this to Enabled(1) will enable the compass. Setting this to Disabled(0) will disable the compass. Note that this is separate from COMPASS_USE. This will enable the low level senor, and will enable logging of magnetometer data. To use the compass for navigation you must also set COMPASS_USE to 1.

Compass1 scale factor (COMPASS_SCALE)

Scaling factor for first compass to compensate for sensor scaling errors. If this is 0 then no scaling is done

Compass2 scale factor (COMPASS_SCALE2)

Scaling factor for 2nd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done

Compass3 scale factor (COMPASS_SCALE3)

Scaling factor for 3rd compass to compensate for sensor scaling errors. If this is 0 then no scaling is done

Compass options (COMPASS_OPTIONS)

Note: This parameter is for advanced users

This sets options to change the behaviour of the compass

Compass4 device id (COMPASS_DEV_ID4)

Note: This parameter is for advanced users

Extra 4th compass's device id. Automatically detected, do not set manually

Compass5 device id (COMPASS_DEV_ID5)

Note: This parameter is for advanced users

Extra 5th compass's device id. Automatically detected, do not set manually

Compass6 device id (COMPASS_DEV_ID6)

Note: This parameter is for advanced users

Extra 6th compass's device id. Automatically detected, do not set manually

Compass7 device id (COMPASS_DEV_ID7)

Note: This parameter is for advanced users

Extra 7th compass's device id. Automatically detected, do not set manually

Compass8 device id (COMPASS_DEV_ID8)

Note: This parameter is for advanced users

Extra 8th compass's device id. Automatically detected, do not set manually

Custom orientation roll offset (COMPASS_CUS_ROLL)

Note: This parameter is for advanced users

Compass mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.

Custom orientation pitch offset (COMPASS_CUS_PIT)

Note: This parameter is for advanced users

Compass mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.

Custom orientation yaw offset (COMPASS_CUS_YAW)

Note: This parameter is for advanced users

Compass mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when COMPASS_ORIENT/2/3 is set to CUSTOM.

COMPASS_PMOT Parameters

per-motor compass correction enable (COMPASS_PMOT_EN)

Note: This parameter is for advanced users

This enables per-motor compass corrections

per-motor exponential correction (COMPASS_PMOT_EXP)

Note: This parameter is for advanced users

This is the exponential correction for the power output of the motor for per-motor compass correction

Compass per-motor1 X (COMPASS_PMOT1_X)

Note: This parameter is for advanced users

Compensation for X axis of motor1

Compass per-motor1 Y (COMPASS_PMOT1_Y)

Note: This parameter is for advanced users

Compensation for Y axis of motor1

Compass per-motor1 Z (COMPASS_PMOT1_Z)

Note: This parameter is for advanced users

Compensation for Z axis of motor1

Compass per-motor2 X (COMPASS_PMOT2_X)

Note: This parameter is for advanced users

Compensation for X axis of motor2

Compass per-motor2 Y (COMPASS_PMOT2_Y)

Note: This parameter is for advanced users

Compensation for Y axis of motor2

Compass per-motor2 Z (COMPASS_PMOT2_Z)

Note: This parameter is for advanced users

Compensation for Z axis of motor2

Compass per-motor3 X (COMPASS_PMOT3_X)

Note: This parameter is for advanced users

Compensation for X axis of motor3

Compass per-motor3 Y (COMPASS_PMOT3_Y)

Note: This parameter is for advanced users

Compensation for Y axis of motor3

Compass per-motor3 Z (COMPASS_PMOT3_Z)

Note: This parameter is for advanced users

Compensation for Z axis of motor3

Compass per-motor4 X (COMPASS_PMOT4_X)

Note: This parameter is for advanced users

Compensation for X axis of motor4

Compass per-motor4 Y (COMPASS_PMOT4_Y)

Note: This parameter is for advanced users

Compensation for Y axis of motor4

Compass per-motor4 Z (COMPASS_PMOT4_Z)

Note: This parameter is for advanced users

Compensation for Z axis of motor4

EAHRS Parameters

AHRS type (EAHRS_TYPE)

Type of AHRS device

AHRS data rate (EAHRS_RATE)

Requested rate for AHRS device

EFI Parameters

EFI communication type (EFI_TYPE)

Note: This parameter is for advanced users

What method of communication is used for EFI #1

EFI Calibration Coefficient 1 (EFI_COEF1)

Note: This parameter is for advanced users

Used to calibrate fuel flow for MS protocol (Slope)

EFI Calibration Coefficient 2 (EFI_COEF2)

Note: This parameter is for advanced users

Used to calibrate fuel flow for MS protocol (Offset)

EK2_ Parameters

Enable EKF2 (EK2_ENABLE)

Note: This parameter is for advanced users

This enables EKF2. Enabling EKF2 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=2. A reboot or restart will need to be performed after changing the value of EK2_ENABLE for it to take effect.

GPS mode control (EK2_GPS_TYPE)

Note: This parameter is for advanced users

This controls use of GPS measurements : 0 = use 3D velocity & 2D position, 1 = use 2D velocity and 2D position, 2 = use 2D position, 3 = Inhibit GPS use - this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors.

GPS horizontal velocity measurement noise (m/s) (EK2_VELNE_M_NSE)

Note: This parameter is for advanced users

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.

GPS vertical velocity measurement noise (m/s) (EK2_VELD_M_NSE)

Note: This parameter is for advanced users

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.

GPS velocity innovation gate size (EK2_VEL_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements willbe rejected. Increasing it makes it more likely that bad measurements will be accepted.

GPS horizontal position measurement noise (m) (EK2_POSNE_M_NSE)

Note: This parameter is for advanced users

This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.

GPS position measurement gate size (EK2_POS_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

GPS glitch radius gate size (m) (EK2_GLITCH_RAD)

Note: This parameter is for advanced users

This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position.

Primary altitude sensor source (EK2_ALT_SOURCE)

Note: This parameter is for advanced users

Primary height sensor used by the EKF. If a sensor other than Baro is selected and becomes unavailable, then the Baro sensor will be used as a fallback. NOTE: The EK2_RNG_USE_HGT parameter can be used to switch to range-finder when close to the ground in conjunction with EK2_ALT_SOURCE = 0 or 2 (Baro or GPS).

Altitude measurement noise (m) (EK2_ALT_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors.

Height measurement gate size (EK2_HGT_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Height measurement delay (msec) (EK2_HGT_DELAY)

Note: This parameter is for advanced users

This is the number of msec that the Height measurements lag behind the inertial measurements.

Magnetometer measurement noise (Gauss) (EK2_MAG_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.

Magnetometer default fusion mode (EK2_MAG_CAL)

Note: This parameter is for advanced users

This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states, when it will use a simpler magnetic heading fusion model that does not use magnetic field states and when it will use an alternative method of yaw determination to the magnetometer. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK2_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK2_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK2_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK2_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK2_MAG_CAL = 4 uses 3-axis fusion at all times. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK2_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 with COMPASS_ENABLE set to 1. If this is done, the EK2_GSF_RUN and EK2_GSF_USE masks must be set to the same as EK2_IMU_MASK.

Magnetometer measurement gate size (EK2_MAG_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Equivalent airspeed measurement noise (m/s) (EK2_EAS_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.

Airspeed measurement gate size (EK2_EAS_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Range finder measurement noise (m) (EK2_RNG_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.

Range finder measurement gate size (EK2_RNG_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Maximum valid optical flow rate (EK2_MAX_FLOW)

Note: This parameter is for advanced users

This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter

Optical flow measurement noise (rad/s) (EK2_FLOW_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.

Optical Flow measurement gate size (EK2_FLOW_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Optical Flow measurement delay (msec) (EK2_FLOW_DELAY)

Note: This parameter is for advanced users

This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.

Rate gyro noise (rad/s) (EK2_GYRO_P_NSE)

Note: This parameter is for advanced users

This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.

Accelerometer noise (m/s^2) (EK2_ACC_P_NSE)

Note: This parameter is for advanced users

This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.

Rate gyro bias stability (rad/s/s) (EK2_GBIAS_P_NSE)

Note: This parameter is for advanced users

This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.

Rate gyro scale factor stability (1/s) (EK2_GSCL_P_NSE)

Note: This parameter is for advanced users

This noise controls the rate of gyro scale factor learning. Increasing it makes rate gyro scale factor estimation faster and noisier.

Accelerometer bias stability (m/s^3) (EK2_ABIAS_P_NSE)

Note: This parameter is for advanced users

This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.

Wind velocity process noise (m/s^2) (EK2_WIND_P_NSE)

Note: This parameter is for advanced users

This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.

Height rate to wind process noise scaler (EK2_WIND_PSCALE)

Note: This parameter is for advanced users

This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.

GPS preflight check (EK2_GPS_CHECK)

Note: This parameter is for advanced users

This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.

Bitmask of active IMUs (EK2_IMU_MASK)

Note: This parameter is for advanced users

1 byte bitmap of IMUs to use in EKF2. A separate instance of EKF2 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF2 will fail to start.

GPS accuracy check scaler (%) (EK2_CHECK_SCALE)

Note: This parameter is for advanced users

This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.

Non-GPS operation position uncertainty (m) (EK2_NOAID_M_NSE)

Note: This parameter is for advanced users

This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.

Yaw measurement noise (rad) (EK2_YAW_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.

Yaw measurement gate size (EK2_YAW_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Output complementary filter time constant (centi-sec) (EK2_TAU_OUTPUT)

Note: This parameter is for advanced users

Sets the time constant of the output complementary filter/predictor in centi-seconds.

Earth magnetic field process noise (gauss/s) (EK2_MAGE_P_NSE)

Note: This parameter is for advanced users

This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.

Body magnetic field process noise (gauss/s) (EK2_MAGB_P_NSE)

Note: This parameter is for advanced users

This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.

Range finder switch height percentage (EK2_RNG_USE_HGT)

Note: This parameter is for advanced users

Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFND_MAX_CM). This will not work unless Baro or GPS height is selected as the primary height source vis EK2_ALT_SOURCE = 0 or 2 respectively. This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point.

Maximum terrain gradient (EK2_TERR_GRAD)

Note: This parameter is for advanced users

Specifies the maximum gradient of the terrain below the vehicle assumed when it is fusing range finder or optical flow to estimate terrain height.

Range beacon measurement noise (m) (EK2_BCN_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.

Range beacon measurement gate size (EK2_BCN_I_GTE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Range beacon measurement delay (msec) (EK2_BCN_DELAY)

Note: This parameter is for advanced users

This is the number of msec that the range beacon measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.

Range finder max ground speed (EK2_RNG_USE_SPD)

Note: This parameter is for advanced users

The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.

Bitmask of active EKF cores that will always use heading fusion (EK2_MAG_MASK)

Note: This parameter is for advanced users

1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.

Bitmask control of EKF reference height correction (EK2_OGN_HGT_MASK)

Note: This parameter is for advanced users

When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).

Optical flow use bitmask (EK2_FLOW_USE)

Note: This parameter is for advanced users

Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator.

EarthField error limit (EK2_MAG_EF_LIM)

Note: This parameter is for advanced users

This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables.

Height rate filter crossover frequency (EK2_HRT_FILT)

Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.

Bitmask of which EKF-GSF yaw estimators run (EK2_GSF_RUN_MASK)

Note: This parameter is for advanced users

1 byte bitmap of which EKF2 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF2 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK2_GSF_USE, EK2_GSF_DELAY and EK2_GSF_MAXCOUNT parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK2_GSF_USE to 0.

Bitmask of which EKF-GSF yaw estimators are used (EK2_GSF_USE_MASK)

Note: This parameter is for advanced users

1 byte bitmap of which EKF2 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK2_GSF_RUN parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF2 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF2 instance. Additionally the EKF2 will initiate a reset internally if navigation is lost for more than EK2_GSF_DELAY milli seconds.

Maximum number of resets to the EKF-GSF yaw estimate allowed (EK2_GSF_RST_MAX)

Note: This parameter is for advanced users

Sets the maximum number of times the EKF2 will be allowed to reset it's yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK2_GSF_USE parameter.

EK3_ Parameters

Enable EKF3 (EK3_ENABLE)

Note: This parameter is for advanced users

This enables EKF3. Enabling EKF3 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=3. A reboot or restart will need to be performed after changing the value of EK3_ENABLE for it to take effect.

GPS horizontal velocity measurement noise (m/s) (EK3_VELNE_M_NSE)

Note: This parameter is for advanced users

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.

GPS vertical velocity measurement noise (m/s) (EK3_VELD_M_NSE)

Note: This parameter is for advanced users

This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.

GPS velocity innovation gate size (EK3_VEL_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements willbe rejected. Increasing it makes it more likely that bad measurements will be accepted.

GPS horizontal position measurement noise (m) (EK3_POSNE_M_NSE)

Note: This parameter is for advanced users

This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.

GPS position measurement gate size (EK3_POS_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

GPS glitch radius gate size (m) (EK3_GLITCH_RAD)

Note: This parameter is for advanced users

This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position.

Altitude measurement noise (m) (EK3_ALT_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors.

Height measurement gate size (EK3_HGT_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Height measurement delay (msec) (EK3_HGT_DELAY)

Note: This parameter is for advanced users

This is the number of msec that the Height measurements lag behind the inertial measurements.

Magnetometer measurement noise (Gauss) (EK3_MAG_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.

Magnetometer default fusion mode (EK3_MAG_CAL)

Note: This parameter is for advanced users

This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK3_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK3_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK3_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK3_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK3_MAG_CAL = 4 uses 3-axis fusion at all times. EK3_MAG_CAL = 5 uses an external yaw sensor with simple heading fusion. NOTE : Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. EK3_MAG_CAL = 6 uses an external yaw sensor with fallback to compass when the external sensor is not available if we are flying. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter. NOTE: limited operation without a magnetometer or any other yaw sensor is possible by setting all COMPASS_USE, COMPASS_USE2, COMPASS_USE3, etc parameters to 0 and setting COMPASS_ENABLE to 0. If this is done, the EK3_GSF_RUN and EK3_GSF_USE masks must be set to the same as EK3_IMU_MASK. A yaw angle derived from IMU and GPS velocity data using a Gaussian Sum Filter (GSF) will then be used to align the yaw when flight commences and there is sufficient movement.

Magnetometer measurement gate size (EK3_MAG_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Equivalent airspeed measurement noise (m/s) (EK3_EAS_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.

Airspeed measurement gate size (EK3_EAS_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Range finder measurement noise (m) (EK3_RNG_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.

Range finder measurement gate size (EK3_RNG_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Maximum valid optical flow rate (EK3_MAX_FLOW)

Note: This parameter is for advanced users

This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter

Optical flow measurement noise (rad/s) (EK3_FLOW_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.

Optical Flow measurement gate size (EK3_FLOW_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Optical Flow measurement delay (msec) (EK3_FLOW_DELAY)

Note: This parameter is for advanced users

This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.

Rate gyro noise (rad/s) (EK3_GYRO_P_NSE)

Note: This parameter is for advanced users

This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.

Accelerometer noise (m/s^2) (EK3_ACC_P_NSE)

Note: This parameter is for advanced users

This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.

Rate gyro bias stability (rad/s/s) (EK3_GBIAS_P_NSE)

Note: This parameter is for advanced users

This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.

Accelerometer bias stability (m/s^3) (EK3_ABIAS_P_NSE)

Note: This parameter is for advanced users

This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.

Wind velocity process noise (m/s^2) (EK3_WIND_P_NSE)

Note: This parameter is for advanced users

This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.

Height rate to wind process noise scaler (EK3_WIND_PSCALE)

Note: This parameter is for advanced users

This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.

GPS preflight check (EK3_GPS_CHECK)

Note: This parameter is for advanced users

This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.

Bitmask of active IMUs (EK3_IMU_MASK)

Note: This parameter is for advanced users

1 byte bitmap of IMUs to use in EKF3. A separate instance of EKF3 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF3 will fail to start.

GPS accuracy check scaler (%) (EK3_CHECK_SCALE)

Note: This parameter is for advanced users

This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.

Non-GPS operation position uncertainty (m) (EK3_NOAID_M_NSE)

Note: This parameter is for advanced users

This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.

Bitmask controlling sidelip angle fusion (EK3_BETA_MASK)

Note: This parameter is for advanced users

1 byte bitmap controlling use of sideslip angle fusion for estimation of non wind states during operation of 'fly forward' vehicle types such as fixed wing planes. By assuming that the angle of sideslip is small, the wind velocity state estimates are corrected whenever the EKF is not dead reckoning (e.g. has an independent velocity or position sensor such as GPS). This behaviour is on by default and cannot be disabled. When the EKF is dead reckoning, the wind states are used as a reference, enabling use of the small angle of sideslip assumption to correct non wind velocity states (eg attitude, velocity, position, etc) and improve navigation accuracy. This behaviour is on by default and cannot be disabled. The behaviour controlled by this parameter is the use of the small angle of sideslip assumption to correct non wind velocity states when the EKF is NOT dead reckoning. This is primarily of benefit to reduce the buildup of yaw angle errors during straight and level flight without a yaw sensor (e.g. magnetometer or dual antenna GPS yaw) provided aerobatic flight maneuvers with large sideslip angles are not performed. The 'always' option might be used where the yaw sensor is intentionally not fitted or disabled. The 'WhenNoYawSensor' option might be used if a yaw sensor is fitted, but protection against in-flight failure and continual rejection by the EKF is desired. For vehicles operated within visual range of the operator performing frequent turning maneuvers, setting this parameter is unnecessary.

Yaw measurement noise (rad) (EK3_YAW_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.

Yaw measurement gate size (EK3_YAW_I_GATE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Output complementary filter time constant (centi-sec) (EK3_TAU_OUTPUT)

Note: This parameter is for advanced users

Sets the time constant of the output complementary filter/predictor in centi-seconds.

Earth magnetic field process noise (gauss/s) (EK3_MAGE_P_NSE)

Note: This parameter is for advanced users

This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.

Body magnetic field process noise (gauss/s) (EK3_MAGB_P_NSE)

Note: This parameter is for advanced users

This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.

Range finder switch height percentage (EK3_RNG_USE_HGT)

Note: This parameter is for advanced users

Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFNDx_MAX_CM) and the primary height source is Baro or GPS (see EK3_SRCx_POSZ). This feature should not be used for terrain following as it is designed for vertical takeoff and landing with climb above the range finder use height before commencing the mission, and with horizontal position changes below that height being limited to a flat region around the takeoff and landing point.

Maximum terrain gradient (EK3_TERR_GRAD)

Note: This parameter is for advanced users

Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference

Range beacon measurement noise (m) (EK3_BCN_M_NSE)

Note: This parameter is for advanced users

This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.

Range beacon measurement gate size (EK3_BCN_I_GTE)

Note: This parameter is for advanced users

This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.

Range beacon measurement delay (msec) (EK3_BCN_DELAY)

Note: This parameter is for advanced users

This is the number of msec that the range beacon measurements lag behind the inertial measurements.

Range finder max ground speed (EK3_RNG_USE_SPD)

Note: This parameter is for advanced users

The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.

Accelerometer bias limit (EK3_ACC_BIAS_LIM)

Note: This parameter is for advanced users

The accelerometer bias state will be limited to +- this value

Bitmask of active EKF cores that will always use heading fusion (EK3_MAG_MASK)

Note: This parameter is for advanced users

1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.

Bitmask control of EKF reference height correction (EK3_OGN_HGT_MASK)

Note: This parameter is for advanced users

When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).

Visual odometry minimum velocity error (EK3_VIS_VERR_MIN)

Note: This parameter is for advanced users

This is the 1-STD odometry velocity observation error that will be assumed when maximum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.

Visual odometry maximum velocity error (EK3_VIS_VERR_MAX)

Note: This parameter is for advanced users

This is the 1-STD odometry velocity observation error that will be assumed when minimum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.

Wheel odometry velocity error (EK3_WENC_VERR)

Note: This parameter is for advanced users

This is the 1-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused.

Optical flow use bitmask (EK3_FLOW_USE)

Note: This parameter is for advanced users

Controls if the optical flow data is fused into the 24-state navigation estimator OR the 1-state terrain height estimator.

Height rate filter crossover frequency (EK3_HRT_FILT)

Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.

EarthField error limit (EK3_MAG_EF_LIM)

Note: This parameter is for advanced users

This limits the difference between the learned earth magnetic field and the earth field from the world magnetic model tables. A value of zero means to disable the use of the WMM tables.

Bitmask of which EKF-GSF yaw estimators run (EK3_GSF_RUN_MASK)

Note: This parameter is for advanced users

1 byte bitmap of which EKF3 instances run an independant EKF-GSF yaw estimator to provide a backup yaw estimate that doesn't rely on magnetometer data. This estimator uses IMU, GPS and, if available, airspeed data. EKF-GSF yaw estimator data for the primary EKF3 instance will be logged as GSF0 and GSF1 messages. Use of the yaw estimate generated by this algorithm is controlled by the EK3_GSF_USE, EK3_GSF_DELAY and EK3_GSF_MAXCOUNT parameters. To run the EKF-GSF yaw estimator in ride-along and logging only, set EK3_GSF_USE to 0.

Bitmask of which EKF-GSF yaw estimators are used (EK3_GSF_USE_MASK)

Note: This parameter is for advanced users

1 byte bitmap of which EKF3 instances will use the output from the EKF-GSF yaw estimator that has been turned on by the EK3_GSF_RUN parameter. If the inertial navigation calculation stops following the GPS, then the vehicle code can request EKF3 to attempt to resolve the issue, either by performing a yaw reset if enabled by this parameter by switching to another EKF3 instance. Additionally the EKF3 will initiate a reset internally if navigation is lost for more than EK3_GSF_DELAY milli seconds.

Maximum number of resets to the EKF-GSF yaw estimate allowed (EK3_GSF_RST_MAX)

Note: This parameter is for advanced users

Sets the maximum number of times the EKF3 will be allowed to reset it's yaw to the estimate from the EKF-GSF yaw estimator. No resets will be allowed unless the use of the EKF-GSF yaw estimate is enabled via the EK3_GSF_USE parameter.

EKF3 Lane Relative Error Sensitivity Threshold (EK3_ERR_THRESH)

Note: This parameter is for advanced users

lanes have to be consistently better than the primary by at least this threshold to reduce their overall relativeCoreError, lowering this makes lane switching more sensitive to smaller error differences

EKF3 Sensor Affinity Options (EK3_AFFINITY)

Note: This parameter is for advanced users

These options control the affinity between sensor instances and EKF cores

Ballistic coefficient for X axis drag (EK3_DRAG_BCOEF_X)

Note: This parameter is for advanced users

Ratio of mass to drag coefficient measured along the X body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the frontal area. The predicted drag from the rotors is specified separately by the EK3_MCOEF parameter.

Ballistic coefficient for Y axis drag (EK3_DRAG_BCOEF_Y)

Note: This parameter is for advanced users

Ratio of mass to drag coefficient measured along the Y body axis. This parameter enables estimation of wind drift for vehicles with bluff bodies and without propulsion forces in the X and Y direction (eg multicopters). The drag produced by this effect scales with speed squared. Set to a postive value > 1.0 to enable. A starting value is the mass in Kg divided by the side area. The predicted drag from the rotors is specified separately by the EK3_MCOEF parameter.

Observation noise for drag acceleration (EK3_DRAG_M_NSE)

Note: This parameter is for advanced users

This sets the amount of noise used when fusing X and Y acceleration as an observation that enables esitmation of wind velocity for multi-rotor vehicles. This feature is enabled by the EK3_BCOEF_X and EK3_BCOEF_Y parameters

Momentum coefficient for propeller drag (EK3_DRAG_MCOEF)

Note: This parameter is for advanced users

This parameter is used to predict the drag produced by the rotors when flying a multi-copter, enabling estimation of wind drift. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the rotors axis of rotation is lost when passing through the rotor disc which changes the momentum of the airflow causing drag. For unducted rotors the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with different propellers. It is higher for ducted rotors. For example if flying at 15 m/s at sea level conditions produces a rotor induced drag acceleration of 1.5 m/s/s, then EK3_MCOEF would be set to 0.1 = (1.5/15.0). Set EK3_MCOEF to a postive value to enable wind estimation using this drag effect. To account for the drag produced by the body which scales with speed squared, see documentation for the EK3_BCOEF_X and EK3_BCOEF_Y parameters.

On ground not moving test scale factor (EK3_OGNM_TEST_SF)

Note: This parameter is for advanced users

This parameter is adjust the sensitivity of the on ground not moving test which is used to assist with learning the yaw gyro bias and stopping yaw drift before flight when operating without a yaw sensor. Bigger values allow the detection of a not moving condition with noiser IMU data. Check the XKFM data logged when the vehicle is on ground not moving and adjust the value of OGNM_TEST_SF to be slightly higher than the maximum value of the XKFM.ADR, XKFM.ALR, XKFM.GDR and XKFM.GLR test levels.

Baro height ground effect dead zone (EK3_GND_EFF_DZ)

Note: This parameter is for advanced users

This parameter sets the size of the dead zone that is applied to negative baro height spikes that can occur when takeing off or landing when a vehicle with lift rotors is operating in ground effect ground effect. Set to about 0.5m less than the amount of negative offset in baro height that occurs just prior to takeoff when lift motors are spooling up. Set to 0 if no ground effect is present.

EK3_SRC Parameters

Position Horizontal Source (Primary) (EK3_SRC1_POSXY)

Note: This parameter is for advanced users

Position Horizontal Source (Primary)

Velocity Horizontal Source (EK3_SRC1_VELXY)

Note: This parameter is for advanced users

Velocity Horizontal Source

Position Vertical Source (EK3_SRC1_POSZ)

Note: This parameter is for advanced users

Position Vertical Source

Velocity Vertical Source (EK3_SRC1_VELZ)

Note: This parameter is for advanced users

Velocity Vertical Source

Yaw Source (EK3_SRC1_YAW)

Note: This parameter is for advanced users

Yaw Source

Position Horizontal Source (Secondary) (EK3_SRC2_POSXY)

Note: This parameter is for advanced users

Position Horizontal Source (Secondary)

Velocity Horizontal Source (Secondary) (EK3_SRC2_VELXY)

Note: This parameter is for advanced users

Velocity Horizontal Source (Secondary)

Position Vertical Source (Secondary) (EK3_SRC2_POSZ)

Note: This parameter is for advanced users

Position Vertical Source (Secondary)

Velocity Vertical Source (Secondary) (EK3_SRC2_VELZ)

Note: This parameter is for advanced users

Velocity Vertical Source (Secondary)

Yaw Source (Secondary) (EK3_SRC2_YAW)

Note: This parameter is for advanced users

Yaw Source (Secondary)

Position Horizontal Source (Tertiary) (EK3_SRC3_POSXY)

Note: This parameter is for advanced users

Position Horizontal Source (Tertiary)

Velocity Horizontal Source (Tertiary) (EK3_SRC3_VELXY)

Note: This parameter is for advanced users

Velocity Horizontal Source (Tertiary)

Position Vertical Source (Tertiary) (EK3_SRC3_POSZ)

Note: This parameter is for advanced users

Position Vertical Source (Tertiary)

Velocity Vertical Source (Tertiary) (EK3_SRC3_VELZ)

Note: This parameter is for advanced users

Velocity Vertical Source (Tertiary)

Yaw Source (Tertiary) (EK3_SRC3_YAW)

Note: This parameter is for advanced users

Yaw Source (Tertiary)

EKF Source Options (EK3_SRC_OPTIONS)

Note: This parameter is for advanced users

EKF Source Options

FENCE_ Parameters

Fence enable/disable (FENCE_ENABLE)

Allows you to enable (1) or disable (0) the fence functionality

Fence Type (FENCE_TYPE)

Enabled fence types held as bitmask

Fence Action (FENCE_ACTION)

What action should be taken when fence is breached

Fence Maximum Altitude (FENCE_ALT_MAX)

Maximum altitude allowed before geofence triggers

Circular Fence Radius (FENCE_RADIUS)

Circle fence radius which when breached will cause an RTL

Fence Margin (FENCE_MARGIN)

Distance that autopilot's should maintain from the fence to avoid a breach

Fence polygon point total (FENCE_TOTAL)

Number of polygon points saved in eeprom (do not update manually)

Fence Minimum Altitude (FENCE_ALT_MIN)

Minimum altitude allowed before geofence triggers

Fence Return to Rally (FENCE_RET_RALLY)

Should the vehicle return to fence return point or rally point

Fence Return Altitude (FENCE_RET_ALT)

Altitude the vehicle will transit to when a fence breach occurs

Fence Auto-Enable (FENCE_AUTOENABLE)

Auto-enable of fence

FFT_ Parameters

Enable (FFT_ENABLE)

Note: This parameter is for advanced users

Enable Gyro FFT analyser

Minimum Frequency (FFT_MINHZ)

Note: This parameter is for advanced users

Lower bound of FFT frequency detection in Hz. On larger vehicles the minimum motor frequency is likely to be significantly lower than for smaller vehicles.

Maximum Frequency (FFT_MAXHZ)

Note: This parameter is for advanced users

Upper bound of FFT frequency detection in Hz. On smaller vehicles the maximum motor frequency is likely to be significantly higher than for larger vehicles.

Sample Mode (FFT_SAMPLE_MODE)

Note: This parameter is for advanced users

Sampling mode (and therefore rate). 0: Gyro rate sampling, 1: Fast loop rate sampling, 2: Fast loop rate / 2 sampling, 3: Fast loop rate / 3 sampling. Takes effect on reboot.

FFT window size (FFT_WINDOW_SIZE)

Note: This parameter is for advanced users

Size of window to be used in FFT calculations. Takes effect on reboot. Must be a power of 2 and between 32 and 512. Larger windows give greater frequency resolution but poorer time resolution, consume more CPU time and may not be appropriate for all vehicles. Time and frequency resolution are given by the sample-rate / window-size. Windows of 256 are only really recommended for F7 class boards, windows of 512 or more H7 class.

FFT window overlap (FFT_WINDOW_OLAP)

Note: This parameter is for advanced users

Percentage of window to be overlapped before another frame is process. Takes effect on reboot. A good default is 50% overlap. Higher overlap results in more processed frames but not necessarily more temporal resolution. Lower overlap results in lost information at the frame edges.

FFT learned hover frequency (FFT_FREQ_HOVER)

Note: This parameter is for advanced users

The learned hover noise frequency

FFT learned thrust reference (FFT_THR_REF)

Note: This parameter is for advanced users

FFT learned thrust reference for the hover frequency and FFT minimum frequency.

FFT SNR reference threshold (FFT_SNR_REF)

Note: This parameter is for advanced users

FFT SNR reference threshold in dB at which a signal is determined to be present.

FFT attenuation for bandwidth calculation (FFT_ATT_REF)

Note: This parameter is for advanced users

FFT attenuation level in dB for bandwidth calculation and peak detection. The bandwidth is calculated by comparing peak power output with the attenuated version. The default of 15 has shown to be a good compromise in both simulations and real flight.

FFT learned bandwidth at hover (FFT_BW_HOVER)

Note: This parameter is for advanced users

FFT learned bandwidth at hover for the attenuation frequencies.

FFT harmonic fit frequency threshold (FFT_HMNC_FIT)

Note: This parameter is for advanced users

FFT harmonic fit frequency threshold percentage at which a signal of the appropriate frequency is determined to be the harmonic of another. Signals that have a harmonic relationship that varies at most by this percentage are considered harmonics of each other for the purpose of selecting the harmonic notch frequency. If a match is found then the lower frequency harmonic is always used as the basis for the dynamic harmonic notch. A value of zero completely disables harmonic matching.

FFT harmonic peak target (FFT_HMNC_PEAK)

Note: This parameter is for advanced users

The FFT harmonic peak target that should be returned by FTN1.PkAvg. The resulting value will be used by the harmonic notch if configured to track the FFT frequency. By default the appropriate peak is auto-detected based on the harmonic fit between peaks and the energy-weighted average frequency on roll on pitch is used. Setting this to 1 will always target the highest energy peak. Setting this to 2 will target the highest energy peak that is lower in frequency than the highest energy peak. Setting this to 3 will target the highest energy peak that is higher in frequency than the highest energy peak. Setting this to 4 will target the highest energy peak on the roll axis only and only the roll frequency will be used (some vehicles have a much more pronounced peak on roll). Setting this to 5 will target the highest energy peak on the pitch axis only and only the pitch frequency will be used (some vehicles have a much more pronounced peak on roll).

FLOW Parameters

Optical flow sensor type (FLOW_TYPE)

Optical flow sensor type

X axis optical flow scale factor correction (FLOW_FXSCALER)

This sets the parts per thousand scale factor correction applied to the flow sensor X axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the X axis optical flow reading by 0.1%. Negative values reduce the scale factor.

Y axis optical flow scale factor correction (FLOW_FYSCALER)

This sets the parts per thousand scale factor correction applied to the flow sensor Y axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the Y axis optical flow reading by 0.1%. Negative values reduce the scale factor.

Flow sensor yaw alignment (FLOW_ORIENT_YAW)

Specifies the number of centi-degrees that the flow sensor is yawed relative to the vehicle. A sensor with its X-axis pointing to the right of the vehicle X axis has a positive yaw angle.

X position offset (FLOW_POS_X)

Note: This parameter is for advanced users

X position of the optical flow sensor focal point in body frame. Positive X is forward of the origin.

Y position offset (FLOW_POS_Y)

Note: This parameter is for advanced users

Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin.

Z position offset (FLOW_POS_Z)

Note: This parameter is for advanced users

Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin.

Address on the bus (FLOW_ADDR)

Note: This parameter is for advanced users

This is used to select between multiple possible I2C addresses for some sensor types. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus.

FRSKY_ Parameters

Uplink sensor id (FRSKY_UPLINK_ID)

Note: This parameter is for advanced users

Change the uplink sensor id (SPort only)

First downlink sensor id (FRSKY_DNLINK1_ID)

Note: This parameter is for advanced users

Change the first extra downlink sensor id (SPort only)

Second downlink sensor id (FRSKY_DNLINK2_ID)

Note: This parameter is for advanced users

Change the second extra downlink sensor id (SPort only)

Default downlink sensor id (FRSKY_DNLINK_ID)

Note: This parameter is for advanced users

Change the default downlink sensor id (SPort only)

GEN_ Parameters

Generator type (GEN_TYPE)

Generator type

GPS Parameters

1st GPS type (GPS_TYPE)

Note: This parameter is for advanced users

GPS type of 1st GPS

2nd GPS type (GPS_TYPE2)

Note: This parameter is for advanced users

GPS type of 2nd GPS

Navigation filter setting (GPS_NAVFILTER)

Note: This parameter is for advanced users

Navigation filter engine setting

Automatic Switchover Setting (GPS_AUTO_SWITCH)

Note: This parameter is for advanced users

Automatic switchover to GPS reporting best lock, 1:UseBest selects the GPS with highest status, if both are equal the GPS with highest satellite count is used 4:Use primary if 3D fix or better, will revert to 'UseBest' behaviour if 3D fix is lost on primary

Minimum Lock Type Accepted for DGPS (GPS_MIN_DGPS)

Note: This parameter is for advanced users

Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode.

SBAS Mode (GPS_SBAS_MODE)

Note: This parameter is for advanced users

This sets the SBAS (satellite based augmentation system) mode if available on this GPS. If set to 2 then the SBAS mode is not changed in the GPS. Otherwise the GPS will be reconfigured to enable/disable SBAS. Disabling SBAS may be worthwhile in some parts of the world where an SBAS signal is available but the baseline is too long to be useful.

Minimum elevation (GPS_MIN_ELEV)

Note: This parameter is for advanced users

This sets the minimum elevation of satellites above the horizon for them to be used for navigation. Setting this to -100 leaves the minimum elevation set to the GPS modules default.

Destination for GPS_INJECT_DATA MAVLink packets (GPS_INJECT_TO)

Note: This parameter is for advanced users

The GGS can send raw serial packets to inject data to multiple GPSes.

Swift Binary Protocol Logging Mask (GPS_SBP_LOGMASK)

Note: This parameter is for advanced users

Masked with the SBP msg_type field to determine whether SBR1/SBR2 data is logged

Raw data logging (GPS_RAW_DATA)

Note: This parameter is for advanced users

Handles logging raw data; on uBlox chips that support raw data this will log RXM messages into logger; on Septentrio this will log on the equipment's SD card and when set to 2, the autopilot will try to stop logging after disarming and restart after arming

GNSS system configuration (GPS_GNSS_MODE)

Note: This parameter is for advanced users

Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured)

Save GPS configuration (GPS_SAVE_CFG)

Note: This parameter is for advanced users

Determines whether the configuration for this GPS should be written to non-volatile memory on the GPS. Currently working for UBlox 6 series and above.

GNSS system configuration (GPS_GNSS_MODE2)

Note: This parameter is for advanced users

Bitmask for what GNSS system to use on the second GPS (all unchecked or zero to leave GPS as configured)

Automatic GPS configuration (GPS_AUTO_CONFIG)

Note: This parameter is for advanced users

Controls if the autopilot should automatically configure the GPS based on the parameters and default settings

GPS update rate in milliseconds (GPS_RATE_MS)

Note: This parameter is for advanced users

Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance.

GPS 2 update rate in milliseconds (GPS_RATE_MS2)

Note: This parameter is for advanced users

Controls how often the GPS should provide a position update. Lowering below 5Hz(default) is not allowed. Raising the rate above 5Hz usually provides little benefit and for some GPS (eg Ublox M9N) can severely impact performance.

Antenna X position offset (GPS_POS1_X)

Note: This parameter is for advanced users

X position of the first GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.

Antenna Y position offset (GPS_POS1_Y)

Note: This parameter is for advanced users

Y position of the first GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.

Antenna Z position offset (GPS_POS1_Z)

Note: This parameter is for advanced users

Z position of the first GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.

Antenna X position offset (GPS_POS2_X)

Note: This parameter is for advanced users

X position of the second GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.

Antenna Y position offset (GPS_POS2_Y)

Note: This parameter is for advanced users

Y position of the second GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.

Antenna Z position offset (GPS_POS2_Z)

Note: This parameter is for advanced users

Z position of the second GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.

GPS delay in milliseconds (GPS_DELAY_MS)

Note: This parameter is for advanced users

Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.

GPS 2 delay in milliseconds (GPS_DELAY_MS2)

Note: This parameter is for advanced users

Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.

Multi GPS Blending Mask (GPS_BLEND_MASK)

Note: This parameter is for advanced users

Determines which of the accuracy measures Horizontal position, Vertical Position and Speed are used to calculate the weighting on each GPS receiver when soft switching has been selected by setting GPS_AUTO_SWITCH to 2(Blend)

Blending time constant (GPS_BLEND_TC)

Note: This parameter is for advanced users

Controls the slowest time constant applied to the calculation of GPS position and height offsets used to adjust different GPS receivers for steady state position differences.

driver options (GPS_DRV_OPTIONS)

Note: This parameter is for advanced users

Additional backend specific options

GPS physical COM port (GPS_COM_PORT)

Note: This parameter is for advanced users

The physical COM port on the connected device, currently only applies to SBF GPS

GPS physical COM port (GPS_COM_PORT2)

Note: This parameter is for advanced users

The physical COM port on the connected device, currently only applies to SBF GPS

Primary GPS (GPS_PRIMARY)

Note: This parameter is for advanced users

This GPS will be used when GPS_AUTO_SWITCH is 0 and used preferentially with GPS_AUTO_SWITCH = 4.

GPS Node ID 1 (GPS_CAN_NODEID1)

Note: This parameter is for advanced users

GPS Node id for discovered first.

GPS Node ID 2 (GPS_CAN_NODEID2)

Note: This parameter is for advanced users

GPS Node id for discovered second.

First UAVCAN GPS NODE ID (GPS1_CAN_OVRIDE)

Note: This parameter is for advanced users

GPS Node id for first GPS. If 0 the gps will be automatically selected on first come basis.

Second UAVCAN GPS NODE ID (GPS2_CAN_OVRIDE)

Note: This parameter is for advanced users

GPS Node id for second GPS. If 0 the gps will be automatically selected on first come basis.

GPS_MB1_ Parameters

Moving base type (GPS_MB1_TYPE)

Note: This parameter is for advanced users

Controls the type of moving base used if using moving base.

Base antenna X position offset (GPS_MB1_OFS_X)

Note: This parameter is for advanced users

X position of the base GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.

Base antenna Y position offset (GPS_MB1_OFS_Y)

Note: This parameter is for advanced users

Y position of the base GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.

Base antenna Z position offset (GPS_MB1_OFS_Z)

Note: This parameter is for advanced users

Z position of the base GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.

GPS_MB2_ Parameters

Moving base type (GPS_MB2_TYPE)

Note: This parameter is for advanced users

Controls the type of moving base used if using moving base.

Base antenna X position offset (GPS_MB2_OFS_X)

Note: This parameter is for advanced users

X position of the base GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.

Base antenna Y position offset (GPS_MB2_OFS_Y)

Note: This parameter is for advanced users

Y position of the base GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.

Base antenna Z position offset (GPS_MB2_OFS_Z)

Note: This parameter is for advanced users

Z position of the base GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.

GRIP_ Parameters

Gripper Enable/Disable (GRIP_ENABLE)

Gripper enable/disable

Gripper Type (GRIP_TYPE)

Gripper enable/disable

Gripper Grab PWM (GRIP_GRAB)

Note: This parameter is for advanced users

PWM value in microseconds sent to Gripper to initiate grabbing the cargo

Gripper Release PWM (GRIP_RELEASE)

Note: This parameter is for advanced users

PWM value in microseconds sent to Gripper to release the cargo

Neutral PWM (GRIP_NEUTRAL)

Note: This parameter is for advanced users

PWM value in microseconds sent to grabber when not grabbing or releasing

Gripper Regrab interval (GRIP_REGRAB)

Note: This parameter is for advanced users

Time in seconds that gripper will regrab the cargo to ensure grip has not weakened; 0 to disable

EPM UAVCAN Hardpoint ID (GRIP_UAVCAN_ID)

Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface

GUIDED_ Parameters

PID Proportional Gain (GUIDED_P)

P Gain which produces an output value that is proportional to the current error value

PID Integral Gain (GUIDED_I)

I Gain which produces an output that is proportional to both the magnitude and the duration of the error

PID Derivative Gain (GUIDED_D)

D Gain which produces an output that is proportional to the rate of change of the error

FF FeedForward Gain (GUIDED_FF)

FF Gain which produces an output value that is proportional to the demanded input

PID Integral Maximum (GUIDED_IMAX)

The maximum/minimum value that the I term can output

PID Target filter frequency in Hz (GUIDED_FLTT)

Target filter frequency in Hz

PID Error filter frequency in Hz (GUIDED_FLTE)

Error filter frequency in Hz

PID Derivative term filter frequency in Hz (GUIDED_FLTD)

Derivative filter frequency in Hz

Slew rate limit (GUIDED_SMAX)

Note: This parameter is for advanced users

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

ICE_ Parameters

Enable ICEngine control (ICE_ENABLE)

Note: This parameter is for advanced users

This enables internal combustion engine control

Input channel for engine start (ICE_START_CHAN)

This is an RC input channel for requesting engine start. Engine will try to start when channel is at or above 1700. Engine will stop when channel is at or below 1300. Between 1301 and 1699 the engine will not change state unless a MAVLink command or mission item commands a state change, or the vehicle is disamed. See ICE_STARTCHN_MIN parameter to change engine stop PWM value and/or to enable debouncing of the START_CH to avoid accidental engine kills due to noise on channel.

Time to run starter (ICE_STARTER_TIME)

This is the number of seconds to run the starter when trying to start the engine

Time to wait between starts (ICE_START_DELAY)

Delay between start attempts

RPM threshold (ICE_RPM_THRESH)

This is the measured RPM above which the engine is considered to be running

PWM value for ignition on (ICE_PWM_IGN_ON)

This is the value sent to the ignition channel when on

PWM value for ignition off (ICE_PWM_IGN_OFF)

This is the value sent to the ignition channel when off

PWM value for starter on (ICE_PWM_STRT_ON)

This is the value sent to the starter channel when on

PWM value for starter off (ICE_PWM_STRT_OFF)

This is the value sent to the starter channel when off

RPM instance channel to use (ICE_RPM_CHAN)

This is which of the RPM instances to use for detecting the RPM of the engine

Throttle percentage for engine start (ICE_START_PCT)

This is the percentage throttle output for engine start

Throttle percentage for engine idle (ICE_IDLE_PCT)

This is the minimum percentage throttle output while running, this includes being disarmed, but not safe

RPM Setpoint for Idle Governor (ICE_IDLE_RPM)

Note: This parameter is for advanced users

This configures the RPM that will be commanded by the idle governor. Set to -1 to disable

Deadband for Idle Governor (ICE_IDLE_DB)

This configures the deadband that is tolerated before adjusting the idle setpoint

Slew Rate for idle control (ICE_IDLE_SLEW)

This configures the slewrate used to adjust the idle setpoint in percentage points per second

ICE options (ICE_OPTIONS)

Options for ICE control

Input channel for engine start minimum PWM (ICE_STARTCHN_MIN)

This is a minimum PWM value for engine start channel for an engine stop to be commanded. Setting this value will avoid RC input glitches with low PWM values from causing an unwanted engine stop. A value of zero means any PWM below 1300 triggers an engine stop.

INS_ Parameters

Gyro offsets of X axis (INS_GYROFFS_X)

Note: This parameter is for advanced users

Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations

Gyro offsets of Y axis (INS_GYROFFS_Y)

Note: This parameter is for advanced users

Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations

Gyro offsets of Z axis (INS_GYROFFS_Z)

Note: This parameter is for advanced users

Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations

Gyro2 offsets of X axis (INS_GYR2OFFS_X)

Note: This parameter is for advanced users

Gyro2 sensor offsets of X axis. This is setup on each boot during gyro calibrations

Gyro2 offsets of Y axis (INS_GYR2OFFS_Y)

Note: This parameter is for advanced users

Gyro2 sensor offsets of Y axis. This is setup on each boot during gyro calibrations

Gyro2 offsets of Z axis (INS_GYR2OFFS_Z)

Note: This parameter is for advanced users

Gyro2 sensor offsets of Z axis. This is setup on each boot during gyro calibrations

Gyro3 offsets of X axis (INS_GYR3OFFS_X)

Note: This parameter is for advanced users

Gyro3 sensor offsets of X axis. This is setup on each boot during gyro calibrations

Gyro3 offsets of Y axis (INS_GYR3OFFS_Y)

Note: This parameter is for advanced users

Gyro3 sensor offsets of Y axis. This is setup on each boot during gyro calibrations

Gyro3 offsets of Z axis (INS_GYR3OFFS_Z)

Note: This parameter is for advanced users

Gyro3 sensor offsets of Z axis. This is setup on each boot during gyro calibrations

Accelerometer scaling of X axis (INS_ACCSCAL_X)

Note: This parameter is for advanced users

Accelerometer scaling of X axis. Calculated during acceleration calibration routine

Accelerometer scaling of Y axis (INS_ACCSCAL_Y)

Note: This parameter is for advanced users

Accelerometer scaling of Y axis Calculated during acceleration calibration routine

Accelerometer scaling of Z axis (INS_ACCSCAL_Z)

Note: This parameter is for advanced users

Accelerometer scaling of Z axis Calculated during acceleration calibration routine

Accelerometer offsets of X axis (INS_ACCOFFS_X)

Note: This parameter is for advanced users

Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations

Accelerometer offsets of Y axis (INS_ACCOFFS_Y)

Note: This parameter is for advanced users

Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations

Accelerometer offsets of Z axis (INS_ACCOFFS_Z)

Note: This parameter is for advanced users

Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations

Accelerometer2 scaling of X axis (INS_ACC2SCAL_X)

Note: This parameter is for advanced users

Accelerometer2 scaling of X axis. Calculated during acceleration calibration routine

Accelerometer2 scaling of Y axis (INS_ACC2SCAL_Y)

Note: This parameter is for advanced users

Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine

Accelerometer2 scaling of Z axis (INS_ACC2SCAL_Z)

Note: This parameter is for advanced users

Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine

Accelerometer2 offsets of X axis (INS_ACC2OFFS_X)

Note: This parameter is for advanced users

Accelerometer2 offsets of X axis. This is setup using the acceleration calibration or level operations

Accelerometer2 offsets of Y axis (INS_ACC2OFFS_Y)

Note: This parameter is for advanced users

Accelerometer2 offsets of Y axis. This is setup using the acceleration calibration or level operations

Accelerometer2 offsets of Z axis (INS_ACC2OFFS_Z)

Note: This parameter is for advanced users

Accelerometer2 offsets of Z axis. This is setup using the acceleration calibration or level operations

Accelerometer3 scaling of X axis (INS_ACC3SCAL_X)

Note: This parameter is for advanced users

Accelerometer3 scaling of X axis. Calculated during acceleration calibration routine

Accelerometer3 scaling of Y axis (INS_ACC3SCAL_Y)

Note: This parameter is for advanced users

Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine

Accelerometer3 scaling of Z axis (INS_ACC3SCAL_Z)

Note: This parameter is for advanced users

Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine

Accelerometer3 offsets of X axis (INS_ACC3OFFS_X)

Note: This parameter is for advanced users

Accelerometer3 offsets of X axis. This is setup using the acceleration calibration or level operations

Accelerometer3 offsets of Y axis (INS_ACC3OFFS_Y)

Note: This parameter is for advanced users

Accelerometer3 offsets of Y axis. This is setup using the acceleration calibration or level operations

Accelerometer3 offsets of Z axis (INS_ACC3OFFS_Z)

Note: This parameter is for advanced users

Accelerometer3 offsets of Z axis. This is setup using the acceleration calibration or level operations

Gyro filter cutoff frequency (INS_GYRO_FILTER)

Note: This parameter is for advanced users

Filter cutoff frequency for gyroscopes. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!)

Accel filter cutoff frequency (INS_ACCEL_FILTER)

Note: This parameter is for advanced users

Filter cutoff frequency for accelerometers. This can be set to a lower value to try to cope with very high vibration levels in aircraft. A value of zero means no filtering (not recommended!)

Use first IMU for attitude, velocity and position estimates (INS_USE)

Note: This parameter is for advanced users

Use first IMU for attitude, velocity and position estimates

Use second IMU for attitude, velocity and position estimates (INS_USE2)

Note: This parameter is for advanced users

Use second IMU for attitude, velocity and position estimates

Use third IMU for attitude, velocity and position estimates (INS_USE3)

Note: This parameter is for advanced users

Use third IMU for attitude, velocity and position estimates

Stillness threshold for detecting if we are moving (INS_STILL_THRESH)

Note: This parameter is for advanced users

Threshold to tolerate vibration to determine if vehicle is motionless. This depends on the frame type and if there is a constant vibration due to motors before launch or after landing. Total motionless is about 0.05. Suggested values: Planes/rover use 0.1, multirotors use 1, tradHeli uses 5

Gyro Calibration scheme (INS_GYR_CAL)

Note: This parameter is for advanced users

Conrols when automatic gyro calibration is performed

Accel cal trim option (INS_TRIM_OPTION)

Note: This parameter is for advanced users

Specifies how the accel cal routine determines the trims

Body-fixed accelerometer (INS_ACC_BODYFIX)

Note: This parameter is for advanced users

The body-fixed accelerometer to be used for trim calculation

IMU accelerometer X position (INS_POS1_X)

Note: This parameter is for advanced users

X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer Y position (INS_POS1_Y)

Note: This parameter is for advanced users

Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer Z position (INS_POS1_Z)

Note: This parameter is for advanced users

Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer X position (INS_POS2_X)

Note: This parameter is for advanced users

X position of the second IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer Y position (INS_POS2_Y)

Note: This parameter is for advanced users

Y position of the second IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer Z position (INS_POS2_Z)

Note: This parameter is for advanced users

Z position of the second IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer X position (INS_POS3_X)

Note: This parameter is for advanced users

X position of the third IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer Y position (INS_POS3_Y)

Note: This parameter is for advanced users

Y position of the third IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

IMU accelerometer Z position (INS_POS3_Z)

Note: This parameter is for advanced users

Z position of the third IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.

Gyro ID (INS_GYR_ID)

Note: This parameter is for advanced users

Gyro sensor ID, taking into account its type, bus and instance

Gyro2 ID (INS_GYR2_ID)

Note: This parameter is for advanced users

Gyro2 sensor ID, taking into account its type, bus and instance

Gyro3 ID (INS_GYR3_ID)

Note: This parameter is for advanced users

Gyro3 sensor ID, taking into account its type, bus and instance

Accelerometer ID (INS_ACC_ID)

Note: This parameter is for advanced users

Accelerometer sensor ID, taking into account its type, bus and instance

Accelerometer2 ID (INS_ACC2_ID)

Note: This parameter is for advanced users

Accelerometer2 sensor ID, taking into account its type, bus and instance

Accelerometer3 ID (INS_ACC3_ID)

Note: This parameter is for advanced users

Accelerometer3 sensor ID, taking into account its type, bus and instance

Fast sampling mask (INS_FAST_SAMPLE)

Note: This parameter is for advanced users

Mask of IMUs to enable fast sampling on, if available

IMU enable mask (INS_ENABLE_MASK)

Note: This parameter is for advanced users

Bitmask of IMUs to enable. It can be used to prevent startup of specific detected IMUs

Gyro rate for IMUs with Fast Sampling enabled (INS_GYRO_RATE)

Note: This parameter is for advanced users

Gyro rate for IMUs with fast sampling enabled. The gyro rate is the sample rate at which the IMU filters operate and needs to be at least double the maximum filter frequency. If the sensor does not support the selected rate the next highest supported rate will be used. For IMUs which do not support fast sampling this setting is ignored and the default gyro rate of 1Khz is used.

Calibration temperature for 1st accelerometer (INS_ACC1_CALTEMP)

Note: This parameter is for advanced users

Temperature that the 1st accelerometer was calibrated at

Calibration temperature for 1st gyroscope (INS_GYR1_CALTEMP)

Note: This parameter is for advanced users

Temperature that the 1st gyroscope was calibrated at

Calibration temperature for 2nd accelerometer (INS_ACC2_CALTEMP)

Note: This parameter is for advanced users

Temperature that the 2nd accelerometer was calibrated at

Calibration temperature for 2nd gyroscope (INS_GYR2_CALTEMP)

Note: This parameter is for advanced users

Temperature that the 2nd gyroscope was calibrated at

Calibration temperature for 3rd accelerometer (INS_ACC3_CALTEMP)

Note: This parameter is for advanced users

Temperature that the 3rd accelerometer was calibrated at

Calibration temperature for 3rd gyroscope (INS_GYR3_CALTEMP)

Note: This parameter is for advanced users

Temperature that the 3rd gyroscope was calibrated at

Options for temperature calibration (INS_TCAL_OPTIONS)

Note: This parameter is for advanced users

This enables optional temperature calibration features. Setting PersistParams will save the accelerometer and temperature calibration parameters in the bootloader sector on the next update of the bootloader.

INS_HNTCH_ Parameters

Harmonic Notch Filter enable (INS_HNTCH_ENABLE)

Note: This parameter is for advanced users

Harmonic Notch Filter enable

Harmonic Notch Filter base frequency (INS_HNTCH_FREQ)

Note: This parameter is for advanced users

Harmonic Notch Filter base center frequency in Hz. This should be set at most half the backend gyro rate (which is typically 1Khz). For helicopters using RPM sensor to dynamically set the notch frequency, use this parameter to provide a lower limit to the dynamic notch filter. Recommend setting it to half the operating rotor speed in Hz.

Harmonic Notch Filter bandwidth (INS_HNTCH_BW)

Note: This parameter is for advanced users

Harmonic Notch Filter bandwidth in Hz. This is typically set to half the base frequency. The ratio of base frequency to bandwidth determines the notch quality factor and is fixed across harmonics.

Harmonic Notch Filter attenuation (INS_HNTCH_ATT)

Note: This parameter is for advanced users

Harmonic Notch Filter attenuation in dB. Values greater than 40dB will typically produce a hard notch rather than a modest attenuation of motor noise.

Harmonic Notch Filter harmonics (INS_HNTCH_HMNCS)

Note: This parameter is for advanced users

Bitmask of harmonic frequencies to apply Harmonic Notch Filter to. This option takes effect on the next reboot. A maximum of 3 harmonics can be used at any one time.

Harmonic Notch Filter reference value (INS_HNTCH_REF)

Note: This parameter is for advanced users

A reference value of zero disables dynamic updates on the Harmonic Notch Filter and a positive value enables dynamic updates on the Harmonic Notch Filter. For throttle-based scaling, this parameter is the reference value associated with the specified frequency to facilitate frequency scaling of the Harmonic Notch Filter. For RPM and ESC telemetry based tracking, this parameter is set to 1 to enable the Harmonic Notch Filter using the RPM sensor or ESC telemetry set to measure rotor speed. The sensor data is converted to Hz automatically for use in the Harmonic Notch Filter. This reference value may also be used to scale the sensor data, if required. For example, rpm sensor data is required to measure heli motor RPM. Therefore the reference value can be used to scale the RPM sensor to the rotor RPM.

Harmonic Notch Filter dynamic frequency tracking mode (INS_HNTCH_MODE)

Note: This parameter is for advanced users

Harmonic Notch Filter dynamic frequency tracking mode. Dynamic updates can be throttle, RPM sensor, ESC telemetry or dynamic FFT based. Throttle-based updates should only be used with multicopters.

Harmonic Notch Filter options (INS_HNTCH_OPTS)

Note: This parameter is for advanced users

Harmonic Notch Filter options. Double-notches can provide deeper attenuation across a wider bandwidth than single notches and are suitable for larger aircraft. Dynamic harmonics attaches a harmonic notch to each detected noise frequency instead of simply being multiples of the base frequency, in the case of FFT it will attach notches to each of three detected noise peaks, in the case of ESC it will attach notches to each of four motor RPM values. Loop rate update changes the notch center frequency at the scheduler loop rate rather than at the default of 200Hz.

INS_LOG_ Parameters

sample count per batch (INS_LOG_BAT_CNT)

Note: This parameter is for advanced users

Number of samples to take when logging streams of IMU sensor readings. Will be rounded down to a multiple of 32. This option takes effect on the next reboot.

Sensor Bitmask (INS_LOG_BAT_MASK)

Note: This parameter is for advanced users

Bitmap of which IMUs to log batch data for. This option takes effect on the next reboot.

Batch Logging Options Mask (INS_LOG_BAT_OPT)

Note: This parameter is for advanced users

Options for the BatchSampler. Post-filter and sensor-rate logging cannot be used at the same time.

logging interval (INS_LOG_BAT_LGIN)

Interval between pushing samples to the AP_Logger log

logging count (INS_LOG_BAT_LGCT)

Number of samples to push to count every INS_LOG_BAT_LGIN

INS_NOTCH_ Parameters

Enable (INS_NOTCH_ENABLE)

Note: This parameter is for advanced users

Enable notch filter

Attenuation (INS_NOTCH_ATT)

Note: This parameter is for advanced users

Notch attenuation in dB

Frequency (INS_NOTCH_FREQ)

Note: This parameter is for advanced users

Notch center frequency in Hz

Bandwidth (INS_NOTCH_BW)

Note: This parameter is for advanced users

Notch bandwidth in Hz

INS_TCAL1_ Parameters

Enable temperature calibration (INS_TCAL1_ENABLE)

Note: This parameter is for advanced users

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

Temperature calibration min (INS_TCAL1_TMIN)

Note: This parameter is for advanced users

The minimum temperature that the calibration is valid for

Temperature calibration max (INS_TCAL1_TMAX)

Note: This parameter is for advanced users

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

Accelerometer 1st order temperature coefficient X axis (INS_TCAL1_ACC1_X)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 1st order temperature coefficient Y axis (INS_TCAL1_ACC1_Y)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 1st order temperature coefficient Z axis (INS_TCAL1_ACC1_Z)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient X axis (INS_TCAL1_ACC2_X)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient Y axis (INS_TCAL1_ACC2_Y)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient Z axis (INS_TCAL1_ACC2_Z)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient X axis (INS_TCAL1_ACC3_X)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient Y axis (INS_TCAL1_ACC3_Y)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient Z axis (INS_TCAL1_ACC3_Z)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient X axis (INS_TCAL1_GYR1_X)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient Y axis (INS_TCAL1_GYR1_Y)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient Z axis (INS_TCAL1_GYR1_Z)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient X axis (INS_TCAL1_GYR2_X)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient Y axis (INS_TCAL1_GYR2_Y)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient Z axis (INS_TCAL1_GYR2_Z)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient X axis (INS_TCAL1_GYR3_X)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient Y axis (INS_TCAL1_GYR3_Y)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient Z axis (INS_TCAL1_GYR3_Z)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

INS_TCAL2_ Parameters

Enable temperature calibration (INS_TCAL2_ENABLE)

Note: This parameter is for advanced users

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

Temperature calibration min (INS_TCAL2_TMIN)

Note: This parameter is for advanced users

The minimum temperature that the calibration is valid for

Temperature calibration max (INS_TCAL2_TMAX)

Note: This parameter is for advanced users

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

Accelerometer 1st order temperature coefficient X axis (INS_TCAL2_ACC1_X)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 1st order temperature coefficient Y axis (INS_TCAL2_ACC1_Y)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 1st order temperature coefficient Z axis (INS_TCAL2_ACC1_Z)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient X axis (INS_TCAL2_ACC2_X)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient Y axis (INS_TCAL2_ACC2_Y)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient Z axis (INS_TCAL2_ACC2_Z)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient X axis (INS_TCAL2_ACC3_X)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient Y axis (INS_TCAL2_ACC3_Y)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient Z axis (INS_TCAL2_ACC3_Z)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient X axis (INS_TCAL2_GYR1_X)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient Y axis (INS_TCAL2_GYR1_Y)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient Z axis (INS_TCAL2_GYR1_Z)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient X axis (INS_TCAL2_GYR2_X)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient Y axis (INS_TCAL2_GYR2_Y)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient Z axis (INS_TCAL2_GYR2_Z)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient X axis (INS_TCAL2_GYR3_X)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient Y axis (INS_TCAL2_GYR3_Y)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient Z axis (INS_TCAL2_GYR3_Z)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

INS_TCAL3_ Parameters

Enable temperature calibration (INS_TCAL3_ENABLE)

Note: This parameter is for advanced users

Enable the use of temperature calibration parameters for this IMU. For automatic learning set to 2 and also set the INS_TCALn_TMAX to the target temperature, then reboot

Temperature calibration min (INS_TCAL3_TMIN)

Note: This parameter is for advanced users

The minimum temperature that the calibration is valid for

Temperature calibration max (INS_TCAL3_TMAX)

Note: This parameter is for advanced users

The maximum temperature that the calibration is valid for. This must be at least 10 degrees above TMIN for calibration

Accelerometer 1st order temperature coefficient X axis (INS_TCAL3_ACC1_X)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 1st order temperature coefficient Y axis (INS_TCAL3_ACC1_Y)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 1st order temperature coefficient Z axis (INS_TCAL3_ACC1_Z)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient X axis (INS_TCAL3_ACC2_X)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient Y axis (INS_TCAL3_ACC2_Y)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 2nd order temperature coefficient Z axis (INS_TCAL3_ACC2_Z)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient X axis (INS_TCAL3_ACC3_X)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient Y axis (INS_TCAL3_ACC3_Y)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Accelerometer 3rd order temperature coefficient Z axis (INS_TCAL3_ACC3_Z)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient X axis (INS_TCAL3_GYR1_X)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient Y axis (INS_TCAL3_GYR1_Y)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 1st order temperature coefficient Z axis (INS_TCAL3_GYR1_Z)

Note: This parameter is for advanced users

This is the 1st order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient X axis (INS_TCAL3_GYR2_X)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient Y axis (INS_TCAL3_GYR2_Y)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 2nd order temperature coefficient Z axis (INS_TCAL3_GYR2_Z)

Note: This parameter is for advanced users

This is the 2nd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient X axis (INS_TCAL3_GYR3_X)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient Y axis (INS_TCAL3_GYR3_Y)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

Gyroscope 3rd order temperature coefficient Z axis (INS_TCAL3_GYR3_Z)

Note: This parameter is for advanced users

This is the 3rd order temperature coefficient from a temperature calibration

LAND_ Parameters

Landing slope re-calc threshold (LAND_SLOPE_RCALC)

Note: This parameter is for advanced users

This parameter is used when using a rangefinder during landing for altitude correction from baro drift (RNGFND_LANDING=1) and the altitude correction indicates your altitude is lower than the intended slope path. This value is the threshold of the correction to re-calculate the landing approach slope. Set to zero to keep the original slope all the way down and any detected baro drift will be corrected by pitching/throttling up to snap back to resume the original slope path. Otherwise, when a rangefinder altitude correction exceeds this threshold it will trigger a slope re-calculate to give a shallower slope. This also smoothes out the approach when flying over objects such as trees. Recommend a value of 2m.

Landing auto-abort slope threshold (LAND_ABORT_DEG)

Note: This parameter is for advanced users

This parameter is used when using a rangefinder during landing for altitude correction from baro drift (RNGFND_LANDING=1) and the altitude correction indicates your actual altitude is higher than the intended slope path. Normally it would pitch down steeply but that can result in a crash with high airspeed so this allows remembering the baro offset and self-abort the landing and come around for another landing with the correct baro offset applied for a perfect slope. An auto-abort go-around will only happen once, next attempt will not auto-abort again. This operation happens entirely automatically in AUTO mode. This value is the delta degrees threshold to trigger the go-around compared to the original slope. Example: if set to 5 deg and the mission planned slope is 15 deg then if the new slope is 21 then it will go-around. Set to 0 to disable. Requires LAND_SLOPE_RCALC > 0.

Landing Pitch (LAND_PITCH_CD)

Note: This parameter is for advanced users

Used in autoland to give the minimum pitch in the final stage of landing (after the flare). This parameter can be used to ensure that the final landing attitude is appropriate for the type of undercarriage on the aircraft. Note that it is a minimum pitch only - the landing code will control pitch above this value to try to achieve the configured landing sink rate.

Landing flare altitude (LAND_FLARE_ALT)

Note: This parameter is for advanced users

Altitude in autoland at which to lock heading and flare to the LAND_PITCH_CD pitch. Note that this option is secondary to LAND_FLARE_SEC. For a good landing it preferable that the flare is triggered by LAND_FLARE_SEC.

Landing flare time (LAND_FLARE_SEC)

Note: This parameter is for advanced users

Vertical time before landing point at which to lock heading and flare with the motor stopped. This is vertical time, and is calculated based solely on the current height above the ground and the current descent rate. Set to 0 if you only wish to flare based on altitude (see LAND_FLARE_ALT).

Landing pre-flare altitude (LAND_PF_ALT)

Note: This parameter is for advanced users

Altitude to trigger pre-flare flight stage where LAND_PF_ARSPD controls airspeed. The pre-flare flight stage trigger works just like LAND_FLARE_ALT but higher. Disabled when LAND_PF_ARSPD is 0.

Landing pre-flare time (LAND_PF_SEC)

Note: This parameter is for advanced users

Vertical time to ground to trigger pre-flare flight stage where LAND_PF_ARSPD controls airspeed. This pre-flare flight stage trigger works just like LAND_FLARE_SEC but earlier. Disabled when LAND_PF_ARSPD is 0.

Landing pre-flare airspeed (LAND_PF_ARSPD)

Note: This parameter is for advanced users

Desired airspeed during pre-flare flight stage. This is useful to reduce airspeed just before the flare. Use 0 to disable.

Landing throttle slew rate (LAND_THR_SLEW)

This parameter sets the slew rate for the throttle during auto landing. When this is zero the THR_SLEWRATE parameter is used during landing. The value is a percentage throttle change per second, so a value of 20 means to advance the throttle over 5 seconds on landing. Values below 50 are not recommended as it may cause a stall when airspeed is low and you can not throttle up fast enough.

Landing disarm delay (LAND_DISARMDELAY)

Note: This parameter is for advanced users

After a landing has completed using a LAND waypoint, automatically disarm after this many seconds have passed. Use 0 to not disarm.

Set servos to neutral after landing (LAND_THEN_NEUTRL)

Note: This parameter is for advanced users

When enabled, after an autoland and auto-disarm via LAND_DISARMDELAY happens then set all servos to neutral. This is helpful when an aircraft has a rough landing upside down or a crazy angle causing the servos to strain.

Landing abort using throttle (LAND_ABORT_THR)

Note: This parameter is for advanced users

Allow a landing abort to trigger with a throttle > 95%

Landing flap percentage (LAND_FLAP_PERCNT)

Note: This parameter is for advanced users

The amount of flaps (as a percentage) to apply in the landing approach and flare of an automatic landing

Auto-landing type (LAND_TYPE)

Specifies the auto-landing type to use

Landing options bitmask (LAND_OPTIONS)

Note: This parameter is for advanced users

Bitmask of options to use with landing.

LAND_DS_ Parameters

Deepstall forward velocity (LAND_DS_V_FWD)

Note: This parameter is for advanced users

The forward velocity of the aircraft while stalled

Deepstall slope a (LAND_DS_SLOPE_A)

Note: This parameter is for advanced users

The a component of distance = a*wind + b

Deepstall slope b (LAND_DS_SLOPE_B)

Note: This parameter is for advanced users

The a component of distance = a*wind + b

Deepstall approach extension (LAND_DS_APP_EXT)

Note: This parameter is for advanced users

The horizontal distance from which the aircraft will approach before the stall

Deepstall velocity down (LAND_DS_V_DWN)

Note: This parameter is for advanced users

The downward velocity of the aircraft while stalled

Deepstall slew speed (LAND_DS_SLEW_SPD)

Note: This parameter is for advanced users

The speed at which the elevator slews to deepstall

Deepstall elevator PWM (LAND_DS_ELEV_PWM)

Note: This parameter is for advanced users

The PWM value in microseconds for the elevator at full deflection in deepstall

Deepstall enabled airspeed (LAND_DS_ARSP_MAX)

Note: This parameter is for advanced users

The maximum aispeed where the deepstall steering controller is allowed to have control

Deepstall minimum derating airspeed (LAND_DS_ARSP_MIN)

Note: This parameter is for advanced users

Deepstall lowest airspeed where the deepstall controller isn't allowed full control

Deepstall L1 period (LAND_DS_L1)

Note: This parameter is for advanced users

Deepstall L1 navigational controller period

Deepstall L1 I gain (LAND_DS_L1_I)

Note: This parameter is for advanced users

Deepstall L1 integratior gain

Deepstall yaw rate limit (LAND_DS_YAW_LIM)

Note: This parameter is for advanced users

The yaw rate limit while navigating in deepstall

Deepstall L1 time constant (LAND_DS_L1_TCON)

Note: This parameter is for advanced users

Time constant for deepstall L1 control

P gain (LAND_DS_P)

P gain

I gain (LAND_DS_I)

I gain

D gain (LAND_DS_D)

D gain

IMax (LAND_DS_IMAX)

Maximum integrator value

Deepstall minimum abort altitude (LAND_DS_ABORTALT)

Note: This parameter is for advanced users

The minimum altitude which the aircraft must be above to abort a deepstall landing

Aileron landing gain scalaing (LAND_DS_AIL_SCL)

Note: This parameter is for advanced users

A scalar to reduce or increase the aileron control

LGR_ Parameters

Landing Gear Startup position (LGR_STARTUP)

Landing Gear Startup behaviour control

Chassis deployment feedback pin (LGR_DEPLOY_PIN)

Pin number to use for detection of gear deployment. If set to -1 feedback is disabled.

Chassis deployment feedback pin polarity (LGR_DEPLOY_POL)

Polarity for feedback pin. If this is 1 then the pin should be high when gear are deployed. If set to 0 then then deployed gear level is low.

Weight on wheels feedback pin (LGR_WOW_PIN)

Pin number to use for feedback of weight on wheels condition. If set to -1 feedback is disabled.

Weight on wheels feedback pin polarity (LGR_WOW_POL)

Polarity for feedback pin. If this is 1 then the pin should be high when there is weight on wheels. If set to 0 then then weight on wheels level is low.

Landing gear deployment altitude (LGR_DEPLOY_ALT)

Altitude where the landing gear will be deployed. This should be lower than the RETRACT_ALT. If zero then altitude is not used for deploying landing gear. Only applies when vehicle is armed.

Landing gear retract altitude (LGR_RETRACT_ALT)

Altitude where the landing gear will be retracted. This should be higher than the DEPLOY_ALT. If zero then altitude is not used for retracting landing gear. Only applies when vehicle is armed.

Landing gear auto retract/deploy options (LGR_OPTIONS)

Options to retract or deploy landing gear in Auto or Guided mode

LOG Parameters

AP_Logger Backend Storage type (LOG_BACKEND_TYPE)

Bitmap of what Logger backend types to enable. Block-based logging is available on SITL and boards with dataflash chips. Multiple backends can be selected.

Maximum AP_Logger File and Block Backend buffer size (in kilobytes) (LOG_FILE_BUFSIZE)

The File and Block backends use a buffer to store data before writing to the block device. Raising this value may reduce "gaps" in your SD card logging. This buffer size may be reduced depending on available memory. PixHawk requires at least 4 kilobytes. Maximum value available here is 64 kilobytes.

Enable logging while disarmed (LOG_DISARMED)

If LOG_DISARMED is set to 1 then logging will be enabled while disarmed. This can make for very large logfiles but can help a lot when tracking down startup issues

Enable logging of information needed for Replay (LOG_REPLAY)

If LOG_REPLAY is set to 1 then the EKF2 state estimator will log detailed information needed for diagnosing problems with the Kalman filter. It is suggested that you also raise LOG_FILE_BUFSIZE to give more buffer space for logging and use a high quality microSD card to ensure no sensor data is lost

Stop logging to current file on disarm (LOG_FILE_DSRMROT)

When set, the current log file is closed when the vehicle is disarmed. If LOG_DISARMED is set then a fresh log will be opened. Applies to the File and Block logging backends.

Maximum AP_Logger MAVLink Backend buffer size (LOG_MAV_BUFSIZE)

Note: This parameter is for advanced users

Maximum amount of memory to allocate to AP_Logger-over-mavlink

Timeout before giving up on file writes (LOG_FILE_TIMEOUT)

This controls the amount of time before failing writes to a log file cause the file to be closed and logging stopped.

Old logs on the SD card will be deleted to maintain this amount of free space (LOG_FILE_MB_FREE)

Set this such that the free space is larger than your largest typical flight log

MIS_ Parameters

Total mission commands (MIS_TOTAL)

Note: This parameter is for advanced users

The number of mission mission items that has been loaded by the ground station. Do not change this manually.

Mission Restart when entering Auto mode (MIS_RESTART)

Note: This parameter is for advanced users

Controls mission starting point when entering Auto mode (either restart from beginning of mission or resume from last command run)

Mission options bitmask (MIS_OPTIONS)

Note: This parameter is for advanced users

Bitmask of what options to use in missions.

MNT Parameters

Mount Type (MNT_TYPE)

Mount Type (None, Servo or MAVLink)

Mount default operating mode (MNT_DEFLT_MODE)

Mount default operating mode on startup and after control is returned from autopilot

Mount roll angle when in retracted position (MNT_RETRACT_X)

Mount roll angle when in retracted position

Mount tilt/pitch angle when in retracted position (MNT_RETRACT_Y)

Mount tilt/pitch angle when in retracted position

Mount yaw/pan angle when in retracted position (MNT_RETRACT_Z)

Mount yaw/pan angle when in retracted position

Mount roll angle when in neutral position (MNT_NEUTRAL_X)

Mount roll angle when in neutral position

Mount tilt/pitch angle when in neutral position (MNT_NEUTRAL_Y)

Mount tilt/pitch angle when in neutral position

Mount pan/yaw angle when in neutral position (MNT_NEUTRAL_Z)

Mount pan/yaw angle when in neutral position

Stabilize mount's roll angle (MNT_STAB_ROLL)

enable roll stabilisation relative to Earth

Stabilize mount's pitch/tilt angle (MNT_STAB_TILT)

enable tilt/pitch stabilisation relative to Earth

Stabilize mount pan/yaw angle (MNT_STAB_PAN)

enable pan/yaw stabilisation relative to Earth

roll RC input channel (MNT_RC_IN_ROLL)

0 for none, any other for the RC channel to be used to control roll movements

Minimum roll angle (MNT_ANGMIN_ROL)

Minimum physical roll angular position of mount.

Maximum roll angle (MNT_ANGMAX_ROL)

Maximum physical roll angular position of the mount

tilt (pitch) RC input channel (MNT_RC_IN_TILT)

0 for none, any other for the RC channel to be used to control tilt (pitch) movements

Minimum tilt angle (MNT_ANGMIN_TIL)

Minimum physical tilt (pitch) angular position of mount.

Maximum tilt angle (MNT_ANGMAX_TIL)

Maximum physical tilt (pitch) angular position of the mount

pan (yaw) RC input channel (MNT_RC_IN_PAN)

0 for none, any other for the RC channel to be used to control pan (yaw) movements

Minimum pan angle (MNT_ANGMIN_PAN)

Minimum physical pan (yaw) angular position of mount.

Maximum pan angle (MNT_ANGMAX_PAN)

Maximum physical pan (yaw) angular position of the mount

mount joystick speed (MNT_JSTICK_SPD)

0 for position control, small for low speeds, 100 for max speed. A good general value is 10 which gives a movement speed of 3 degrees per second.

Roll stabilization lead time (MNT_LEAD_RLL)

Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate, compensating for servo delay. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.

Pitch stabilization lead time (MNT_LEAD_PTCH)

Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.

Mount default operating mode (MNT2_DEFLT_MODE)

Mount default operating mode on startup and after control is returned from autopilot

Mount2 roll angle when in retracted position (MNT2_RETRACT_X)

Mount2 roll angle when in retracted position

Mount2 tilt/pitch angle when in retracted position (MNT2_RETRACT_Y)

Mount2 tilt/pitch angle when in retracted position

Mount2 yaw/pan angle when in retracted position (MNT2_RETRACT_Z)

Mount2 yaw/pan angle when in retracted position

Mount2 roll angle when in neutral position (MNT2_NEUTRAL_X)

Mount2 roll angle when in neutral position

Mount2 tilt/pitch angle when in neutral position (MNT2_NEUTRAL_Y)

Mount2 tilt/pitch angle when in neutral position

Mount2 pan/yaw angle when in neutral position (MNT2_NEUTRAL_Z)

Mount2 pan/yaw angle when in neutral position

Stabilize Mount2's roll angle (MNT2_STAB_ROLL)

enable roll stabilisation relative to Earth

Stabilize Mount2's pitch/tilt angle (MNT2_STAB_TILT)

enable tilt/pitch stabilisation relative to Earth

Stabilize mount2 pan/yaw angle (MNT2_STAB_PAN)

enable pan/yaw stabilisation relative to Earth

Mount2's roll RC input channel (MNT2_RC_IN_ROLL)

0 for none, any other for the RC channel to be used to control roll movements

Mount2's minimum roll angle (MNT2_ANGMIN_ROL)

Mount2's minimum physical roll angular position

Mount2's maximum roll angle (MNT2_ANGMAX_ROL)

Mount2's maximum physical roll angular position

Mount2's tilt (pitch) RC input channel (MNT2_RC_IN_TILT)

0 for none, any other for the RC channel to be used to control tilt (pitch) movements

Mount2's minimum tilt angle (MNT2_ANGMIN_TIL)

Mount2's minimum physical tilt (pitch) angular position

Mount2's maximum tilt angle (MNT2_ANGMAX_TIL)

Mount2's maximum physical tilt (pitch) angular position

Mount2's pan (yaw) RC input channel (MNT2_RC_IN_PAN)

0 for none, any other for the RC channel to be used to control pan (yaw) movements

Mount2's minimum pan angle (MNT2_ANGMIN_PAN)

Mount2's minimum physical pan (yaw) angular position

Mount2's maximum pan angle (MNT2_ANGMAX_PAN)

MOunt2's maximum physical pan (yaw) angular position

Mount2's Roll stabilization lead time (MNT2_LEAD_RLL)

Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate, compensating for servo delay. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.

Mount2's Pitch stabilization lead time (MNT2_LEAD_PTCH)

Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.

Mount2 Type (MNT2_TYPE)

Mount Type (None, Servo or MAVLink)

MSP Parameters

Cell count override (MSP_OSD_NCELLS)

Used for average cell voltage calculation

MSP OSD Options (MSP_OPTIONS)

A bitmask to set some MSP specific options

NAVL1_ Parameters

L1 control period (NAVL1_PERIOD)

Period in seconds of L1 tracking loop. This parameter is the primary control for agressiveness of turns in auto mode. This needs to be larger for less responsive airframes. The default of 20 is quite conservative, but for most RC aircraft will lead to reasonable flight. For smaller more agile aircraft a value closer to 15 is appropriate, or even as low as 10 for some very agile aircraft. When tuning, change this value in small increments, as a value that is much too small (say 5 or 10 below the right value) can lead to very radical turns, and a risk of stalling.

L1 control damping ratio (NAVL1_DAMPING)

Note: This parameter is for advanced users

Damping ratio for L1 control. Increase this in increments of 0.05 if you are getting overshoot in path tracking. You should not need a value below 0.7 or above 0.85.

L1 control crosstrack integrator gain (NAVL1_XTRACK_I)

Note: This parameter is for advanced users

Crosstrack error integrator gain. This gain is applied to the crosstrack error to ensure it converges to zero. Set to zero to disable. Smaller values converge slower, higher values will cause crosstrack error oscillation.

Loiter Radius Bank Angle Limit (NAVL1_LIM_BANK)

Note: This parameter is for advanced users

The sealevel bank angle limit for a continous loiter. (Used to calculate airframe loading limits at higher altitudes). Setting to 0, will instead just scale the loiter radius directly

NTF_ Parameters

LED Brightness (NTF_LED_BRIGHT)

Note: This parameter is for advanced users

Select the RGB LED brightness level. When USB is connected brightness will never be higher than low regardless of the setting.

Buzzer Driver Types (NTF_BUZZ_TYPES)

Note: This parameter is for advanced users

Controls what types of Buzzer will be enabled

Specifies colour source for the RGBLed (NTF_LED_OVERRIDE)

Note: This parameter is for advanced users

Specifies the source for the colours and brightness for the LED. OutbackChallenge conforms to the MedicalExpress (https://uavchallenge.org/medical-express/) rules, essentially "Green" is disarmed (safe-to-approach), "Red" is armed (not safe-to-approach). Traffic light is a simplified color set, red when armed, yellow when the safety switch is not surpressing outputs (but disarmed), and green when outputs are surpressed and disarmed, the LED will blink faster if disarmed and failing arming checks.

Type of on-board I2C display (NTF_DISPLAY_TYPE)

Note: This parameter is for advanced users

This sets up the type of on-board I2C display. Disabled by default.

OreoLED Theme (NTF_OREO_THEME)

Note: This parameter is for advanced users

Enable/Disable Solo Oreo LED driver, 0 to disable, 1 for Aircraft theme, 2 for Rover theme

Buzzer pin (NTF_BUZZ_PIN)

Note: This parameter is for advanced users

Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET!

LED Driver Types (NTF_LED_TYPES)

Note: This parameter is for advanced users

Controls what types of LEDs will be enabled

Buzzer-on pin logic level (NTF_BUZZ_ON_LVL)

Note: This parameter is for advanced users

Specifies pin level that indicates buzzer should play

Buzzer volume (NTF_BUZZ_VOLUME)

Control the volume of the buzzer

Serial LED String Length (NTF_LED_LEN)

Note: This parameter is for advanced users

The number of Serial LED's to use for notifications (NeoPixel's and ProfiLED)

OSD Parameters

OSD type (OSD_TYPE)

OSD type. TXONLY makes the OSD parameter selection available to other modules even if there is no native OSD support on the board, for instance CRSF.

Screen switch transmitter channel (OSD_CHAN)

This sets the channel used to switch different OSD screens.

Screen switch method (OSD_SW_METHOD)

This sets the method used to switch different OSD screens.

OSD Options (OSD_OPTIONS)

This sets options that change the display

OSD Font (OSD_FONT)

This sets which OSD font to use. It is an integer from 0 to the number of fonts available

OSD vertical offset (OSD_V_OFFSET)

Sets vertical offset of the osd inside image

OSD horizontal offset (OSD_H_OFFSET)

Sets horizontal offset of the osd inside image

RSSI warn level (in %) (OSD_W_RSSI)

Set level at which RSSI item will flash

NSAT warn level (OSD_W_NSAT)

Set level at which NSAT item will flash

BAT_VOLT warn level (OSD_W_BATVOLT)

Set level at which BAT_VOLT item will flash

Display Units (OSD_UNITS)

Sets the units to use in displaying items

Message display duration in seconds (OSD_MSG_TIME)

Sets message duration seconds

Arm screen (OSD_ARM_SCR)

Screen to be shown on Arm event. Zero to disable the feature.

Disarm screen (OSD_DSARM_SCR)

Screen to be shown on disarm event. Zero to disable the feature.

Failsafe screen (OSD_FS_SCR)

Screen to be shown on failsafe event. Zero to disable the feature.

Button delay (OSD_BTN_DELAY)

Note: This parameter is for advanced users

Debounce time in ms for stick commanded parameter navigation.

Terrain warn level (OSD_W_TERR)

Set level below which TER_HGT item will flash. -1 disables.

AVGCELLV warn level (OSD_W_AVGCELLV)

Set level at which AVGCELLV item will flash

Battery cell count (OSD_CELL_COUNT)

Note: This parameter is for advanced users

Used for average cell voltage display. -1 disables, 0 uses cell count autodetection for well charged LIPO/LIION batteries at connection, other values manually select cell count used.

RESTVOLT warn level (OSD_W_RESTVOLT)

Set level at which RESTVOLT item will flash

OSD1_ Parameters

Enable screen (OSD1_ENABLE)

Enable this screen

Transmitter switch screen minimum pwm (OSD1_CHAN_MIN)

This sets the PWM lower limit for this screen

Transmitter switch screen maximum pwm (OSD1_CHAN_MAX)

This sets the PWM upper limit for this screen

ALTITUDE_EN (OSD1_ALTITUDE_EN)

Enables display of altitude AGL

ALTITUDE_X (OSD1_ALTITUDE_X)

Horizontal position on screen

ALTITUDE_Y (OSD1_ALTITUDE_Y)

Vertical position on screen

BATVOLT_EN (OSD1_BAT_VOLT_EN)

Displays main battery voltage

BATVOLT_X (OSD1_BAT_VOLT_X)

Horizontal position on screen

BATVOLT_Y (OSD1_BAT_VOLT_Y)

Vertical position on screen

RSSI_EN (OSD1_RSSI_EN)

Displays RC signal strength

RSSI_X (OSD1_RSSI_X)

Horizontal position on screen

RSSI_Y (OSD1_RSSI_Y)

Vertical position on screen

CURRENT_EN (OSD1_CURRENT_EN)

Displays main battery current

CURRENT_X (OSD1_CURRENT_X)

Horizontal position on screen

CURRENT_Y (OSD1_CURRENT_Y)

Vertical position on screen

BATUSED_EN (OSD1_BATUSED_EN)

Displays primary battery mAh consumed

BATUSED_X (OSD1_BATUSED_X)

Horizontal position on screen

BATUSED_Y (OSD1_BATUSED_Y)

Vertical position on screen

SATS_EN (OSD1_SATS_EN)

Displays number of acquired satellites

SATS_X (OSD1_SATS_X)

Horizontal position on screen

SATS_Y (OSD1_SATS_Y)

Vertical position on screen

FLTMODE_EN (OSD1_FLTMODE_EN)

Displays flight mode

FLTMODE_X (OSD1_FLTMODE_X)

Horizontal position on screen

FLTMODE_Y (OSD1_FLTMODE_Y)

Vertical position on screen

MESSAGE_EN (OSD1_MESSAGE_EN)

Displays Mavlink messages

MESSAGE_X (OSD1_MESSAGE_X)

Horizontal position on screen

MESSAGE_Y (OSD1_MESSAGE_Y)

Vertical position on screen

GSPEED_EN (OSD1_GSPEED_EN)

Displays GPS ground speed

GSPEED_X (OSD1_GSPEED_X)

Horizontal position on screen

GSPEED_Y (OSD1_GSPEED_Y)

Vertical position on screen

HORIZON_EN (OSD1_HORIZON_EN)

Displays artificial horizon

HORIZON_X (OSD1_HORIZON_X)

Horizontal position on screen

HORIZON_Y (OSD1_HORIZON_Y)

Vertical position on screen

HOME_EN (OSD1_HOME_EN)

Displays distance and relative direction to HOME

HOME_X (OSD1_HOME_X)

Horizontal position on screen

HOME_Y (OSD1_HOME_Y)

Vertical position on screen

HEADING_EN (OSD1_HEADING_EN)

Displays heading

HEADING_X (OSD1_HEADING_X)

Horizontal position on screen

HEADING_Y (OSD1_HEADING_Y)

Vertical position on screen

THROTTLE_EN (OSD1_THROTTLE_EN)

Displays actual throttle percentage being sent to motor(s)

THROTTLE_X (OSD1_THROTTLE_X)

Horizontal position on screen

THROTTLE_Y (OSD1_THROTTLE_Y)

Vertical position on screen

COMPASS_EN (OSD1_COMPASS_EN)

Enables display of compass rose

COMPASS_X (OSD1_COMPASS_X)

Horizontal position on screen

COMPASS_Y (OSD1_COMPASS_Y)

Vertical position on screen

WIND_EN (OSD1_WIND_EN)

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

WIND_X (OSD1_WIND_X)

Horizontal position on screen

WIND_Y (OSD1_WIND_Y)

Vertical position on screen

ASPEED_EN (OSD1_ASPEED_EN)

Displays airspeed value being used by TECS (fused value)

ASPEED_X (OSD1_ASPEED_X)

Horizontal position on screen

ASPEED_Y (OSD1_ASPEED_Y)

Vertical position on screen

VSPEED_EN (OSD1_VSPEED_EN)

Displays climb rate

VSPEED_X (OSD1_VSPEED_X)

Horizontal position on screen

VSPEED_Y (OSD1_VSPEED_Y)

Vertical position on screen

BLHTEMP_EN (OSD1_BLHTEMP_EN)

Displays first esc's temp

BLHTEMP_X (OSD1_BLHTEMP_X)

Horizontal position on screen

BLHTEMP_Y (OSD1_BLHTEMP_Y)

Vertical position on screen

BLHRPM_EN (OSD1_BLHRPM_EN)

Displays first esc's rpm

BLHRPM_X (OSD1_BLHRPM_X)

Horizontal position on screen

BLHRPM_Y (OSD1_BLHRPM_Y)

Vertical position on screen

BLHAMPS_EN (OSD1_BLHAMPS_EN)

Displays first esc's current

BLHAMPS_X (OSD1_BLHAMPS_X)

Horizontal position on screen

BLHAMPS_Y (OSD1_BLHAMPS_Y)

Vertical position on screen

GPSLAT_EN (OSD1_GPSLAT_EN)

Displays GPS latitude

GPSLAT_X (OSD1_GPSLAT_X)

Horizontal position on screen

GPSLAT_Y (OSD1_GPSLAT_Y)

Vertical position on screen

GPSLONG_EN (OSD1_GPSLONG_EN)

Displays GPS longitude

GPSLONG_X (OSD1_GPSLONG_X)

Horizontal position on screen

GPSLONG_Y (OSD1_GPSLONG_Y)

Vertical position on screen

ROLL_EN (OSD1_ROLL_EN)

Displays degrees of roll from level

ROLL_X (OSD1_ROLL_X)

Horizontal position on screen

ROLL_Y (OSD1_ROLL_Y)

Vertical position on screen

PITCH_EN (OSD1_PITCH_EN)

Displays degrees of pitch from level

PITCH_X (OSD1_PITCH_X)

Horizontal position on screen

PITCH_Y (OSD1_PITCH_Y)

Vertical position on screen

TEMP_EN (OSD1_TEMP_EN)

Displays temperature reported by primary barometer

TEMP_X (OSD1_TEMP_X)

Horizontal position on screen

TEMP_Y (OSD1_TEMP_Y)

Vertical position on screen

HDOP_EN (OSD1_HDOP_EN)

Displays Horizontal Dilution Of Position

HDOP_X (OSD1_HDOP_X)

Horizontal position on screen

HDOP_Y (OSD1_HDOP_Y)

Vertical position on screen

WAYPOINT_EN (OSD1_WAYPOINT_EN)

Displays bearing and distance to next waypoint

WAYPOINT_X (OSD1_WAYPOINT_X)

Horizontal position on screen

WAYPOINT_Y (OSD1_WAYPOINT_Y)

Vertical position on screen

XTRACK_EN (OSD1_XTRACK_EN)

Displays crosstrack error

XTRACK_X (OSD1_XTRACK_X)

Horizontal position on screen

XTRACK_Y (OSD1_XTRACK_Y)

Vertical position on screen

DIST_EN (OSD1_DIST_EN)

Displays total distance flown

DIST_X (OSD1_DIST_X)

Horizontal position on screen

DIST_Y (OSD1_DIST_Y)

Vertical position on screen

STATS_EN (OSD1_STATS_EN)

Displays flight stats

STATS_X (OSD1_STATS_X)

Horizontal position on screen

STATS_Y (OSD1_STATS_Y)

Vertical position on screen

FLTIME_EN (OSD1_FLTIME_EN)

Displays total flight time

FLTIME_X (OSD1_FLTIME_X)

Horizontal position on screen

FLTIME_Y (OSD1_FLTIME_Y)

Vertical position on screen

CLIMBEFF_EN (OSD1_CLIMBEFF_EN)

Displays climb efficiency (climb rate/current)

CLIMBEFF_X (OSD1_CLIMBEFF_X)

Horizontal position on screen

CLIMBEFF_Y (OSD1_CLIMBEFF_Y)

Vertical position on screen

EFF_EN (OSD1_EFF_EN)

Displays flight efficiency (mAh/km or /mi)

EFF_X (OSD1_EFF_X)

Horizontal position on screen

EFF_Y (OSD1_EFF_Y)

Vertical position on screen

BTEMP_EN (OSD1_BTEMP_EN)

Displays temperature reported by secondary barometer

BTEMP_X (OSD1_BTEMP_X)

Horizontal position on screen

BTEMP_Y (OSD1_BTEMP_Y)

Vertical position on screen

ATEMP_EN (OSD1_ATEMP_EN)

Displays temperature reported by primary airspeed sensor

ATEMP_X (OSD1_ATEMP_X)

Horizontal position on screen

ATEMP_Y (OSD1_ATEMP_Y)

Vertical position on screen

BAT2VLT_EN (OSD1_BAT2_VLT_EN)

Displays battery2 voltage

BAT2VLT_X (OSD1_BAT2_VLT_X)

Horizontal position on screen

BAT2VLT_Y (OSD1_BAT2_VLT_Y)

Vertical position on screen

BAT2USED_EN (OSD1_BAT2USED_EN)

Displays secondary battery mAh consumed

BAT2USED_X (OSD1_BAT2USED_X)

Horizontal position on screen

BAT2USED_Y (OSD1_BAT2USED_Y)

Vertical position on screen

ASPD2_EN (OSD1_ASPD2_EN)

Displays airspeed reported directly from secondary airspeed sensor

ASPD2_X (OSD1_ASPD2_X)

Horizontal position on screen

ASPD2_Y (OSD1_ASPD2_Y)

Vertical position on screen

ASPD1_EN (OSD1_ASPD1_EN)

Displays airspeed reported directly from primary airspeed sensor

ASPD1_X (OSD1_ASPD1_X)

Horizontal position on screen

ASPD1_Y (OSD1_ASPD1_Y)

Vertical position on screen

CLK_EN (OSD1_CLK_EN)

Displays a clock panel based on AP_RTC local time

CLK_X (OSD1_CLK_X)

Horizontal position on screen

CLK_Y (OSD1_CLK_Y)

Vertical position on screen

SIDEBARS_EN (OSD1_SIDEBARS_EN)

Displays artificial horizon side bars (MSP OSD only)

SIDEBARS_X (OSD1_SIDEBARS_X)

Horizontal position on screen (MSP OSD only)

SIDEBARS_Y (OSD1_SIDEBARS_Y)

Vertical position on screen (MSP OSD only)

CRSSHAIR_EN (OSD1_CRSSHAIR_EN)

Displays artificial horizon crosshair (MSP OSD only)

CRSSHAIR_X (OSD1_CRSSHAIR_X)

Horizontal position on screen (MSP OSD only)

CRSSHAIR_Y (OSD1_CRSSHAIR_Y)

Vertical position on screen (MSP OSD only)

HOMEDIST_EN (OSD1_HOMEDIST_EN)

Displays distance from HOME (MSP OSD only)

HOMEDIST_X (OSD1_HOMEDIST_X)

Horizontal position on screen (MSP OSD only)

HOMEDIST_Y (OSD1_HOMEDIST_Y)

Vertical position on screen (MSP OSD only)

HOMEDIR_EN (OSD1_HOMEDIR_EN)

Displays relative direction to HOME (MSP OSD only)

HOMEDIR_X (OSD1_HOMEDIR_X)

Horizontal position on screen

HOMEDIR_Y (OSD1_HOMEDIR_Y)

Vertical position on screen

POWER_EN (OSD1_POWER_EN)

Displays power (MSP OSD only)

POWER_X (OSD1_POWER_X)

Horizontal position on screen

POWER_Y (OSD1_POWER_Y)

Vertical position on screen

CELL_VOLT_EN (OSD1_CELLVOLT_EN)

Displays average cell voltage (MSP OSD only)

CELL_VOLT_X (OSD1_CELLVOLT_X)

Horizontal position on screen

CELL_VOLT_Y (OSD1_CELLVOLT_Y)

Vertical position on screen

BATT_BAR_EN (OSD1_BATTBAR_EN)

Displays battery usage bar (MSP OSD only)

BATT_BAR_X (OSD1_BATTBAR_X)

Horizontal position on screen

BATT_BAR_Y (OSD1_BATTBAR_Y)

Vertical position on screen

ARMING_EN (OSD1_ARMING_EN)

Displays arming status (MSP OSD only)

ARMING_X (OSD1_ARMING_X)

Horizontal position on screen

ARMING_Y (OSD1_ARMING_Y)

Vertical position on screen

PLUSCODE_EN (OSD1_PLUSCODE_EN)

Displays pluscode (OLC) element

PLUSCODE_X (OSD1_PLUSCODE_X)

Horizontal position on screen

PLUSCODE_Y (OSD1_PLUSCODE_Y)

Vertical position on screen

CALLSIGN_EN (OSD1_CALLSIGN_EN)

Displays callsign from callsign.txt on microSD card

CALLSIGN_X (OSD1_CALLSIGN_X)

Horizontal position on screen

CALLSIGN_Y (OSD1_CALLSIGN_Y)

Vertical position on screen

CURRENT2_EN (OSD1_CURRENT2_EN)

Displays 2nd battery current

CURRENT2_X (OSD1_CURRENT2_X)

Horizontal position on screen

CURRENT2_Y (OSD1_CURRENT2_Y)

Vertical position on screen

VTX_PWR_EN (OSD1_VTX_PWR_EN)

Displays VTX Power

VTX_PWR_X (OSD1_VTX_PWR_X)

Horizontal position on screen

VTX_PWR_Y (OSD1_VTX_PWR_Y)

Vertical position on screen

TER_HGT_EN (OSD1_TER_HGT_EN)

Displays Height above terrain

TER_HGT_X (OSD1_TER_HGT_X)

Horizontal position on screen

TER_HGT_Y (OSD1_TER_HGT_Y)

Vertical position on screen

AVGCELLV_EN (OSD1_AVGCELLV_EN)

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

AVGCELLV_X (OSD1_AVGCELLV_X)

Horizontal position on screen

AVGCELLV_Y (OSD1_AVGCELLV_Y)

Vertical position on screen

RESTVOLT_EN (OSD1_RESTVOLT_EN)

Displays main battery resting voltage

RESTVOLT_X (OSD1_RESTVOLT_X)

Horizontal position on screen

RESTVOLT_Y (OSD1_RESTVOLT_Y)

Vertical position on screen

FENCE_EN (OSD1_FENCE_EN)

Displays indication of fence enable and breach

FENCE_X (OSD1_FENCE_X)

Horizontal position on screen

FENCE_Y (OSD1_FENCE_Y)

Vertical position on screen

RNGF_EN (OSD1_RNGF_EN)

Displays a rangefinder's distance in cm

RNGF_X (OSD1_RNGF_X)

Horizontal position on screen

RNGF_Y (OSD1_RNGF_Y)

Vertical position on screen

OSD2_ Parameters

Enable screen (OSD2_ENABLE)

Enable this screen

Transmitter switch screen minimum pwm (OSD2_CHAN_MIN)

This sets the PWM lower limit for this screen

Transmitter switch screen maximum pwm (OSD2_CHAN_MAX)

This sets the PWM upper limit for this screen

ALTITUDE_EN (OSD2_ALTITUDE_EN)

Enables display of altitude AGL

ALTITUDE_X (OSD2_ALTITUDE_X)

Horizontal position on screen

ALTITUDE_Y (OSD2_ALTITUDE_Y)

Vertical position on screen

BATVOLT_EN (OSD2_BAT_VOLT_EN)

Displays main battery voltage

BATVOLT_X (OSD2_BAT_VOLT_X)

Horizontal position on screen

BATVOLT_Y (OSD2_BAT_VOLT_Y)

Vertical position on screen

RSSI_EN (OSD2_RSSI_EN)

Displays RC signal strength

RSSI_X (OSD2_RSSI_X)

Horizontal position on screen

RSSI_Y (OSD2_RSSI_Y)

Vertical position on screen

CURRENT_EN (OSD2_CURRENT_EN)

Displays main battery current

CURRENT_X (OSD2_CURRENT_X)

Horizontal position on screen

CURRENT_Y (OSD2_CURRENT_Y)

Vertical position on screen

BATUSED_EN (OSD2_BATUSED_EN)

Displays primary battery mAh consumed

BATUSED_X (OSD2_BATUSED_X)

Horizontal position on screen

BATUSED_Y (OSD2_BATUSED_Y)

Vertical position on screen

SATS_EN (OSD2_SATS_EN)

Displays number of acquired satellites

SATS_X (OSD2_SATS_X)

Horizontal position on screen

SATS_Y (OSD2_SATS_Y)

Vertical position on screen

FLTMODE_EN (OSD2_FLTMODE_EN)

Displays flight mode

FLTMODE_X (OSD2_FLTMODE_X)

Horizontal position on screen

FLTMODE_Y (OSD2_FLTMODE_Y)

Vertical position on screen

MESSAGE_EN (OSD2_MESSAGE_EN)

Displays Mavlink messages

MESSAGE_X (OSD2_MESSAGE_X)

Horizontal position on screen

MESSAGE_Y (OSD2_MESSAGE_Y)

Vertical position on screen

GSPEED_EN (OSD2_GSPEED_EN)

Displays GPS ground speed

GSPEED_X (OSD2_GSPEED_X)

Horizontal position on screen

GSPEED_Y (OSD2_GSPEED_Y)

Vertical position on screen

HORIZON_EN (OSD2_HORIZON_EN)

Displays artificial horizon

HORIZON_X (OSD2_HORIZON_X)

Horizontal position on screen

HORIZON_Y (OSD2_HORIZON_Y)

Vertical position on screen

HOME_EN (OSD2_HOME_EN)

Displays distance and relative direction to HOME

HOME_X (OSD2_HOME_X)

Horizontal position on screen

HOME_Y (OSD2_HOME_Y)

Vertical position on screen

HEADING_EN (OSD2_HEADING_EN)

Displays heading

HEADING_X (OSD2_HEADING_X)

Horizontal position on screen

HEADING_Y (OSD2_HEADING_Y)

Vertical position on screen

THROTTLE_EN (OSD2_THROTTLE_EN)

Displays actual throttle percentage being sent to motor(s)

THROTTLE_X (OSD2_THROTTLE_X)

Horizontal position on screen

THROTTLE_Y (OSD2_THROTTLE_Y)

Vertical position on screen

COMPASS_EN (OSD2_COMPASS_EN)

Enables display of compass rose

COMPASS_X (OSD2_COMPASS_X)

Horizontal position on screen

COMPASS_Y (OSD2_COMPASS_Y)

Vertical position on screen

WIND_EN (OSD2_WIND_EN)

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

WIND_X (OSD2_WIND_X)

Horizontal position on screen

WIND_Y (OSD2_WIND_Y)

Vertical position on screen

ASPEED_EN (OSD2_ASPEED_EN)

Displays airspeed value being used by TECS (fused value)

ASPEED_X (OSD2_ASPEED_X)

Horizontal position on screen

ASPEED_Y (OSD2_ASPEED_Y)

Vertical position on screen

VSPEED_EN (OSD2_VSPEED_EN)

Displays climb rate

VSPEED_X (OSD2_VSPEED_X)

Horizontal position on screen

VSPEED_Y (OSD2_VSPEED_Y)

Vertical position on screen

BLHTEMP_EN (OSD2_BLHTEMP_EN)

Displays first esc's temp

BLHTEMP_X (OSD2_BLHTEMP_X)

Horizontal position on screen

BLHTEMP_Y (OSD2_BLHTEMP_Y)

Vertical position on screen

BLHRPM_EN (OSD2_BLHRPM_EN)

Displays first esc's rpm

BLHRPM_X (OSD2_BLHRPM_X)

Horizontal position on screen

BLHRPM_Y (OSD2_BLHRPM_Y)

Vertical position on screen

BLHAMPS_EN (OSD2_BLHAMPS_EN)

Displays first esc's current

BLHAMPS_X (OSD2_BLHAMPS_X)

Horizontal position on screen

BLHAMPS_Y (OSD2_BLHAMPS_Y)

Vertical position on screen

GPSLAT_EN (OSD2_GPSLAT_EN)

Displays GPS latitude

GPSLAT_X (OSD2_GPSLAT_X)

Horizontal position on screen

GPSLAT_Y (OSD2_GPSLAT_Y)

Vertical position on screen

GPSLONG_EN (OSD2_GPSLONG_EN)

Displays GPS longitude

GPSLONG_X (OSD2_GPSLONG_X)

Horizontal position on screen

GPSLONG_Y (OSD2_GPSLONG_Y)

Vertical position on screen

ROLL_EN (OSD2_ROLL_EN)

Displays degrees of roll from level

ROLL_X (OSD2_ROLL_X)

Horizontal position on screen

ROLL_Y (OSD2_ROLL_Y)

Vertical position on screen

PITCH_EN (OSD2_PITCH_EN)

Displays degrees of pitch from level

PITCH_X (OSD2_PITCH_X)

Horizontal position on screen

PITCH_Y (OSD2_PITCH_Y)

Vertical position on screen

TEMP_EN (OSD2_TEMP_EN)

Displays temperature reported by primary barometer

TEMP_X (OSD2_TEMP_X)

Horizontal position on screen

TEMP_Y (OSD2_TEMP_Y)

Vertical position on screen

HDOP_EN (OSD2_HDOP_EN)

Displays Horizontal Dilution Of Position

HDOP_X (OSD2_HDOP_X)

Horizontal position on screen

HDOP_Y (OSD2_HDOP_Y)

Vertical position on screen

WAYPOINT_EN (OSD2_WAYPOINT_EN)

Displays bearing and distance to next waypoint

WAYPOINT_X (OSD2_WAYPOINT_X)

Horizontal position on screen

WAYPOINT_Y (OSD2_WAYPOINT_Y)

Vertical position on screen

XTRACK_EN (OSD2_XTRACK_EN)

Displays crosstrack error

XTRACK_X (OSD2_XTRACK_X)

Horizontal position on screen

XTRACK_Y (OSD2_XTRACK_Y)

Vertical position on screen

DIST_EN (OSD2_DIST_EN)

Displays total distance flown

DIST_X (OSD2_DIST_X)

Horizontal position on screen

DIST_Y (OSD2_DIST_Y)

Vertical position on screen

STATS_EN (OSD2_STATS_EN)

Displays flight stats

STATS_X (OSD2_STATS_X)

Horizontal position on screen

STATS_Y (OSD2_STATS_Y)

Vertical position on screen

FLTIME_EN (OSD2_FLTIME_EN)

Displays total flight time

FLTIME_X (OSD2_FLTIME_X)

Horizontal position on screen

FLTIME_Y (OSD2_FLTIME_Y)

Vertical position on screen

CLIMBEFF_EN (OSD2_CLIMBEFF_EN)

Displays climb efficiency (climb rate/current)

CLIMBEFF_X (OSD2_CLIMBEFF_X)

Horizontal position on screen

CLIMBEFF_Y (OSD2_CLIMBEFF_Y)

Vertical position on screen

EFF_EN (OSD2_EFF_EN)

Displays flight efficiency (mAh/km or /mi)

EFF_X (OSD2_EFF_X)

Horizontal position on screen

EFF_Y (OSD2_EFF_Y)

Vertical position on screen

BTEMP_EN (OSD2_BTEMP_EN)

Displays temperature reported by secondary barometer

BTEMP_X (OSD2_BTEMP_X)

Horizontal position on screen

BTEMP_Y (OSD2_BTEMP_Y)

Vertical position on screen

ATEMP_EN (OSD2_ATEMP_EN)

Displays temperature reported by primary airspeed sensor

ATEMP_X (OSD2_ATEMP_X)

Horizontal position on screen

ATEMP_Y (OSD2_ATEMP_Y)

Vertical position on screen

BAT2VLT_EN (OSD2_BAT2_VLT_EN)

Displays battery2 voltage

BAT2VLT_X (OSD2_BAT2_VLT_X)

Horizontal position on screen

BAT2VLT_Y (OSD2_BAT2_VLT_Y)

Vertical position on screen

BAT2USED_EN (OSD2_BAT2USED_EN)

Displays secondary battery mAh consumed

BAT2USED_X (OSD2_BAT2USED_X)

Horizontal position on screen

BAT2USED_Y (OSD2_BAT2USED_Y)

Vertical position on screen

ASPD2_EN (OSD2_ASPD2_EN)

Displays airspeed reported directly from secondary airspeed sensor

ASPD2_X (OSD2_ASPD2_X)

Horizontal position on screen

ASPD2_Y (OSD2_ASPD2_Y)

Vertical position on screen

ASPD1_EN (OSD2_ASPD1_EN)

Displays airspeed reported directly from primary airspeed sensor

ASPD1_X (OSD2_ASPD1_X)

Horizontal position on screen

ASPD1_Y (OSD2_ASPD1_Y)

Vertical position on screen

CLK_EN (OSD2_CLK_EN)

Displays a clock panel based on AP_RTC local time

CLK_X (OSD2_CLK_X)

Horizontal position on screen

CLK_Y (OSD2_CLK_Y)

Vertical position on screen

SIDEBARS_EN (OSD2_SIDEBARS_EN)

Displays artificial horizon side bars (MSP OSD only)

SIDEBARS_X (OSD2_SIDEBARS_X)

Horizontal position on screen (MSP OSD only)

SIDEBARS_Y (OSD2_SIDEBARS_Y)

Vertical position on screen (MSP OSD only)

CRSSHAIR_EN (OSD2_CRSSHAIR_EN)

Displays artificial horizon crosshair (MSP OSD only)

CRSSHAIR_X (OSD2_CRSSHAIR_X)

Horizontal position on screen (MSP OSD only)

CRSSHAIR_Y (OSD2_CRSSHAIR_Y)

Vertical position on screen (MSP OSD only)

HOMEDIST_EN (OSD2_HOMEDIST_EN)

Displays distance from HOME (MSP OSD only)

HOMEDIST_X (OSD2_HOMEDIST_X)

Horizontal position on screen (MSP OSD only)

HOMEDIST_Y (OSD2_HOMEDIST_Y)

Vertical position on screen (MSP OSD only)

HOMEDIR_EN (OSD2_HOMEDIR_EN)

Displays relative direction to HOME (MSP OSD only)

HOMEDIR_X (OSD2_HOMEDIR_X)

Horizontal position on screen

HOMEDIR_Y (OSD2_HOMEDIR_Y)

Vertical position on screen

POWER_EN (OSD2_POWER_EN)

Displays power (MSP OSD only)

POWER_X (OSD2_POWER_X)

Horizontal position on screen

POWER_Y (OSD2_POWER_Y)

Vertical position on screen

CELL_VOLT_EN (OSD2_CELLVOLT_EN)

Displays average cell voltage (MSP OSD only)

CELL_VOLT_X (OSD2_CELLVOLT_X)

Horizontal position on screen

CELL_VOLT_Y (OSD2_CELLVOLT_Y)

Vertical position on screen

BATT_BAR_EN (OSD2_BATTBAR_EN)

Displays battery usage bar (MSP OSD only)

BATT_BAR_X (OSD2_BATTBAR_X)

Horizontal position on screen

BATT_BAR_Y (OSD2_BATTBAR_Y)

Vertical position on screen

ARMING_EN (OSD2_ARMING_EN)

Displays arming status (MSP OSD only)

ARMING_X (OSD2_ARMING_X)

Horizontal position on screen

ARMING_Y (OSD2_ARMING_Y)

Vertical position on screen

PLUSCODE_EN (OSD2_PLUSCODE_EN)

Displays pluscode (OLC) element

PLUSCODE_X (OSD2_PLUSCODE_X)

Horizontal position on screen

PLUSCODE_Y (OSD2_PLUSCODE_Y)

Vertical position on screen

CALLSIGN_EN (OSD2_CALLSIGN_EN)

Displays callsign from callsign.txt on microSD card

CALLSIGN_X (OSD2_CALLSIGN_X)

Horizontal position on screen

CALLSIGN_Y (OSD2_CALLSIGN_Y)

Vertical position on screen

CURRENT2_EN (OSD2_CURRENT2_EN)

Displays 2nd battery current

CURRENT2_X (OSD2_CURRENT2_X)

Horizontal position on screen

CURRENT2_Y (OSD2_CURRENT2_Y)

Vertical position on screen

VTX_PWR_EN (OSD2_VTX_PWR_EN)

Displays VTX Power

VTX_PWR_X (OSD2_VTX_PWR_X)

Horizontal position on screen

VTX_PWR_Y (OSD2_VTX_PWR_Y)

Vertical position on screen

TER_HGT_EN (OSD2_TER_HGT_EN)

Displays Height above terrain

TER_HGT_X (OSD2_TER_HGT_X)

Horizontal position on screen

TER_HGT_Y (OSD2_TER_HGT_Y)

Vertical position on screen

AVGCELLV_EN (OSD2_AVGCELLV_EN)

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

AVGCELLV_X (OSD2_AVGCELLV_X)

Horizontal position on screen

AVGCELLV_Y (OSD2_AVGCELLV_Y)

Vertical position on screen

RESTVOLT_EN (OSD2_RESTVOLT_EN)

Displays main battery resting voltage

RESTVOLT_X (OSD2_RESTVOLT_X)

Horizontal position on screen

RESTVOLT_Y (OSD2_RESTVOLT_Y)

Vertical position on screen

FENCE_EN (OSD2_FENCE_EN)

Displays indication of fence enable and breach

FENCE_X (OSD2_FENCE_X)

Horizontal position on screen

FENCE_Y (OSD2_FENCE_Y)

Vertical position on screen

RNGF_EN (OSD2_RNGF_EN)

Displays a rangefinder's distance in cm

RNGF_X (OSD2_RNGF_X)

Horizontal position on screen

RNGF_Y (OSD2_RNGF_Y)

Vertical position on screen

OSD3_ Parameters

Enable screen (OSD3_ENABLE)

Enable this screen

Transmitter switch screen minimum pwm (OSD3_CHAN_MIN)

This sets the PWM lower limit for this screen

Transmitter switch screen maximum pwm (OSD3_CHAN_MAX)

This sets the PWM upper limit for this screen

ALTITUDE_EN (OSD3_ALTITUDE_EN)

Enables display of altitude AGL

ALTITUDE_X (OSD3_ALTITUDE_X)

Horizontal position on screen

ALTITUDE_Y (OSD3_ALTITUDE_Y)

Vertical position on screen

BATVOLT_EN (OSD3_BAT_VOLT_EN)

Displays main battery voltage

BATVOLT_X (OSD3_BAT_VOLT_X)

Horizontal position on screen

BATVOLT_Y (OSD3_BAT_VOLT_Y)

Vertical position on screen

RSSI_EN (OSD3_RSSI_EN)

Displays RC signal strength

RSSI_X (OSD3_RSSI_X)

Horizontal position on screen

RSSI_Y (OSD3_RSSI_Y)

Vertical position on screen

CURRENT_EN (OSD3_CURRENT_EN)

Displays main battery current

CURRENT_X (OSD3_CURRENT_X)

Horizontal position on screen

CURRENT_Y (OSD3_CURRENT_Y)

Vertical position on screen

BATUSED_EN (OSD3_BATUSED_EN)

Displays primary battery mAh consumed

BATUSED_X (OSD3_BATUSED_X)

Horizontal position on screen

BATUSED_Y (OSD3_BATUSED_Y)

Vertical position on screen

SATS_EN (OSD3_SATS_EN)

Displays number of acquired satellites

SATS_X (OSD3_SATS_X)

Horizontal position on screen

SATS_Y (OSD3_SATS_Y)

Vertical position on screen

FLTMODE_EN (OSD3_FLTMODE_EN)

Displays flight mode

FLTMODE_X (OSD3_FLTMODE_X)

Horizontal position on screen

FLTMODE_Y (OSD3_FLTMODE_Y)

Vertical position on screen

MESSAGE_EN (OSD3_MESSAGE_EN)

Displays Mavlink messages

MESSAGE_X (OSD3_MESSAGE_X)

Horizontal position on screen

MESSAGE_Y (OSD3_MESSAGE_Y)

Vertical position on screen

GSPEED_EN (OSD3_GSPEED_EN)

Displays GPS ground speed

GSPEED_X (OSD3_GSPEED_X)

Horizontal position on screen

GSPEED_Y (OSD3_GSPEED_Y)

Vertical position on screen

HORIZON_EN (OSD3_HORIZON_EN)

Displays artificial horizon

HORIZON_X (OSD3_HORIZON_X)

Horizontal position on screen

HORIZON_Y (OSD3_HORIZON_Y)

Vertical position on screen

HOME_EN (OSD3_HOME_EN)

Displays distance and relative direction to HOME

HOME_X (OSD3_HOME_X)

Horizontal position on screen

HOME_Y (OSD3_HOME_Y)

Vertical position on screen

HEADING_EN (OSD3_HEADING_EN)

Displays heading

HEADING_X (OSD3_HEADING_X)

Horizontal position on screen

HEADING_Y (OSD3_HEADING_Y)

Vertical position on screen

THROTTLE_EN (OSD3_THROTTLE_EN)

Displays actual throttle percentage being sent to motor(s)

THROTTLE_X (OSD3_THROTTLE_X)

Horizontal position on screen

THROTTLE_Y (OSD3_THROTTLE_Y)

Vertical position on screen

COMPASS_EN (OSD3_COMPASS_EN)

Enables display of compass rose

COMPASS_X (OSD3_COMPASS_X)

Horizontal position on screen

COMPASS_Y (OSD3_COMPASS_Y)

Vertical position on screen

WIND_EN (OSD3_WIND_EN)

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

WIND_X (OSD3_WIND_X)

Horizontal position on screen

WIND_Y (OSD3_WIND_Y)

Vertical position on screen

ASPEED_EN (OSD3_ASPEED_EN)

Displays airspeed value being used by TECS (fused value)

ASPEED_X (OSD3_ASPEED_X)

Horizontal position on screen

ASPEED_Y (OSD3_ASPEED_Y)

Vertical position on screen

VSPEED_EN (OSD3_VSPEED_EN)

Displays climb rate

VSPEED_X (OSD3_VSPEED_X)

Horizontal position on screen

VSPEED_Y (OSD3_VSPEED_Y)

Vertical position on screen

BLHTEMP_EN (OSD3_BLHTEMP_EN)

Displays first esc's temp

BLHTEMP_X (OSD3_BLHTEMP_X)

Horizontal position on screen

BLHTEMP_Y (OSD3_BLHTEMP_Y)

Vertical position on screen

BLHRPM_EN (OSD3_BLHRPM_EN)

Displays first esc's rpm

BLHRPM_X (OSD3_BLHRPM_X)

Horizontal position on screen

BLHRPM_Y (OSD3_BLHRPM_Y)

Vertical position on screen

BLHAMPS_EN (OSD3_BLHAMPS_EN)

Displays first esc's current

BLHAMPS_X (OSD3_BLHAMPS_X)

Horizontal position on screen

BLHAMPS_Y (OSD3_BLHAMPS_Y)

Vertical position on screen

GPSLAT_EN (OSD3_GPSLAT_EN)

Displays GPS latitude

GPSLAT_X (OSD3_GPSLAT_X)

Horizontal position on screen

GPSLAT_Y (OSD3_GPSLAT_Y)

Vertical position on screen

GPSLONG_EN (OSD3_GPSLONG_EN)

Displays GPS longitude

GPSLONG_X (OSD3_GPSLONG_X)

Horizontal position on screen

GPSLONG_Y (OSD3_GPSLONG_Y)

Vertical position on screen

ROLL_EN (OSD3_ROLL_EN)

Displays degrees of roll from level

ROLL_X (OSD3_ROLL_X)

Horizontal position on screen

ROLL_Y (OSD3_ROLL_Y)

Vertical position on screen

PITCH_EN (OSD3_PITCH_EN)

Displays degrees of pitch from level

PITCH_X (OSD3_PITCH_X)

Horizontal position on screen

PITCH_Y (OSD3_PITCH_Y)

Vertical position on screen

TEMP_EN (OSD3_TEMP_EN)

Displays temperature reported by primary barometer

TEMP_X (OSD3_TEMP_X)

Horizontal position on screen

TEMP_Y (OSD3_TEMP_Y)

Vertical position on screen

HDOP_EN (OSD3_HDOP_EN)

Displays Horizontal Dilution Of Position

HDOP_X (OSD3_HDOP_X)

Horizontal position on screen

HDOP_Y (OSD3_HDOP_Y)

Vertical position on screen

WAYPOINT_EN (OSD3_WAYPOINT_EN)

Displays bearing and distance to next waypoint

WAYPOINT_X (OSD3_WAYPOINT_X)

Horizontal position on screen

WAYPOINT_Y (OSD3_WAYPOINT_Y)

Vertical position on screen

XTRACK_EN (OSD3_XTRACK_EN)

Displays crosstrack error

XTRACK_X (OSD3_XTRACK_X)

Horizontal position on screen

XTRACK_Y (OSD3_XTRACK_Y)

Vertical position on screen

DIST_EN (OSD3_DIST_EN)

Displays total distance flown

DIST_X (OSD3_DIST_X)

Horizontal position on screen

DIST_Y (OSD3_DIST_Y)

Vertical position on screen

STATS_EN (OSD3_STATS_EN)

Displays flight stats

STATS_X (OSD3_STATS_X)

Horizontal position on screen

STATS_Y (OSD3_STATS_Y)

Vertical position on screen

FLTIME_EN (OSD3_FLTIME_EN)

Displays total flight time

FLTIME_X (OSD3_FLTIME_X)

Horizontal position on screen

FLTIME_Y (OSD3_FLTIME_Y)

Vertical position on screen

CLIMBEFF_EN (OSD3_CLIMBEFF_EN)

Displays climb efficiency (climb rate/current)

CLIMBEFF_X (OSD3_CLIMBEFF_X)

Horizontal position on screen

CLIMBEFF_Y (OSD3_CLIMBEFF_Y)

Vertical position on screen

EFF_EN (OSD3_EFF_EN)

Displays flight efficiency (mAh/km or /mi)

EFF_X (OSD3_EFF_X)

Horizontal position on screen

EFF_Y (OSD3_EFF_Y)

Vertical position on screen

BTEMP_EN (OSD3_BTEMP_EN)

Displays temperature reported by secondary barometer

BTEMP_X (OSD3_BTEMP_X)

Horizontal position on screen

BTEMP_Y (OSD3_BTEMP_Y)

Vertical position on screen

ATEMP_EN (OSD3_ATEMP_EN)

Displays temperature reported by primary airspeed sensor

ATEMP_X (OSD3_ATEMP_X)

Horizontal position on screen

ATEMP_Y (OSD3_ATEMP_Y)

Vertical position on screen

BAT2VLT_EN (OSD3_BAT2_VLT_EN)

Displays battery2 voltage

BAT2VLT_X (OSD3_BAT2_VLT_X)

Horizontal position on screen

BAT2VLT_Y (OSD3_BAT2_VLT_Y)

Vertical position on screen

BAT2USED_EN (OSD3_BAT2USED_EN)

Displays secondary battery mAh consumed

BAT2USED_X (OSD3_BAT2USED_X)

Horizontal position on screen

BAT2USED_Y (OSD3_BAT2USED_Y)

Vertical position on screen

ASPD2_EN (OSD3_ASPD2_EN)

Displays airspeed reported directly from secondary airspeed sensor

ASPD2_X (OSD3_ASPD2_X)

Horizontal position on screen

ASPD2_Y (OSD3_ASPD2_Y)

Vertical position on screen

ASPD1_EN (OSD3_ASPD1_EN)

Displays airspeed reported directly from primary airspeed sensor

ASPD1_X (OSD3_ASPD1_X)

Horizontal position on screen

ASPD1_Y (OSD3_ASPD1_Y)

Vertical position on screen

CLK_EN (OSD3_CLK_EN)

Displays a clock panel based on AP_RTC local time

CLK_X (OSD3_CLK_X)

Horizontal position on screen

CLK_Y (OSD3_CLK_Y)

Vertical position on screen

SIDEBARS_EN (OSD3_SIDEBARS_EN)

Displays artificial horizon side bars (MSP OSD only)

SIDEBARS_X (OSD3_SIDEBARS_X)

Horizontal position on screen (MSP OSD only)

SIDEBARS_Y (OSD3_SIDEBARS_Y)

Vertical position on screen (MSP OSD only)

CRSSHAIR_EN (OSD3_CRSSHAIR_EN)

Displays artificial horizon crosshair (MSP OSD only)

CRSSHAIR_X (OSD3_CRSSHAIR_X)

Horizontal position on screen (MSP OSD only)

CRSSHAIR_Y (OSD3_CRSSHAIR_Y)

Vertical position on screen (MSP OSD only)

HOMEDIST_EN (OSD3_HOMEDIST_EN)

Displays distance from HOME (MSP OSD only)

HOMEDIST_X (OSD3_HOMEDIST_X)

Horizontal position on screen (MSP OSD only)

HOMEDIST_Y (OSD3_HOMEDIST_Y)

Vertical position on screen (MSP OSD only)

HOMEDIR_EN (OSD3_HOMEDIR_EN)

Displays relative direction to HOME (MSP OSD only)

HOMEDIR_X (OSD3_HOMEDIR_X)

Horizontal position on screen

HOMEDIR_Y (OSD3_HOMEDIR_Y)

Vertical position on screen

POWER_EN (OSD3_POWER_EN)

Displays power (MSP OSD only)

POWER_X (OSD3_POWER_X)

Horizontal position on screen

POWER_Y (OSD3_POWER_Y)

Vertical position on screen

CELL_VOLT_EN (OSD3_CELLVOLT_EN)

Displays average cell voltage (MSP OSD only)

CELL_VOLT_X (OSD3_CELLVOLT_X)

Horizontal position on screen

CELL_VOLT_Y (OSD3_CELLVOLT_Y)

Vertical position on screen

BATT_BAR_EN (OSD3_BATTBAR_EN)

Displays battery usage bar (MSP OSD only)

BATT_BAR_X (OSD3_BATTBAR_X)

Horizontal position on screen

BATT_BAR_Y (OSD3_BATTBAR_Y)

Vertical position on screen

ARMING_EN (OSD3_ARMING_EN)

Displays arming status (MSP OSD only)

ARMING_X (OSD3_ARMING_X)

Horizontal position on screen

ARMING_Y (OSD3_ARMING_Y)

Vertical position on screen

PLUSCODE_EN (OSD3_PLUSCODE_EN)

Displays pluscode (OLC) element

PLUSCODE_X (OSD3_PLUSCODE_X)

Horizontal position on screen

PLUSCODE_Y (OSD3_PLUSCODE_Y)

Vertical position on screen

CALLSIGN_EN (OSD3_CALLSIGN_EN)

Displays callsign from callsign.txt on microSD card

CALLSIGN_X (OSD3_CALLSIGN_X)

Horizontal position on screen

CALLSIGN_Y (OSD3_CALLSIGN_Y)

Vertical position on screen

CURRENT2_EN (OSD3_CURRENT2_EN)

Displays 2nd battery current

CURRENT2_X (OSD3_CURRENT2_X)

Horizontal position on screen

CURRENT2_Y (OSD3_CURRENT2_Y)

Vertical position on screen

VTX_PWR_EN (OSD3_VTX_PWR_EN)

Displays VTX Power

VTX_PWR_X (OSD3_VTX_PWR_X)

Horizontal position on screen

VTX_PWR_Y (OSD3_VTX_PWR_Y)

Vertical position on screen

TER_HGT_EN (OSD3_TER_HGT_EN)

Displays Height above terrain

TER_HGT_X (OSD3_TER_HGT_X)

Horizontal position on screen

TER_HGT_Y (OSD3_TER_HGT_Y)

Vertical position on screen

AVGCELLV_EN (OSD3_AVGCELLV_EN)

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

AVGCELLV_X (OSD3_AVGCELLV_X)

Horizontal position on screen

AVGCELLV_Y (OSD3_AVGCELLV_Y)

Vertical position on screen

RESTVOLT_EN (OSD3_RESTVOLT_EN)

Displays main battery resting voltage

RESTVOLT_X (OSD3_RESTVOLT_X)

Horizontal position on screen

RESTVOLT_Y (OSD3_RESTVOLT_Y)

Vertical position on screen

FENCE_EN (OSD3_FENCE_EN)

Displays indication of fence enable and breach

FENCE_X (OSD3_FENCE_X)

Horizontal position on screen

FENCE_Y (OSD3_FENCE_Y)

Vertical position on screen

RNGF_EN (OSD3_RNGF_EN)

Displays a rangefinder's distance in cm

RNGF_X (OSD3_RNGF_X)

Horizontal position on screen

RNGF_Y (OSD3_RNGF_Y)

Vertical position on screen

OSD4_ Parameters

Enable screen (OSD4_ENABLE)

Enable this screen

Transmitter switch screen minimum pwm (OSD4_CHAN_MIN)

This sets the PWM lower limit for this screen

Transmitter switch screen maximum pwm (OSD4_CHAN_MAX)

This sets the PWM upper limit for this screen

ALTITUDE_EN (OSD4_ALTITUDE_EN)

Enables display of altitude AGL

ALTITUDE_X (OSD4_ALTITUDE_X)

Horizontal position on screen

ALTITUDE_Y (OSD4_ALTITUDE_Y)

Vertical position on screen

BATVOLT_EN (OSD4_BAT_VOLT_EN)

Displays main battery voltage

BATVOLT_X (OSD4_BAT_VOLT_X)

Horizontal position on screen

BATVOLT_Y (OSD4_BAT_VOLT_Y)

Vertical position on screen

RSSI_EN (OSD4_RSSI_EN)

Displays RC signal strength

RSSI_X (OSD4_RSSI_X)

Horizontal position on screen

RSSI_Y (OSD4_RSSI_Y)

Vertical position on screen

CURRENT_EN (OSD4_CURRENT_EN)

Displays main battery current

CURRENT_X (OSD4_CURRENT_X)

Horizontal position on screen

CURRENT_Y (OSD4_CURRENT_Y)

Vertical position on screen

BATUSED_EN (OSD4_BATUSED_EN)

Displays primary battery mAh consumed

BATUSED_X (OSD4_BATUSED_X)

Horizontal position on screen

BATUSED_Y (OSD4_BATUSED_Y)

Vertical position on screen

SATS_EN (OSD4_SATS_EN)

Displays number of acquired satellites

SATS_X (OSD4_SATS_X)

Horizontal position on screen

SATS_Y (OSD4_SATS_Y)

Vertical position on screen

FLTMODE_EN (OSD4_FLTMODE_EN)

Displays flight mode

FLTMODE_X (OSD4_FLTMODE_X)

Horizontal position on screen

FLTMODE_Y (OSD4_FLTMODE_Y)

Vertical position on screen

MESSAGE_EN (OSD4_MESSAGE_EN)

Displays Mavlink messages

MESSAGE_X (OSD4_MESSAGE_X)

Horizontal position on screen

MESSAGE_Y (OSD4_MESSAGE_Y)

Vertical position on screen

GSPEED_EN (OSD4_GSPEED_EN)

Displays GPS ground speed

GSPEED_X (OSD4_GSPEED_X)

Horizontal position on screen

GSPEED_Y (OSD4_GSPEED_Y)

Vertical position on screen

HORIZON_EN (OSD4_HORIZON_EN)

Displays artificial horizon

HORIZON_X (OSD4_HORIZON_X)

Horizontal position on screen

HORIZON_Y (OSD4_HORIZON_Y)

Vertical position on screen

HOME_EN (OSD4_HOME_EN)

Displays distance and relative direction to HOME

HOME_X (OSD4_HOME_X)

Horizontal position on screen

HOME_Y (OSD4_HOME_Y)

Vertical position on screen

HEADING_EN (OSD4_HEADING_EN)

Displays heading

HEADING_X (OSD4_HEADING_X)

Horizontal position on screen

HEADING_Y (OSD4_HEADING_Y)

Vertical position on screen

THROTTLE_EN (OSD4_THROTTLE_EN)

Displays actual throttle percentage being sent to motor(s)

THROTTLE_X (OSD4_THROTTLE_X)

Horizontal position on screen

THROTTLE_Y (OSD4_THROTTLE_Y)

Vertical position on screen

COMPASS_EN (OSD4_COMPASS_EN)

Enables display of compass rose

COMPASS_X (OSD4_COMPASS_X)

Horizontal position on screen

COMPASS_Y (OSD4_COMPASS_Y)

Vertical position on screen

WIND_EN (OSD4_WIND_EN)

Displays wind speed and relative direction, on Rover this is the apparent wind speed and direction from the windvane, if fitted

WIND_X (OSD4_WIND_X)

Horizontal position on screen

WIND_Y (OSD4_WIND_Y)

Vertical position on screen

ASPEED_EN (OSD4_ASPEED_EN)

Displays airspeed value being used by TECS (fused value)

ASPEED_X (OSD4_ASPEED_X)

Horizontal position on screen

ASPEED_Y (OSD4_ASPEED_Y)

Vertical position on screen

VSPEED_EN (OSD4_VSPEED_EN)

Displays climb rate

VSPEED_X (OSD4_VSPEED_X)

Horizontal position on screen

VSPEED_Y (OSD4_VSPEED_Y)

Vertical position on screen

BLHTEMP_EN (OSD4_BLHTEMP_EN)

Displays first esc's temp

BLHTEMP_X (OSD4_BLHTEMP_X)

Horizontal position on screen

BLHTEMP_Y (OSD4_BLHTEMP_Y)

Vertical position on screen

BLHRPM_EN (OSD4_BLHRPM_EN)

Displays first esc's rpm

BLHRPM_X (OSD4_BLHRPM_X)

Horizontal position on screen

BLHRPM_Y (OSD4_BLHRPM_Y)

Vertical position on screen

BLHAMPS_EN (OSD4_BLHAMPS_EN)

Displays first esc's current

BLHAMPS_X (OSD4_BLHAMPS_X)

Horizontal position on screen

BLHAMPS_Y (OSD4_BLHAMPS_Y)

Vertical position on screen

GPSLAT_EN (OSD4_GPSLAT_EN)

Displays GPS latitude

GPSLAT_X (OSD4_GPSLAT_X)

Horizontal position on screen

GPSLAT_Y (OSD4_GPSLAT_Y)

Vertical position on screen

GPSLONG_EN (OSD4_GPSLONG_EN)

Displays GPS longitude

GPSLONG_X (OSD4_GPSLONG_X)

Horizontal position on screen

GPSLONG_Y (OSD4_GPSLONG_Y)

Vertical position on screen

ROLL_EN (OSD4_ROLL_EN)

Displays degrees of roll from level

ROLL_X (OSD4_ROLL_X)

Horizontal position on screen

ROLL_Y (OSD4_ROLL_Y)

Vertical position on screen

PITCH_EN (OSD4_PITCH_EN)

Displays degrees of pitch from level

PITCH_X (OSD4_PITCH_X)

Horizontal position on screen

PITCH_Y (OSD4_PITCH_Y)

Vertical position on screen

TEMP_EN (OSD4_TEMP_EN)

Displays temperature reported by primary barometer

TEMP_X (OSD4_TEMP_X)

Horizontal position on screen

TEMP_Y (OSD4_TEMP_Y)

Vertical position on screen

HDOP_EN (OSD4_HDOP_EN)

Displays Horizontal Dilution Of Position

HDOP_X (OSD4_HDOP_X)

Horizontal position on screen

HDOP_Y (OSD4_HDOP_Y)

Vertical position on screen

WAYPOINT_EN (OSD4_WAYPOINT_EN)

Displays bearing and distance to next waypoint

WAYPOINT_X (OSD4_WAYPOINT_X)

Horizontal position on screen

WAYPOINT_Y (OSD4_WAYPOINT_Y)

Vertical position on screen

XTRACK_EN (OSD4_XTRACK_EN)

Displays crosstrack error

XTRACK_X (OSD4_XTRACK_X)

Horizontal position on screen

XTRACK_Y (OSD4_XTRACK_Y)

Vertical position on screen

DIST_EN (OSD4_DIST_EN)

Displays total distance flown

DIST_X (OSD4_DIST_X)

Horizontal position on screen

DIST_Y (OSD4_DIST_Y)

Vertical position on screen

STATS_EN (OSD4_STATS_EN)

Displays flight stats

STATS_X (OSD4_STATS_X)

Horizontal position on screen

STATS_Y (OSD4_STATS_Y)

Vertical position on screen

FLTIME_EN (OSD4_FLTIME_EN)

Displays total flight time

FLTIME_X (OSD4_FLTIME_X)

Horizontal position on screen

FLTIME_Y (OSD4_FLTIME_Y)

Vertical position on screen

CLIMBEFF_EN (OSD4_CLIMBEFF_EN)

Displays climb efficiency (climb rate/current)

CLIMBEFF_X (OSD4_CLIMBEFF_X)

Horizontal position on screen

CLIMBEFF_Y (OSD4_CLIMBEFF_Y)

Vertical position on screen

EFF_EN (OSD4_EFF_EN)

Displays flight efficiency (mAh/km or /mi)

EFF_X (OSD4_EFF_X)

Horizontal position on screen

EFF_Y (OSD4_EFF_Y)

Vertical position on screen

BTEMP_EN (OSD4_BTEMP_EN)

Displays temperature reported by secondary barometer

BTEMP_X (OSD4_BTEMP_X)

Horizontal position on screen

BTEMP_Y (OSD4_BTEMP_Y)

Vertical position on screen

ATEMP_EN (OSD4_ATEMP_EN)

Displays temperature reported by primary airspeed sensor

ATEMP_X (OSD4_ATEMP_X)

Horizontal position on screen

ATEMP_Y (OSD4_ATEMP_Y)

Vertical position on screen

BAT2VLT_EN (OSD4_BAT2_VLT_EN)

Displays battery2 voltage

BAT2VLT_X (OSD4_BAT2_VLT_X)

Horizontal position on screen

BAT2VLT_Y (OSD4_BAT2_VLT_Y)

Vertical position on screen

BAT2USED_EN (OSD4_BAT2USED_EN)

Displays secondary battery mAh consumed

BAT2USED_X (OSD4_BAT2USED_X)

Horizontal position on screen

BAT2USED_Y (OSD4_BAT2USED_Y)

Vertical position on screen

ASPD2_EN (OSD4_ASPD2_EN)

Displays airspeed reported directly from secondary airspeed sensor

ASPD2_X (OSD4_ASPD2_X)

Horizontal position on screen

ASPD2_Y (OSD4_ASPD2_Y)

Vertical position on screen

ASPD1_EN (OSD4_ASPD1_EN)

Displays airspeed reported directly from primary airspeed sensor

ASPD1_X (OSD4_ASPD1_X)

Horizontal position on screen

ASPD1_Y (OSD4_ASPD1_Y)

Vertical position on screen

CLK_EN (OSD4_CLK_EN)

Displays a clock panel based on AP_RTC local time

CLK_X (OSD4_CLK_X)

Horizontal position on screen

CLK_Y (OSD4_CLK_Y)

Vertical position on screen

SIDEBARS_EN (OSD4_SIDEBARS_EN)

Displays artificial horizon side bars (MSP OSD only)

SIDEBARS_X (OSD4_SIDEBARS_X)

Horizontal position on screen (MSP OSD only)

SIDEBARS_Y (OSD4_SIDEBARS_Y)

Vertical position on screen (MSP OSD only)

CRSSHAIR_EN (OSD4_CRSSHAIR_EN)

Displays artificial horizon crosshair (MSP OSD only)

CRSSHAIR_X (OSD4_CRSSHAIR_X)

Horizontal position on screen (MSP OSD only)

CRSSHAIR_Y (OSD4_CRSSHAIR_Y)

Vertical position on screen (MSP OSD only)

HOMEDIST_EN (OSD4_HOMEDIST_EN)

Displays distance from HOME (MSP OSD only)

HOMEDIST_X (OSD4_HOMEDIST_X)

Horizontal position on screen (MSP OSD only)

HOMEDIST_Y (OSD4_HOMEDIST_Y)

Vertical position on screen (MSP OSD only)

HOMEDIR_EN (OSD4_HOMEDIR_EN)

Displays relative direction to HOME (MSP OSD only)

HOMEDIR_X (OSD4_HOMEDIR_X)

Horizontal position on screen

HOMEDIR_Y (OSD4_HOMEDIR_Y)

Vertical position on screen

POWER_EN (OSD4_POWER_EN)

Displays power (MSP OSD only)

POWER_X (OSD4_POWER_X)

Horizontal position on screen

POWER_Y (OSD4_POWER_Y)

Vertical position on screen

CELL_VOLT_EN (OSD4_CELLVOLT_EN)

Displays average cell voltage (MSP OSD only)

CELL_VOLT_X (OSD4_CELLVOLT_X)

Horizontal position on screen

CELL_VOLT_Y (OSD4_CELLVOLT_Y)

Vertical position on screen

BATT_BAR_EN (OSD4_BATTBAR_EN)

Displays battery usage bar (MSP OSD only)

BATT_BAR_X (OSD4_BATTBAR_X)

Horizontal position on screen

BATT_BAR_Y (OSD4_BATTBAR_Y)

Vertical position on screen

ARMING_EN (OSD4_ARMING_EN)

Displays arming status (MSP OSD only)

ARMING_X (OSD4_ARMING_X)

Horizontal position on screen

ARMING_Y (OSD4_ARMING_Y)

Vertical position on screen

PLUSCODE_EN (OSD4_PLUSCODE_EN)

Displays pluscode (OLC) element

PLUSCODE_X (OSD4_PLUSCODE_X)

Horizontal position on screen

PLUSCODE_Y (OSD4_PLUSCODE_Y)

Vertical position on screen

CALLSIGN_EN (OSD4_CALLSIGN_EN)

Displays callsign from callsign.txt on microSD card

CALLSIGN_X (OSD4_CALLSIGN_X)

Horizontal position on screen

CALLSIGN_Y (OSD4_CALLSIGN_Y)

Vertical position on screen

CURRENT2_EN (OSD4_CURRENT2_EN)

Displays 2nd battery current

CURRENT2_X (OSD4_CURRENT2_X)

Horizontal position on screen

CURRENT2_Y (OSD4_CURRENT2_Y)

Vertical position on screen

VTX_PWR_EN (OSD4_VTX_PWR_EN)

Displays VTX Power

VTX_PWR_X (OSD4_VTX_PWR_X)

Horizontal position on screen

VTX_PWR_Y (OSD4_VTX_PWR_Y)

Vertical position on screen

TER_HGT_EN (OSD4_TER_HGT_EN)

Displays Height above terrain

TER_HGT_X (OSD4_TER_HGT_X)

Horizontal position on screen

TER_HGT_Y (OSD4_TER_HGT_Y)

Vertical position on screen

AVGCELLV_EN (OSD4_AVGCELLV_EN)

Displays average cell voltage. WARNING: this can be inaccurate if the cell count is not detected or set properly. If the the battery is far from fully charged the detected cell count might not be accurate if auto cell count detection is used (OSD_CELL_COUNT=0).

AVGCELLV_X (OSD4_AVGCELLV_X)

Horizontal position on screen

AVGCELLV_Y (OSD4_AVGCELLV_Y)

Vertical position on screen

RESTVOLT_EN (OSD4_RESTVOLT_EN)

Displays main battery resting voltage

RESTVOLT_X (OSD4_RESTVOLT_X)

Horizontal position on screen

RESTVOLT_Y (OSD4_RESTVOLT_Y)

Vertical position on screen

FENCE_EN (OSD4_FENCE_EN)

Displays indication of fence enable and breach

FENCE_X (OSD4_FENCE_X)

Horizontal position on screen

FENCE_Y (OSD4_FENCE_Y)

Vertical position on screen

RNGF_EN (OSD4_RNGF_EN)

Displays a rangefinder's distance in cm

RNGF_X (OSD4_RNGF_X)

Horizontal position on screen

RNGF_Y (OSD4_RNGF_Y)

Vertical position on screen

OSD5_ Parameters

Enable screen (OSD5_ENABLE)

Enable this screen

Transmitter switch screen minimum pwm (OSD5_CHAN_MIN)

This sets the PWM lower limit for this screen

Transmitter switch screen maximum pwm (OSD5_CHAN_MAX)

This sets the PWM upper limit for this screen

SAVE_X (OSD5_SAVE_X)

Note: This parameter is for advanced users

Horizontal position of Save button on screen

SAVE_Y (OSD5_SAVE_Y)

Note: This parameter is for advanced users

Vertical position of Save button on screen

OSD5_PARAM1 Parameters

Enable (OSD5_PARAM1_EN)

Enable setting

X position (OSD5_PARAM1_X)

Horizontal position on screen

Y position (OSD5_PARAM1_Y)

Vertical position on screen

Parameter key (OSD5_PARAM1_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM1_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM1_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM1_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM1_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM1_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM1_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM2 Parameters

Enable (OSD5_PARAM2_EN)

Enable setting

X position (OSD5_PARAM2_X)

Horizontal position on screen

Y position (OSD5_PARAM2_Y)

Vertical position on screen

Parameter key (OSD5_PARAM2_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM2_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM2_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM2_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM2_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM2_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM2_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM3 Parameters

Enable (OSD5_PARAM3_EN)

Enable setting

X position (OSD5_PARAM3_X)

Horizontal position on screen

Y position (OSD5_PARAM3_Y)

Vertical position on screen

Parameter key (OSD5_PARAM3_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM3_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM3_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM3_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM3_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM3_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM3_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM4 Parameters

Enable (OSD5_PARAM4_EN)

Enable setting

X position (OSD5_PARAM4_X)

Horizontal position on screen

Y position (OSD5_PARAM4_Y)

Vertical position on screen

Parameter key (OSD5_PARAM4_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM4_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM4_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM4_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM4_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM4_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM4_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM5 Parameters

Enable (OSD5_PARAM5_EN)

Enable setting

X position (OSD5_PARAM5_X)

Horizontal position on screen

Y position (OSD5_PARAM5_Y)

Vertical position on screen

Parameter key (OSD5_PARAM5_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM5_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM5_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM5_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM5_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM5_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM5_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM6 Parameters

Enable (OSD5_PARAM6_EN)

Enable setting

X position (OSD5_PARAM6_X)

Horizontal position on screen

Y position (OSD5_PARAM6_Y)

Vertical position on screen

Parameter key (OSD5_PARAM6_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM6_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM6_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM6_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM6_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM6_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM6_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM7 Parameters

Enable (OSD5_PARAM7_EN)

Enable setting

X position (OSD5_PARAM7_X)

Horizontal position on screen

Y position (OSD5_PARAM7_Y)

Vertical position on screen

Parameter key (OSD5_PARAM7_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM7_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM7_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM7_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM7_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM7_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM7_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM8 Parameters

Enable (OSD5_PARAM8_EN)

Enable setting

X position (OSD5_PARAM8_X)

Horizontal position on screen

Y position (OSD5_PARAM8_Y)

Vertical position on screen

Parameter key (OSD5_PARAM8_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM8_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM8_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM8_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM8_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM8_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM8_TYPE)

Type of the parameter to be displayed and modified

OSD5_PARAM9 Parameters

Enable (OSD5_PARAM9_EN)

Enable setting

X position (OSD5_PARAM9_X)

Horizontal position on screen

Y position (OSD5_PARAM9_Y)

Vertical position on screen

Parameter key (OSD5_PARAM9_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD5_PARAM9_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD5_PARAM9_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD5_PARAM9_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD5_PARAM9_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD5_PARAM9_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD5_PARAM9_TYPE)

Type of the parameter to be displayed and modified

OSD6_ Parameters

Enable screen (OSD6_ENABLE)

Enable this screen

Transmitter switch screen minimum pwm (OSD6_CHAN_MIN)

This sets the PWM lower limit for this screen

Transmitter switch screen maximum pwm (OSD6_CHAN_MAX)

This sets the PWM upper limit for this screen

SAVE_X (OSD6_SAVE_X)

Note: This parameter is for advanced users

Horizontal position of Save button on screen

SAVE_Y (OSD6_SAVE_Y)

Note: This parameter is for advanced users

Vertical position of Save button on screen

OSD6_PARAM1 Parameters

Enable (OSD6_PARAM1_EN)

Enable setting

X position (OSD6_PARAM1_X)

Horizontal position on screen

Y position (OSD6_PARAM1_Y)

Vertical position on screen

Parameter key (OSD6_PARAM1_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM1_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM1_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM1_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM1_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM1_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM1_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM2 Parameters

Enable (OSD6_PARAM2_EN)

Enable setting

X position (OSD6_PARAM2_X)

Horizontal position on screen

Y position (OSD6_PARAM2_Y)

Vertical position on screen

Parameter key (OSD6_PARAM2_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM2_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM2_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM2_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM2_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM2_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM2_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM3 Parameters

Enable (OSD6_PARAM3_EN)

Enable setting

X position (OSD6_PARAM3_X)

Horizontal position on screen

Y position (OSD6_PARAM3_Y)

Vertical position on screen

Parameter key (OSD6_PARAM3_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM3_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM3_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM3_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM3_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM3_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM3_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM4 Parameters

Enable (OSD6_PARAM4_EN)

Enable setting

X position (OSD6_PARAM4_X)

Horizontal position on screen

Y position (OSD6_PARAM4_Y)

Vertical position on screen

Parameter key (OSD6_PARAM4_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM4_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM4_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM4_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM4_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM4_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM4_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM5 Parameters

Enable (OSD6_PARAM5_EN)

Enable setting

X position (OSD6_PARAM5_X)

Horizontal position on screen

Y position (OSD6_PARAM5_Y)

Vertical position on screen

Parameter key (OSD6_PARAM5_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM5_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM5_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM5_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM5_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM5_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM5_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM6 Parameters

Enable (OSD6_PARAM6_EN)

Enable setting

X position (OSD6_PARAM6_X)

Horizontal position on screen

Y position (OSD6_PARAM6_Y)

Vertical position on screen

Parameter key (OSD6_PARAM6_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM6_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM6_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM6_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM6_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM6_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM6_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM7 Parameters

Enable (OSD6_PARAM7_EN)

Enable setting

X position (OSD6_PARAM7_X)

Horizontal position on screen

Y position (OSD6_PARAM7_Y)

Vertical position on screen

Parameter key (OSD6_PARAM7_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM7_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM7_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM7_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM7_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM7_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM7_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM8 Parameters

Enable (OSD6_PARAM8_EN)

Enable setting

X position (OSD6_PARAM8_X)

Horizontal position on screen

Y position (OSD6_PARAM8_Y)

Vertical position on screen

Parameter key (OSD6_PARAM8_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM8_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM8_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM8_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM8_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM8_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM8_TYPE)

Type of the parameter to be displayed and modified

OSD6_PARAM9 Parameters

Enable (OSD6_PARAM9_EN)

Enable setting

X position (OSD6_PARAM9_X)

Horizontal position on screen

Y position (OSD6_PARAM9_Y)

Vertical position on screen

Parameter key (OSD6_PARAM9_KEY)

Key of the parameter to be displayed and modified

Parameter index (OSD6_PARAM9_IDX)

Index of the parameter to be displayed and modified

Parameter group (OSD6_PARAM9_GRP)

Group of the parameter to be displayed and modified

Parameter minimum (OSD6_PARAM9_MIN)

Minimum value of the parameter to be displayed and modified

Parameter maximum (OSD6_PARAM9_MAX)

Maximum of the parameter to be displayed and modified

Parameter increment (OSD6_PARAM9_INCR)

Increment of the parameter to be displayed and modified

Parameter type (OSD6_PARAM9_TYPE)

Type of the parameter to be displayed and modified

PTCH Parameters

Pitch Time Constant (PTCH2SRV_TCONST)

Note: This parameter is for advanced users

Time constant in seconds from demanded to achieved pitch angle. Most models respond well to 0.5. May be reduced for faster responses, but setting lower than a model can achieve will not help.

Pitch up max rate (PTCH2SRV_RMAX_UP)

Note: This parameter is for advanced users

Maximum pitch up rate that the pitch controller demands (degrees/sec) in ACRO mode.

Pitch down max rate (PTCH2SRV_RMAX_DN)

Note: This parameter is for advanced users

This sets the maximum nose down pitch rate that the controller will demand (degrees/sec). Setting it to zero disables the limit.

Roll compensation (PTCH2SRV_RLL)

Gain added to pitch to keep aircraft from descending or ascending in turns. Increase in increments of 0.05 to reduce altitude loss. Decrease for altitude gain.

Pitch axis rate controller P gain (PTCH_RATE_P)

Pitch axis rate controller P gain. Converts the difference between desired roll rate and actual roll rate into a motor speed output

Pitch axis rate controller I gain (PTCH_RATE_I)

Pitch axis rate controller I gain. Corrects long-term difference in desired roll rate vs actual roll rate

Pitch axis rate controller I gain maximum (PTCH_RATE_IMAX)

Pitch axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output

Pitch axis rate controller D gain (PTCH_RATE_D)

Pitch axis rate controller D gain. Compensates for short-term change in desired roll rate vs actual roll rate

Pitch axis rate controller feed forward (PTCH_RATE_FF)

Pitch axis rate controller feed forward

Pitch axis rate controller target frequency in Hz (PTCH_RATE_FLTT)

Pitch axis rate controller target frequency in Hz

Pitch axis rate controller error frequency in Hz (PTCH_RATE_FLTE)

Pitch axis rate controller error frequency in Hz

Pitch axis rate controller derivative frequency in Hz (PTCH_RATE_FLTD)

Pitch axis rate controller derivative frequency in Hz

Pitch slew rate limit (PTCH_RATE_SMAX)

Note: This parameter is for advanced users

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

Q_ Parameters

Enable QuadPlane (Q_ENABLE)

This enables QuadPlane functionality, assuming multicopter motors start on output 5. If this is set to 2 then when starting AUTO mode it will initially be in VTOL AUTO mode.

Angle Max (Q_ANGLE_MAX)

Note: This parameter is for advanced users

Maximum lean angle in all VTOL flight modes

Transition time (Q_TRANSITION_MS)

Note: This parameter is for advanced users

Transition time in milliseconds after minimum airspeed is reached

Pilot maximum vertical speed up (Q_VELZ_MAX)

The maximum ascending vertical velocity the pilot may request in cm/s

Pilot maximum vertical speed down (Q_VELZ_MAX_DN)

The maximum vertical velocity the pilot may request in cm/s going down. If 0, uses Q_VELZ_MAX value.

Pilot vertical acceleration (Q_ACCEL_Z)

The vertical acceleration used when pilot is controlling the altitude

RC output speed in Hz (Q_RC_SPEED)

This is the PWM refresh rate in Hz for QuadPlane quad motors

Minimum PWM output (Q_THR_MIN_PWM)

This is the minimum PWM output for the quad motors

Maximum PWM output (Q_THR_MAX_PWM)

This is the maximum PWM output for the quad motors

Quadplane assistance speed (Q_ASSIST_SPEED)

This is the speed below which the quad motors will provide stability and lift assistance in fixed wing modes. Zero means no assistance except during transition

Maximum yaw rate (Q_YAW_RATE_MAX)

This is the maximum yaw rate for pilot input on rudder stick in degrees/second

Land speed (Q_LAND_SPEED)

The descent speed for the final stage of landing in cm/s

Land final altitude (Q_LAND_FINAL_ALT)

The altitude at which we should switch to Q_LAND_SPEED descent rate

Transition max pitch (Q_TRAN_PIT_MAX)

Maximum pitch during transition to auto fixed wing flight

Frame Class (Q_FRAME_CLASS)

Controls major frame class for multicopter component

Frame Type (+, X or V) (Q_FRAME_TYPE)

Controls motor mixing for multicopter component

Forward velocity hold gain (Q_VFWD_GAIN)

Controls use of forward motor in vtol modes. If this is zero then the forward motor will not be used for position control in VTOL modes. A value of 0.05 is a good place to start if you want to use the forward motor for position control. No forward motor will be used in QSTABILIZE or QHOVER modes. Use QLOITER for position hold with the forward motor.

Weathervaning gain (Q_WVANE_GAIN)

This controls the tendency to yaw to face into the wind. A value of 0.1 is to start with and will give a slow turn into the wind. Use a value of 0.4 for more rapid response. The weathervaning works by turning into the direction of roll.

Weathervaning min roll (Q_WVANE_MINROLL)

This set the minimum roll in degrees before active weathervaning will start. This may need to be larger if your aircraft has bad roll trim.

QRTL return altitude (Q_RTL_ALT)

The altitude which QRTL mode heads to initially

VTOL RTL mode (Q_RTL_MODE)

If this is set to 1 then an RTL will change to QRTL when within RTL_RADIUS meters of the RTL destination, VTOL approach: vehicle will RTL at RTL alt and circle with a radius of Q_FW_LND_APR_RAD down to Q_RLT_ALT and then transission into the wind and QRTL, see 'AUTO VTOL Landing', QRTL Always: do a QRTL instead of RTL

Tiltrotor mask (Q_TILT_MASK)

This is a bitmask of motors that are tiltable in a tiltrotor (or tiltwing). The mask is in terms of the standard motor order for the frame type.

Tiltrotor upwards tilt rate (Q_TILT_RATE_UP)

This is the maximum speed at which the motor angle will change for a tiltrotor when moving from forward flight to hover

Tiltrotor maximum VTOL angle (Q_TILT_MAX)

This is the maximum angle of the tiltable motors at which multicopter control will be enabled. Beyond this angle the plane will fly solely as a fixed wing aircraft and the motors will tilt to their maximum angle at the TILT_RATE

Enable VTOL in GUIDED mode (Q_GUIDED_MODE)

This enables use of VTOL in guided mode. When enabled the aircraft will switch to VTOL flight when the guided destination is reached and hover at the destination.

ESC Calibration (Q_ESC_CAL)

This is used to calibrate the throttle range of the VTOL motors. Please read https://ardupilot.org/plane/docs/quadplane-esc-calibration.html before using. This parameter is automatically set back to 0 on every boot. This parameter only takes effect in QSTABILIZE mode. When set to 1 the output of all motors will come directly from the throttle stick when armed, and will be zero when disarmed. When set to 2 the output of all motors will be maximum when armed and zero when disarmed. Make sure you remove all properllers before using.

Forward velocity alt cutoff (Q_VFWD_ALT)

Controls altitude to disable forward velocity assist when below this relative altitude. This is useful to keep the forward velocity propeller from hitting the ground. Rangefinder height data is incorporated when available.

Cut IC engine on landing (Q_LAND_ICE_CUT)

This controls stopping an internal combustion engine in the final landing stage of a VTOL. This is important for aircraft where the forward thrust engine may experience prop-strike if left running during landing. This requires the engine controls are enabled using the ICE_* parameters.

Quadplane assistance angle (Q_ASSIST_ANGLE)

This is the angular error in attitude beyond which the quadplane VTOL motors will provide stability assistance. This will only be used if Q_ASSIST_SPEED is also non-zero. Assistance will be given if the attitude is outside the normal attitude limits by at least 5 degrees and the angular error in roll or pitch is greater than this angle for at least Q_ASSIST_DELAY seconds. Set to zero to disable angle assistance.

Tiltrotor type (Q_TILT_TYPE)

This is the type of tiltrotor when TILT_MASK is non-zero. A continuous tiltrotor can tilt the rotors to any angle on demand. A binary tiltrotor assumes a retract style servo where the servo is either fully forward or fully up. In both cases the servo can't move faster than Q_TILT_RATE. A vectored yaw tiltrotor will use the tilt of the motors to control yaw in hover, Bicopter tiltrottor must use the tailsitter frame class (10)

Tailsitter fixed wing transition angle (Q_TAILSIT_ANGLE)

This is the pitch angle at which tailsitter aircraft will change from VTOL control to fixed wing control.

Tailsitter VTOL transition angle (Q_TAILSIT_ANG_VT)

This is the pitch angle at which tailsitter aircraft will change from fixed wing control to VTOL control, if zero Q_TAILSIT_ANGLE will be used

Tiltrotor downwards tilt rate (Q_TILT_RATE_DN)

This is the maximum speed at which the motor angle will change for a tiltrotor when moving from hover to forward flight. When this is zero the Q_TILT_RATE_UP value is used.

Tailsitter input type bitmask (Q_TAILSIT_INPUT)

This controls whether stick input when hovering as a tailsitter follows the conventions for fixed wing hovering or multicopter hovering. When PlaneMode is not enabled (bit0 = 0) the roll stick will roll the aircraft in earth frame and yaw stick will yaw in earth frame. When PlaneMode input is enabled, the roll and yaw sticks are swapped so that the roll stick controls earth-frame yaw and rudder controls earth-frame roll. When body-frame roll is enabled (bit1 = 1), the yaw stick controls earth-frame yaw rate and the roll stick controls roll in the tailsitter's body frame when flying level.

Tailsitter input mask (Q_TAILSIT_MASK)

This controls what channels have full manual control when hovering as a tailsitter and the Q_TAILSIT_MASKCH channel in high. This can be used to teach yourself to prop-hang a 3D plane by learning one or more channels at a time.

Tailsitter input mask channel (Q_TAILSIT_MASKCH)

This controls what input channel will activate the Q_TAILSIT_MASK mask. When this channel goes above 1700 then the pilot will have direct manual control of the output channels specified in Q_TAILSIT_MASK. Set to zero to disable.

Tailsitter vector thrust gain in forward flight (Q_TAILSIT_VFGAIN)

This controls the amount of vectored thrust control used in forward flight for a vectored tailsitter

Tailsitter vector thrust gain in hover (Q_TAILSIT_VHGAIN)

This controls the amount of vectored thrust control used in hover for a vectored tailsitter

Tilt minimum angle for vectored yaw (Q_TILT_YAW_ANGLE)

This is the angle of the tilt servos when in VTOL mode and at minimum output. This needs to be set for Q_TILT_TYPE=3 to enable vectored control for yaw of tricopter tilt quadplanes. This is also used to limit the forwards travel of bicopter tilts when in VTOL modes

Tailsitter vector thrust gain power (Q_TAILSIT_VHPOW)

This controls the amount of extra pitch given to the vectored control when at high pitch errors

MAVLink type identifier (Q_MAV_TYPE)

This controls the mavlink type given in HEARTBEAT messages. For some GCS types a particular setting will be needed for correct operation.

quadplane options (Q_OPTIONS)

Level Transition:Keep wings within LEVEL_ROLL_LIMIT and only use forward motor(s) for climb during transition, Allow FW Takeoff: If bit is not set then NAV_TAKEOFF command on quadplanes will instead perform a NAV_VTOL takeoff, Allow FW Land:If bit is not set then NAV_LAND command on quadplanes will instead perform a NAV_VTOL_LAND, Vtol Takeoff Frame: command NAV_VTOL_TAKEOFF altitude is as set by the command's reference frame rather than a delta above current location, Use FW Approach:Use a fixed wing approach for VTOL landings, USE QRTL:instead of QLAND for rc failsafe when in VTOL modes, Use Governor:Use ICE Idle Governor in MANUAL for forward motor, Force Qassist: on always,Mtrs_Only_Qassist: in tailsitters only, uses VTOL motors and not flying surfaces for QASSIST, Airmode_On_Arm:Airmode enabled when arming by aux switch, Disarmed Yaw Tilt:Enable motor tilt for yaw when disarmed, Delay Spoolup:Delay VTOL spoolup for 2 seconds after arming, ThrLandControl: enable throttle stick control of landing rate, DisableApproach: Disable use of approach and airbrake stages in VTOL landing, EnableLandResponsition: enable pilot controlled repositioning in AUTO land. Descent will pause while repositioning.

Transition deceleration (Q_TRANS_DECEL)

This is deceleration rate that will be used in calculating the stopping distance when transitioning from fixed wing flight to multicopter flight.

Maximum tailsitter gain scaling (Q_TAILSIT_GSCMAX)

Maximum gain scaling for tailsitter Q_TAILSIT_GSCMSK options

Quadplane AHRS trim pitch (Q_TRIM_PITCH)

Note: This parameter is for advanced users

This sets the compensation for the pitch angle trim difference between forward and vertical flight pitch, NOTE! this is relative to forward flight trim not mounting locaiton. For tailsitters this is relative to a baseline of 90 degrees.

Maximum Roll angle (Q_TAILSIT_RLL_MX)

Maximum Allowed roll angle for tailsitters. If this is zero then Q_ANGLE_MAX is used.

Quadplane fixed wing landing approach radius (Q_FW_LND_APR_RAD)

Note: This parameter is for advanced users

This provides the radius used, when using a fixed wing landing approach. If set to 0 then the WP_LOITER_RAD will be selected.

Quadplane transition failure time (Q_TRANS_FAIL)

Note: This parameter is for advanced users

Maximum time allowed for forward transitions, exceeding this time will cancel the transition and the aircraft will immediately change to QLAND. 0 for no limit.

Tailsitter motor mask (Q_TAILSIT_MOTMX)

Bitmask of motors to remain active in forward flight for a 'Copter' tailsitter. Non-zero indicates airframe is a Copter tailsitter and uses copter style motor layouts determined by Q_FRAME_CLASS and Q_FRAME_TYPE. This should be zero for non-Copter tailsitters.

Throttle expo strength (Q_THROTTLE_EXPO)

Note: This parameter is for advanced users

Amount of curvature in throttle curve: 0 is linear, 1 is cubic

QACRO mode roll rate (Q_ACRO_RLL_RATE)

The maximum roll rate at full stick deflection in QACRO mode

QACRO mode pitch rate (Q_ACRO_PIT_RATE)

The maximum pitch rate at full stick deflection in QACRO mode

QACRO mode yaw rate (Q_ACRO_YAW_RATE)

The maximum yaw rate at full stick deflection in QACRO mode

Takeoff time failure scalar (Q_TKOFF_FAIL_SCL)

Note: This parameter is for advanced users

Scalar for how long past the expected takeoff time a takeoff should be considered as failed and the vehicle will switch to QLAND. If set to 0 there is no limit on takeoff time.

Takeoff airspeed limit (Q_TKOFF_ARSP_LIM)

Note: This parameter is for advanced users

Airspeed limit during takeoff. If the airspeed exceeds this level the vehicle will switch to QLAND. This is useful for ensuring that you don't takeoff into excessively strong wind. If set to 0 there is no limit on airspeed during takeoff.

Quadplane assistance altitude (Q_ASSIST_ALT)

This is the altitude below which quadplane assistance will be triggered. This acts the same way as Q_ASSIST_ANGLE and Q_ASSIST_SPEED, but triggers if the aircraft drops below the given altitude while the VTOL motors are not running. A value of zero disables this feature. The altutude is calculated as being above ground level. The height above ground is given from a Lidar used if available and RNGFND_LANDING=1. Otherwise it comes from terrain data if TERRAIN_FOLLOW=1 and comes from height above home otherwise.

Tailsitter gain scaling mask (Q_TAILSIT_GSCMSK)

Bitmask of gain scaling methods to be applied: Throttle: scale gains with throttle, ATT_THR: reduce gain at high throttle/tilt, 2:Disk theory velocity calculation, requires Q_TAILSIT_DSKLD to be set, ATT_THR must not be set, 3:Altitude correction, scale with air density

Minimum tailsitter gain scaling (Q_TAILSIT_GSCMIN)

Minimum gain scaling for tailsitter Q_TAILSIT_GSCMSK options

Quadplane assistance delay (Q_ASSIST_DELAY)

This is delay between the assistance thresholds being met and the assistance starting.

VTOL manual forward throttle max percent (Q_FWD_MANTHR_MAX)

Maximum value for manual forward throttle; used with RC option FWD_THR (209)

Tailsitter disk loading (Q_TAILSIT_DSKLD)

This is the vehicle weight in kg divided by the total disk area of all propellers in m^2. Only used with Q_TAILSIT_GSCMSK = 4

Fixed wing tiltrotor angle (Q_TILT_FIX_ANGLE)

This is the angle the motors tilt down when at maximum output for forward flight. Set this to a non-zero value to enable vectoring for roll/pitch in forward flight on tilt-vectored aircraft

Fixed wing tiltrotor gain (Q_TILT_FIX_GAIN)

This is the gain for use of tilting motors in fixed wing flight for tilt vectored quadplanes

Tailsitter VTOL to forward flight transition rate (Q_TAILSIT_RAT_FW)

The pitch rate at which tailsitter aircraft will pitch down in the transition from VTOL to forward flight

Tailsitter forward flight to VTOL transition rate (Q_TAILSIT_RAT_VT)

The pitch rate at which tailsitter aircraft will pitch up in the transition from forward flight to VTOL

Q_AUTOTUNE_ Parameters

Autotune axis bitmask (Q_AUTOTUNE_AXES)

1-byte bitmap of axes to autotune

Autotune aggressiveness (Q_AUTOTUNE_AGGR)

Autotune aggressiveness. Defines the bounce back used to detect size of the D term.

AutoTune minimum D (Q_AUTOTUNE_MIN_D)

Defines the minimum D gain

Q_A_ Parameters

Yaw target slew rate (Q_A_SLEW_YAW)

Note: This parameter is for advanced users

Maximum rate the yaw target can be updated in Loiter, RTL, Auto flight modes

Acceleration Max for Yaw (Q_A_ACCEL_Y_MAX)

Note: This parameter is for advanced users

Maximum acceleration in yaw axis

Rate Feedforward Enable (Q_A_RATE_FF_ENAB)

Note: This parameter is for advanced users

Controls whether body-frame rate feedfoward is enabled or disabled

Acceleration Max for Roll (Q_A_ACCEL_R_MAX)

Note: This parameter is for advanced users

Maximum acceleration in roll axis

Acceleration Max for Pitch (Q_A_ACCEL_P_MAX)

Note: This parameter is for advanced users

Maximum acceleration in pitch axis

Angle Boost (Q_A_ANGLE_BOOST)

Note: This parameter is for advanced users

Angle Boost increases output throttle as the vehicle leans to reduce loss of altitude

Roll axis angle controller P gain (Q_A_ANG_RLL_P)

Roll axis angle controller P gain. Converts the error between the desired roll angle and actual angle to a desired roll rate

Pitch axis angle controller P gain (Q_A_ANG_PIT_P)

Pitch axis angle controller P gain. Converts the error between the desired pitch angle and actual angle to a desired pitch rate

Yaw axis angle controller P gain (Q_A_ANG_YAW_P)

Yaw axis angle controller P gain. Converts the error between the desired yaw angle and actual angle to a desired yaw rate

Angle Limit (to maintain altitude) Time Constant (Q_A_ANG_LIM_TC)

Note: This parameter is for advanced users

Angle Limit (to maintain altitude) Time Constant

Angular Velocity Max for Roll (Q_A_RATE_R_MAX)

Note: This parameter is for advanced users

Maximum angular velocity in roll axis

Angular Velocity Max for Pitch (Q_A_RATE_P_MAX)

Note: This parameter is for advanced users

Maximum angular velocity in pitch axis

Angular Velocity Max for Yaw (Q_A_RATE_Y_MAX)

Note: This parameter is for advanced users

Maximum angular velocity in yaw axis

Attitude control input time constant (Q_A_INPUT_TC)

Attitude control input time constant. Low numbers lead to sharper response, higher numbers to softer response

Roll axis rate controller P gain (Q_A_RAT_RLL_P)

Roll axis rate controller P gain. Converts the difference between desired roll rate and actual roll rate into a motor speed output

Roll axis rate controller I gain (Q_A_RAT_RLL_I)

Roll axis rate controller I gain. Corrects long-term difference in desired roll rate vs actual roll rate

Roll axis rate controller I gain maximum (Q_A_RAT_RLL_IMAX)

Roll axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output

Roll axis rate controller D gain (Q_A_RAT_RLL_D)

Roll axis rate controller D gain. Compensates for short-term change in desired roll rate vs actual roll rate

Roll axis rate controller feed forward (Q_A_RAT_RLL_FF)

Roll axis rate controller feed forward

Roll axis rate controller target frequency in Hz (Q_A_RAT_RLL_FLTT)

Roll axis rate controller target frequency in Hz

Roll axis rate controller error frequency in Hz (Q_A_RAT_RLL_FLTE)

Roll axis rate controller error frequency in Hz

Roll axis rate controller derivative frequency in Hz (Q_A_RAT_RLL_FLTD)

Roll axis rate controller derivative frequency in Hz

Roll slew rate limit (Q_A_RAT_RLL_SMAX)

Note: This parameter is for advanced users

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

Pitch axis rate controller P gain (Q_A_RAT_PIT_P)

Pitch axis rate controller P gain. Converts the difference between desired pitch rate and actual pitch rate into a motor speed output

Pitch axis rate controller I gain (Q_A_RAT_PIT_I)

Pitch axis rate controller I gain. Corrects long-term difference in desired pitch rate vs actual pitch rate

Pitch axis rate controller I gain maximum (Q_A_RAT_PIT_IMAX)

Pitch axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output

Pitch axis rate controller D gain (Q_A_RAT_PIT_D)

Pitch axis rate controller D gain. Compensates for short-term change in desired pitch rate vs actual pitch rate

Pitch axis rate controller feed forward (Q_A_RAT_PIT_FF)

Pitch axis rate controller feed forward

Pitch axis rate controller target frequency in Hz (Q_A_RAT_PIT_FLTT)

Pitch axis rate controller target frequency in Hz

Pitch axis rate controller error frequency in Hz (Q_A_RAT_PIT_FLTE)

Pitch axis rate controller error frequency in Hz

Pitch axis rate controller derivative frequency in Hz (Q_A_RAT_PIT_FLTD)

Pitch axis rate controller derivative frequency in Hz

Pitch slew rate limit (Q_A_RAT_PIT_SMAX)

Note: This parameter is for advanced users

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

Yaw axis rate controller P gain (Q_A_RAT_YAW_P)

Yaw axis rate controller P gain. Converts the difference between desired yaw rate and actual yaw rate into a motor speed output

Yaw axis rate controller I gain (Q_A_RAT_YAW_I)

Yaw axis rate controller I gain. Corrects long-term difference in desired yaw rate vs actual yaw rate

Yaw axis rate controller I gain maximum (Q_A_RAT_YAW_IMAX)

Yaw axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output

Yaw axis rate controller D gain (Q_A_RAT_YAW_D)

Yaw axis rate controller D gain. Compensates for short-term change in desired yaw rate vs actual yaw rate

Yaw axis rate controller feed forward (Q_A_RAT_YAW_FF)

Yaw axis rate controller feed forward

Yaw axis rate controller target frequency in Hz (Q_A_RAT_YAW_FLTT)

Yaw axis rate controller target frequency in Hz

Yaw axis rate controller error frequency in Hz (Q_A_RAT_YAW_FLTE)

Yaw axis rate controller error frequency in Hz

Yaw axis rate controller derivative frequency in Hz (Q_A_RAT_YAW_FLTD)

Yaw axis rate controller derivative frequency in Hz

Yaw slew rate limit (Q_A_RAT_YAW_SMAX)

Note: This parameter is for advanced users

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

Throttle Mix Minimum (Q_A_THR_MIX_MIN)

Note: This parameter is for advanced users

Throttle vs attitude control prioritisation used when landing (higher values mean we prioritise attitude control over throttle)

Throttle Mix Maximum (Q_A_THR_MIX_MAX)

Note: This parameter is for advanced users

Throttle vs attitude control prioritisation used during active flight (higher values mean we prioritise attitude control over throttle)

Throttle Mix Manual (Q_A_THR_MIX_MAN)

Note: This parameter is for advanced users

Throttle vs attitude control prioritisation used during manual flight (higher values mean we prioritise attitude control over throttle)

Q_LOIT_ Parameters

Loiter Angle Max (Q_LOIT_ANG_MAX)

Note: This parameter is for advanced users

Loiter maximum lean angle. Set to zero for 2/3 of PSC_ANGLE_MAX or ANGLE_MAX

Loiter Horizontal Maximum Speed (Q_LOIT_SPEED)

Defines the maximum speed in cm/s which the aircraft will travel horizontally while in loiter mode

Loiter maximum correction acceleration (Q_LOIT_ACC_MAX)

Note: This parameter is for advanced users

Loiter maximum correction acceleration in cm/s/s. Higher values cause the copter to correct position errors more aggressively.

Loiter braking acceleration (Q_LOIT_BRK_ACCEL)

Note: This parameter is for advanced users

Loiter braking acceleration in cm/s/s. Higher values stop the copter more quickly when the stick is centered.

Loiter braking jerk (Q_LOIT_BRK_JERK)

Note: This parameter is for advanced users

Loiter braking jerk in cm/s/s/s. Higher values will remove braking faster if the pilot moves the sticks during a braking maneuver.

Loiter brake start delay (in seconds) (Q_LOIT_BRK_DELAY)

Note: This parameter is for advanced users

Loiter brake start delay (in seconds)

Q_M_ Parameters

Matrix Yaw Min (Q_M_YAW_HEADROOM)

Note: This parameter is for advanced users

Yaw control is given at least this pwm in microseconds range

Thrust Curve Expo (Q_M_THST_EXPO)

Note: This parameter is for advanced users

Motor thrust curve exponent (0.0 for linear to 1.0 for second order curve)

Motor Spin maximum (Q_M_SPIN_MAX)

Note: This parameter is for advanced users

Point at which the thrust saturates expressed as a number from 0 to 1 in the entire output range

Battery voltage compensation maximum voltage (Q_M_BAT_VOLT_MAX)

Note: This parameter is for advanced users

Battery voltage compensation maximum voltage (voltage above this will have no additional scaling effect on thrust). Recommend 4.2 * cell count, 0 = Disabled

Battery voltage compensation minimum voltage (Q_M_BAT_VOLT_MIN)

Note: This parameter is for advanced users

Battery voltage compensation minimum voltage (voltage below this will have no additional scaling effect on thrust). Recommend 3.3 * cell count, 0 = Disabled

Motor Current Max (Q_M_BAT_CURR_MAX)

Note: This parameter is for advanced users

Maximum current over which maximum throttle is limited (0 = Disabled)

Output PWM type (Q_M_PWM_TYPE)

Note: This parameter is for advanced users

This selects the output PWM type, allowing for normal PWM continuous output, OneShot, brushed or DShot motor output

PWM output minimum (Q_M_PWM_MIN)

Note: This parameter is for advanced users

This sets the min PWM output value in microseconds that will ever be output to the motors, 0 = use input RC3_MIN

PWM output maximum (Q_M_PWM_MAX)

Note: This parameter is for advanced users

This sets the max PWM value in microseconds that will ever be output to the motors, 0 = use input RC3_MAX

Motor Spin minimum (Q_M_SPIN_MIN)

Note: This parameter is for advanced users

Point at which the thrust starts expressed as a number from 0 to 1 in the entire output range. Should be higher than MOT_SPIN_ARM.

Motor Spin armed (Q_M_SPIN_ARM)

Note: This parameter is for advanced users

Point at which the motors start to spin expressed as a number from 0 to 1 in the entire output range. Should be lower than MOT_SPIN_MIN.

Motor Current Max Time Constant (Q_M_BAT_CURR_TC)

Note: This parameter is for advanced users

Time constant used to limit the maximum current

Thrust Hover Value (Q_M_THST_HOVER)

Note: This parameter is for advanced users

Motor thrust needed to hover expressed as a number from 0 to 1

Hover Value Learning (Q_M_HOVER_LEARN)

Note: This parameter is for advanced users

Enable/Disable automatic learning of hover throttle

Motor PWM output disabled when disarmed (Q_M_SAFE_DISARM)

Note: This parameter is for advanced users

Disables motor PWM output when disarmed

Yaw Servo Max Lean Angle (Q_M_YAW_SV_ANGLE)

Yaw servo's maximum lean angle

Spool up time (Q_M_SPOOL_TIME)

Note: This parameter is for advanced users

Time in seconds to spool up the motors from zero to min throttle.

Motor boost scale (Q_M_BOOST_SCALE)

Note: This parameter is for advanced users

Booster motor output scaling factor vs main throttle. The output to the BoostThrottle servo will be the main throttle times this scaling factor. A higher scaling factor will put more of the load on the booster motor. A value of 1 will set the BoostThrottle equal to the main throttle.

Battery compensation index (Q_M_BAT_IDX)

Note: This parameter is for advanced users

Which battery monitor should be used for doing compensation

Output slew time for increasing throttle (Q_M_SLEW_UP_TIME)

Note: This parameter is for advanced users

Time in seconds to slew output from zero to full. This is used to limit the rate at which output can change. Range is constrained between 0 and 0.5.

Output slew time for decreasing throttle (Q_M_SLEW_DN_TIME)

Note: This parameter is for advanced users

Time in seconds to slew output from full to zero. This is used to limit the rate at which output can change. Range is constrained between 0 and 0.5.

Time taken to disable and enable the motor PWM output when disarmed and armed. (Q_M_SAFE_TIME)

Note: This parameter is for advanced users

Time taken to disable and enable the motor PWM output when disarmed and armed.

Q_P Parameters

XY Acceleration filter cutoff frequency (Q_P_ACC_XY_FILT)

Note: This parameter is for advanced users

Lower values will slow the response of the navigation controller and reduce twitchiness

Position (vertical) controller P gain (Q_P_POSZ_P)

Position (vertical) controller P gain. Converts the difference between the desired altitude and actual altitude into a climb or descent rate which is passed to the throttle rate controller

Velocity (vertical) controller P gain (Q_P_VELZ_P)

Velocity (vertical) controller P gain. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller

Velocity (vertical) controller I gain (Q_P_VELZ_I)

Note: This parameter is for advanced users

Velocity (vertical) controller I gain. Corrects long-term difference in desired velocity to a target acceleration

Velocity (vertical) controller I gain maximum (Q_P_VELZ_IMAX)

Velocity (vertical) controller I gain maximum. Constrains the target acceleration that the I gain will output

Velocity (vertical) controller D gain (Q_P_VELZ_D)

Note: This parameter is for advanced users

Velocity (vertical) controller D gain. Corrects short-term changes in velocity

Velocity (vertical) controller Feed Forward gain (Q_P_VELZ_FF)

Note: This parameter is for advanced users

Velocity (vertical) controller Feed Forward gain. Produces an output that is proportional to the magnitude of the target

Velocity (vertical) error filter (Q_P_VELZ_FLTE)

Note: This parameter is for advanced users

Velocity (vertical) error filter. This filter (in Hz) is applied to the input for P and I terms

Velocity (vertical) input filter for D term (Q_P_VELZ_FLTD)

Note: This parameter is for advanced users

Velocity (vertical) input filter for D term. This filter (in Hz) is applied to the input for D terms

Acceleration (vertical) controller P gain (Q_P_ACCZ_P)

Acceleration (vertical) controller P gain. Converts the difference between desired vertical acceleration and actual acceleration into a motor output

Acceleration (vertical) controller I gain (Q_P_ACCZ_I)

Acceleration (vertical) controller I gain. Corrects long-term difference in desired vertical acceleration and actual acceleration

Acceleration (vertical) controller I gain maximum (Q_P_ACCZ_IMAX)

Acceleration (vertical) controller I gain maximum. Constrains the maximum pwm that the I term will generate

Acceleration (vertical) controller D gain (Q_P_ACCZ_D)

Acceleration (vertical) controller D gain. Compensates for short-term change in desired vertical acceleration vs actual acceleration

Acceleration (vertical) controller feed forward (Q_P_ACCZ_FF)

Acceleration (vertical) controller feed forward

Acceleration (vertical) controller target frequency in Hz (Q_P_ACCZ_FLTT)

Acceleration (vertical) controller target frequency in Hz

Acceleration (vertical) controller error frequency in Hz (Q_P_ACCZ_FLTE)

Acceleration (vertical) controller error frequency in Hz

Acceleration (vertical) controller derivative frequency in Hz (Q_P_ACCZ_FLTD)

Acceleration (vertical) controller derivative frequency in Hz

Accel (vertical) slew rate limit (Q_P_ACCZ_SMAX)

Note: This parameter is for advanced users

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

Position (horizontal) controller P gain (Q_P_POSXY_P)

Position controller P gain. Converts the distance (in the latitude direction) to the target location into a desired speed which is then passed to the loiter latitude rate controller

Velocity (horizontal) P gain (Q_P_VELXY_P)

Note: This parameter is for advanced users

Velocity (horizontal) P gain. Converts the difference between desired and actual velocity to a target acceleration

Velocity (horizontal) I gain (Q_P_VELXY_I)

Note: This parameter is for advanced users

Velocity (horizontal) I gain. Corrects long-term difference between desired and actual velocity to a target acceleration

Velocity (horizontal) D gain (Q_P_VELXY_D)

Note: This parameter is for advanced users

Velocity (horizontal) D gain. Corrects short-term changes in velocity

Velocity (horizontal) integrator maximum (Q_P_VELXY_IMAX)

Note: This parameter is for advanced users

Velocity (horizontal) integrator maximum. Constrains the target acceleration that the I gain will output

Velocity (horizontal) input filter (Q_P_VELXY_FLTE)

Note: This parameter is for advanced users

Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for P and I terms

Velocity (horizontal) input filter (Q_P_VELXY_FLTD)

Note: This parameter is for advanced users

Velocity (horizontal) input filter. This filter (in Hz) is applied to the input for D term

Velocity (horizontal) feed forward gain (Q_P_VELXY_FF)

Note: This parameter is for advanced users

Velocity (horizontal) feed forward gain. Converts the difference between desired velocity to a target acceleration

Position Control Angle Max (Q_P_ANGLE_MAX)

Note: This parameter is for advanced users

Maximum lean angle autopilot can request. Set to zero to use ANGLE_MAX parameter value

Jerk limit for the horizontal kinematic input shaping (Q_P_JERK_XY)

Note: This parameter is for advanced users

Jerk limit of the horizontal kinematic path generation used to determine how quickly the aircraft varies the acceleration target

Jerk limit for the vertical kinematic input shaping (Q_P_JERK_Z)

Note: This parameter is for advanced users

Jerk limit of the vertical kinematic path generation used to determine how quickly the aircraft varies the acceleration target

Q_WP_ Parameters

Waypoint Horizontal Speed Target (Q_WP_SPEED)

Defines the speed in cm/s which the aircraft will attempt to maintain horizontally during a WP mission

Waypoint Radius (Q_WP_RADIUS)

Defines the distance from a waypoint, that when crossed indicates the wp has been hit.

Waypoint Climb Speed Target (Q_WP_SPEED_UP)

Defines the speed in cm/s which the aircraft will attempt to maintain while climbing during a WP mission

Waypoint Descent Speed Target (Q_WP_SPEED_DN)

Defines the speed in cm/s which the aircraft will attempt to maintain while descending during a WP mission

Waypoint Acceleration (Q_WP_ACCEL)

Defines the horizontal acceleration in cm/s/s used during missions

Waypoint Vertical Acceleration (Q_WP_ACCEL_Z)

Defines the vertical acceleration in cm/s/s used during missions

Waypoint missions use rangefinder for terrain following (Q_WP_RFND_USE)

Note: This parameter is for advanced users

This controls if waypoint missions use rangefinder for terrain following

Waypoint Jerk (Q_WP_JERK)

Defines the horizontal jerk in m/s/s used during missions

Waypoint Terrain following altitude margin (Q_WP_TER_MARGIN)

Note: This parameter is for advanced users

Waypoint Terrain following altitude margin. Vehicle will stop if distance from target altitude is larger than this margin (in meters)

RALLY_ Parameters

Rally Total (RALLY_TOTAL)

Note: This parameter is for advanced users

Number of rally points currently loaded

Rally Limit (RALLY_LIMIT_KM)

Note: This parameter is for advanced users

Maximum distance to rally point. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point. This prevents a leftover rally point from a different airfield being used accidentally. If this is set to 0 then the closest rally point is always used.

Rally Include Home (RALLY_INCL_HOME)

Controls if Home is included as a Rally point (i.e. as a safe landing place) for RTL

RC Parameters

RC override timeout (RC_OVERRIDE_TIME)

Note: This parameter is for advanced users

Timeout after which RC overrides will no longer be used, and RC input will resume, 0 will disable RC overrides, -1 will never timeout, and continue using overrides until they are disabled

RC options (RC_OPTIONS)

Note: This parameter is for advanced users

RC input options

RC protocols enabled (RC_PROTOCOLS)

Note: This parameter is for advanced users

Bitmask of enabled RC protocols. Allows narrowing the protocol detection to only specific types of RC receivers which can avoid issues with incorrect detection. Set to 1 to enable all protocols.

RC10_ Parameters

RC min PWM (RC10_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC10_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC10_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC10_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC10_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC10_OPTION)

Function assigned to this RC channel

RC11_ Parameters

RC min PWM (RC11_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC11_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC11_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC11_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC11_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC11_OPTION)

Function assigned to this RC channel

RC12_ Parameters

RC min PWM (RC12_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC12_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC12_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC12_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC12_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC12_OPTION)

Function assigned to this RC channel

RC13_ Parameters

RC min PWM (RC13_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC13_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC13_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC13_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC13_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC13_OPTION)

Function assigned to this RC channel

RC14_ Parameters

RC min PWM (RC14_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC14_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC14_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC14_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC14_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC14_OPTION)

Function assigned to this RC channel

RC15_ Parameters

RC min PWM (RC15_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC15_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC15_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC15_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC15_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC15_OPTION)

Function assigned to this RC channel

RC16_ Parameters

RC min PWM (RC16_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC16_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC16_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC16_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC16_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC16_OPTION)

Function assigned to this RC channel

RC1_ Parameters

RC min PWM (RC1_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC1_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC1_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC1_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC1_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC1_OPTION)

Function assigned to this RC channel

RC2_ Parameters

RC min PWM (RC2_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC2_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC2_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC2_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC2_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC2_OPTION)

Function assigned to this RC channel

RC3_ Parameters

RC min PWM (RC3_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC3_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC3_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC3_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC3_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC3_OPTION)

Function assigned to this RC channel

RC4_ Parameters

RC min PWM (RC4_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC4_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC4_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC4_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC4_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC4_OPTION)

Function assigned to this RC channel

RC5_ Parameters

RC min PWM (RC5_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC5_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC5_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC5_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC5_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC5_OPTION)

Function assigned to this RC channel

RC6_ Parameters

RC min PWM (RC6_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC6_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC6_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC6_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC6_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC6_OPTION)

Function assigned to this RC channel

RC7_ Parameters

RC min PWM (RC7_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC7_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC7_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC7_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC7_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC7_OPTION)

Function assigned to this RC channel

RC8_ Parameters

RC min PWM (RC8_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC8_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC8_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC8_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC8_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC8_OPTION)

Function assigned to this RC channel

RC9_ Parameters

RC min PWM (RC9_MIN)

Note: This parameter is for advanced users

RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC trim PWM (RC9_TRIM)

Note: This parameter is for advanced users

RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC max PWM (RC9_MAX)

Note: This parameter is for advanced users

RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

RC reversed (RC9_REVERSED)

Note: This parameter is for advanced users

Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.

RC dead-zone (RC9_DZ)

Note: This parameter is for advanced users

PWM dead zone in microseconds around trim or bottom

RC input option (RC9_OPTION)

Function assigned to this RC channel

RCMAP_ Parameters

Roll channel (RCMAP_ROLL)

Note: This parameter is for advanced users

Roll channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Roll is normally on channel 1, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.

Pitch channel (RCMAP_PITCH)

Note: This parameter is for advanced users

Pitch channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Pitch is normally on channel 2, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.

Throttle channel (RCMAP_THROTTLE)

Note: This parameter is for advanced users

Throttle channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Throttle is normally on channel 3, but you can move it to any channel with this parameter. Warning APM 2.X: Changing the throttle channel could produce unexpected fail-safe results if connection between receiver and on-board PPM Encoder is lost. Disabling on-board PPM Encoder is recommended. Reboot is required for changes to take effect.

Yaw channel (RCMAP_YAW)

Note: This parameter is for advanced users

Yaw channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Yaw (also known as rudder) is normally on channel 4, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.

RELAY_ Parameters

First Relay Pin (RELAY_PIN)

Digital pin number for first relay control. This is the pin used for camera control.

Second Relay Pin (RELAY_PIN2)

Digital pin number for 2nd relay control.

Third Relay Pin (RELAY_PIN3)

Digital pin number for 3rd relay control.

Fourth Relay Pin (RELAY_PIN4)

Digital pin number for 4th relay control.

Default relay state (RELAY_DEFAULT)

The state of the relay on boot.

Fifth Relay Pin (RELAY_PIN5)

Digital pin number for 5th relay control.

Sixth Relay Pin (RELAY_PIN6)

Digital pin number for 6th relay control.

RLL Parameters

Roll Time Constant (RLL2SRV_TCONST)

Note: This parameter is for advanced users

Time constant in seconds from demanded to achieved roll angle. Most models respond well to 0.5. May be reduced for faster responses, but setting lower than a model can achieve will not help.

Maximum Roll Rate (RLL2SRV_RMAX)

Note: This parameter is for advanced users

Maximum roll rate that the roll controller demands (degrees/sec) in ACRO mode.

Roll axis rate controller P gain (RLL_RATE_P)

Roll axis rate controller P gain. Converts the difference between desired roll rate and actual roll rate into a motor speed output

Roll axis rate controller I gain (RLL_RATE_I)

Roll axis rate controller I gain. Corrects long-term difference in desired roll rate vs actual roll rate

Roll axis rate controller I gain maximum (RLL_RATE_IMAX)

Roll axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output

Roll axis rate controller D gain (RLL_RATE_D)

Roll axis rate controller D gain. Compensates for short-term change in desired roll rate vs actual roll rate

Roll axis rate controller feed forward (RLL_RATE_FF)

Roll axis rate controller feed forward

Roll axis rate controller target frequency in Hz (RLL_RATE_FLTT)

Roll axis rate controller target frequency in Hz

Roll axis rate controller error frequency in Hz (RLL_RATE_FLTE)

Roll axis rate controller error frequency in Hz

Roll axis rate controller derivative frequency in Hz (RLL_RATE_FLTD)

Roll axis rate controller derivative frequency in Hz

Roll slew rate limit (RLL_RATE_SMAX)

Note: This parameter is for advanced users

Sets an upper limit on the slew rate produced by the combined P and D gains. If the amplitude of the control action produced by the rate feedback exceeds this value, then the D+P gain is reduced to respect the limit. This limits the amplitude of high frequency oscillations caused by an excessive gain. The limit should be set to no more than 25% of the actuators maximum slew rate to allow for load effects. Note: The gain will not be reduced to less than 10% of the nominal value. A value of zero will disable this feature.

RNGFND1_ Parameters

Rangefinder type (RNGFND1_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND1_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND1_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND1_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND1_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND1_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND1_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND1_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND1_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND1_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND1_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND1_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND1_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND1_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND1_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND1_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND1_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND1_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND1_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND1_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND1_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND1_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND2_ Parameters

Rangefinder type (RNGFND2_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND2_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND2_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND2_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND2_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND2_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND2_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND2_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND2_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND2_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND2_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND2_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND2_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND2_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND2_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND2_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND2_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND2_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND2_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND2_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND2_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND2_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND3_ Parameters

Rangefinder type (RNGFND3_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND3_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND3_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND3_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND3_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND3_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND3_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND3_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND3_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND3_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND3_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND3_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND3_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND3_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND3_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND3_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND3_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND3_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND3_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND3_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND3_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND3_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND4_ Parameters

Rangefinder type (RNGFND4_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND4_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND4_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND4_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND4_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND4_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND4_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND4_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND4_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND4_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND4_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND4_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND4_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND4_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND4_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND4_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND4_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND4_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND4_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND4_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND4_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND4_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND5_ Parameters

Rangefinder type (RNGFND5_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND5_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND5_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND5_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND5_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND5_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND5_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND5_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND5_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND5_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND5_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND5_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND5_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND5_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND5_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND5_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND5_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND5_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND5_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND5_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND5_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND5_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND6_ Parameters

Rangefinder type (RNGFND6_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND6_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND6_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND6_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND6_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND6_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND6_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND6_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND6_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND6_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND6_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND6_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND6_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND6_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND6_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND6_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND6_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND6_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND6_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND6_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND6_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND6_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND7_ Parameters

Rangefinder type (RNGFND7_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND7_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND7_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND7_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND7_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND7_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND7_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND7_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND7_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND7_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND7_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND7_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND7_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND7_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND7_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND7_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND7_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND7_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND7_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND7_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND7_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND7_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND8_ Parameters

Rangefinder type (RNGFND8_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND8_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND8_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND8_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND8_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND8_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND8_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND8_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND8_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND8_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND8_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND8_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND8_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND8_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND8_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND8_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND8_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND8_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND8_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND8_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND8_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND8_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFND9_ Parameters

Rangefinder type (RNGFND9_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFND9_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFND9_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFND9_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFND9_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFND9_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFND9_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFND9_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFND9_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFND9_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFND9_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFND9_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFND9_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFND9_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFND9_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFND9_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFND9_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFND9_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFND9_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFND9_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFND9_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFND9_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RNGFNDA_ Parameters

Rangefinder type (RNGFNDA_TYPE)

What type of rangefinder device that is connected

Rangefinder pin (RNGFNDA_PIN)

Analog or PWM input pin that rangefinder is connected to. Airspeed ports can be used for Analog input, AUXOUT can be used for PWM input

Rangefinder scaling (RNGFNDA_SCALING)

Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.

rangefinder offset (RNGFNDA_OFFSET)

Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars

Rangefinder function (RNGFNDA_FUNCTION)

Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.

Rangefinder minimum distance (RNGFNDA_MIN_CM)

Minimum distance in centimeters that rangefinder can reliably read

Rangefinder maximum distance (RNGFNDA_MAX_CM)

Maximum distance in centimeters that rangefinder can reliably read

Rangefinder stop pin (RNGFNDA_STOP_PIN)

Digital pin that enables/disables rangefinder measurement for the pwm rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This is used to enable powersaving when out of range.

Ratiometric (RNGFNDA_RMETRIC)

This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.

Powersave range (RNGFNDA_PWRRNG)

This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled

Distance (in cm) from the range finder to the ground (RNGFNDA_GNDCLEAR)

This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.

Bus address of sensor (RNGFNDA_ADDR)

This sets the bus address of the sensor, where applicable. Used for the I2C and UAVCAN sensors to allow for multiple sensors on different addresses.

X position offset (RNGFNDA_POS_X)

Note: This parameter is for advanced users

X position of the rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.

Y position offset (RNGFNDA_POS_Y)

Note: This parameter is for advanced users

Y position of the rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.

Z position offset (RNGFNDA_POS_Z)

Note: This parameter is for advanced users

Z position of the rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.

Rangefinder orientation (RNGFNDA_ORIENT)

Note: This parameter is for advanced users

Orientation of rangefinder

Moving Average Range (RNGFNDA_WSP_MAVG)

Note: This parameter is for advanced users

Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results

Moving Median Filter (RNGFNDA_WSP_MEDF)

Note: This parameter is for advanced users

Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active

Frequency (RNGFNDA_WSP_FRQ)

Note: This parameter is for advanced users

Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.

Multi-pulse averages (RNGFNDA_WSP_AVG)

Note: This parameter is for advanced users

Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement

Sensitivity threshold (RNGFNDA_WSP_THR)

Note: This parameter is for advanced users

Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments

Baud rate (RNGFNDA_WSP_BAUD)

Note: This parameter is for advanced users

Desired baud rate

RPM Parameters

RPM type (RPM_TYPE)

What type of RPM sensor is connected

RPM scaling (RPM_SCALING)

Scaling factor between sensor reading and RPM.

Maximum RPM (RPM_MAX)

Maximum RPM to report

Minimum RPM (RPM_MIN)

Minimum RPM to report

Minimum Quality (RPM_MIN_QUAL)

Note: This parameter is for advanced users

Minimum data quality to be used

Input pin number (RPM_PIN)

Which pin to use

Second RPM type (RPM2_TYPE)

Note: This parameter is for advanced users

What type of RPM sensor is connected

RPM scaling (RPM2_SCALING)

Note: This parameter is for advanced users

Scaling factor between sensor reading and RPM.

RPM2 input pin number (RPM2_PIN)

Which pin to use

RSSI_ Parameters

RSSI Type (RSSI_TYPE)

Radio Receiver RSSI type. If your radio receiver supports RSSI of some kind, set it here, then set its associated RSSI_XXXXX parameters, if any.

Receiver RSSI sensing pin (RSSI_ANA_PIN)

Pin used to read the RSSI voltage or PWM value

RSSI pin's lowest voltage (RSSI_PIN_LOW)

RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers put out inverted values so this value may be higher than RSSI_PIN_HIGH

RSSI pin's highest voltage (RSSI_PIN_HIGH)

RSSI pin's voltage received on the RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers put out inverted values so this value may be lower than RSSI_PIN_LOW

Receiver RSSI channel number (RSSI_CHANNEL)

The channel number where RSSI will be output by the radio receiver (5 and above).

RSSI PWM low value (RSSI_CHAN_LOW)

PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the weakest. Some radio receivers output inverted values so this value may be lower than RSSI_CHAN_HIGH

Receiver RSSI PWM high value (RSSI_CHAN_HIGH)

PWM value that the radio receiver will put on the RSSI_CHANNEL or RSSI_ANA_PIN when the signal strength is the strongest. Some radio receivers output inverted values so this value may be higher than RSSI_CHAN_LOW

SCHED_ Parameters

Scheduler debug level (SCHED_DEBUG)

Note: This parameter is for advanced users

Set to non-zero to enable scheduler debug messages. When set to show "Slips" the scheduler will display a message whenever a scheduled task is delayed due to too much CPU load. When set to ShowOverruns the scheduled will display a message whenever a task takes longer than the limit promised in the task table.

Scheduling main loop rate (SCHED_LOOP_RATE)

Note: This parameter is for advanced users

This controls the rate of the main control loop in Hz. This should only be changed by developers. This only takes effect on restart. Values over 400 are considered highly experimental.

Scheduling options (SCHED_OPTIONS)

Note: This parameter is for advanced users

This controls optional aspects of the scheduler.

SCR_ Parameters

Enable Scripting (SCR_ENABLE)

Note: This parameter is for advanced users

Controls if scripting is enabled

Scripting Virtual Machine Instruction Count (SCR_VM_I_COUNT)

Note: This parameter is for advanced users

The number virtual machine instructions that can be run before considering a script to have taken an excessive amount of time

Scripting Heap Size (SCR_HEAP_SIZE)

Note: This parameter is for advanced users

Amount of memory available for scripting

Scripting Debug Level (SCR_DEBUG_LVL)

Note: This parameter is for advanced users

The higher the number the more verbose builtin scripting debug will be.

Scripting User Parameter1 (SCR_USER1)

General purpose user variable input for scripts

Scripting User Parameter2 (SCR_USER2)

General purpose user variable input for scripts

Scripting User Parameter3 (SCR_USER3)

General purpose user variable input for scripts

Scripting User Parameter4 (SCR_USER4)

General purpose user variable input for scripts

Directory disable (SCR_DIR_DISABLE)

Note: This parameter is for advanced users

This will stop scripts being loaded from the given locations

SERIAL Parameters

Serial0 baud rate (SERIAL0_BAUD)

The baud rate used on the USB console. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Console protocol selection (SERIAL0_PROTOCOL)

Control what protocol to use on the console.

Telem1 protocol selection (SERIAL1_PROTOCOL)

Control what protocol to use on the Telem1 port. Note that the Frsky options require external converter hardware. See the wiki for details.

Telem1 Baud Rate (SERIAL1_BAUD)

The baud rate used on the Telem1 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Telemetry 2 protocol selection (SERIAL2_PROTOCOL)

Control what protocol to use on the Telem2 port. Note that the Frsky options require external converter hardware. See the wiki for details.

Telemetry 2 Baud Rate (SERIAL2_BAUD)

The baud rate of the Telem2 port. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Serial 3 (GPS) protocol selection (SERIAL3_PROTOCOL)

Control what protocol Serial 3 (GPS) should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

Serial 3 (GPS) Baud Rate (SERIAL3_BAUD)

The baud rate used for the Serial 3 (GPS). Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Serial4 protocol selection (SERIAL4_PROTOCOL)

Control what protocol Serial4 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

Serial 4 Baud Rate (SERIAL4_BAUD)

The baud rate used for Serial4. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Serial5 protocol selection (SERIAL5_PROTOCOL)

Control what protocol Serial5 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

Serial 5 Baud Rate (SERIAL5_BAUD)

The baud rate used for Serial5. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Serial6 protocol selection (SERIAL6_PROTOCOL)

Control what protocol Serial6 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

Serial 6 Baud Rate (SERIAL6_BAUD)

The baud rate used for Serial6. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Telem1 options (SERIAL1_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire. The Swap option allows the RX and TX pins to be swapped on STM32F7 based boards.

Telem2 options (SERIAL2_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire.

Serial3 options (SERIAL3_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire.

Serial4 options (SERIAL4_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire.

Serial5 options (SERIAL5_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire.

Serial6 options (SERIAL6_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire.

Serial passthru first port (SERIAL_PASS1)

Note: This parameter is for advanced users

This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port

Serial passthru second port (SERIAL_PASS2)

Note: This parameter is for advanced users

This sets one side of pass-through between two serial ports. Once both sides are set then all data received on either port will be passed to the other port

Serial passthru timeout (SERIAL_PASSTIMO)

Note: This parameter is for advanced users

This sets a timeout for serial pass-through in seconds. When the pass-through is enabled by setting the SERIAL_PASS1 and SERIAL_PASS2 parameters then it remains in effect until no data comes from the first port for SERIAL_PASSTIMO seconds. This allows the port to revent to its normal usage (such as MAVLink connection to a GCS) when it is no longer needed. A value of 0 means no timeout.

Serial7 protocol selection (SERIAL7_PROTOCOL)

Control what protocol Serial7 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

Serial 7 Baud Rate (SERIAL7_BAUD)

The baud rate used for Serial7. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Serial7 options (SERIAL7_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire.

Serial8 protocol selection (SERIAL8_PROTOCOL)

Control what protocol Serial8 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.

Serial 8 Baud Rate (SERIAL8_BAUD)

The baud rate used for Serial8. Most stm32-based boards can support rates of up to 1500. If you setup a rate you cannot support and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.

Serial8 options (SERIAL8_OPTIONS)

Note: This parameter is for advanced users

Control over UART options. The InvertRX option controls invert of the receive pin. The InvertTX option controls invert of the transmit pin. The HalfDuplex option controls half-duplex (onewire) mode, where both transmit and receive is done on the transmit wire.

SERVO Parameters

Automatic servo trim (SERVO_AUTO_TRIM)

Note: This parameter is for advanced users

This enables automatic servo trim in flight. Servos will be trimed in stabilized flight modes when the aircraft is close to level. Changes to servo trim will be saved every 10 seconds and will persist between flights. The automatic trim won't go more than 20% away from a centered trim.

Servo default output rate (SERVO_RATE)

Note: This parameter is for advanced users

This sets the default output rate in Hz for all outputs.

Servo DShot output rate (SERVO_DSHOT_RATE)

Note: This parameter is for advanced users

This sets the DShot output rate for all outputs as a multiple of the loop rate. 0 sets the output rate to be fixed at 1Khz for low loop rates. This value should never be set below 500Hz.

Servo DShot ESC type (SERVO_DSHOT_ESC)

Note: This parameter is for advanced users

This sets the DShot ESC type for all outputs. The ESC type affects the range of DShot commands available. None means that no dshot commands will be executed.

SERVO10_ Parameters

Minimum PWM (SERVO10_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO10_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO10_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO10_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO10_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO11_ Parameters

Minimum PWM (SERVO11_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO11_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO11_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO11_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO11_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO12_ Parameters

Minimum PWM (SERVO12_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO12_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO12_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO12_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO12_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO13_ Parameters

Minimum PWM (SERVO13_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO13_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO13_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO13_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO13_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO14_ Parameters

Minimum PWM (SERVO14_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO14_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO14_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO14_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO14_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO15_ Parameters

Minimum PWM (SERVO15_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO15_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO15_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO15_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO15_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO16_ Parameters

Minimum PWM (SERVO16_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO16_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO16_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO16_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO16_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO1_ Parameters

Minimum PWM (SERVO1_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO1_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO1_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO1_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO1_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO2_ Parameters

Minimum PWM (SERVO2_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO2_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO2_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO2_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO2_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO3_ Parameters

Minimum PWM (SERVO3_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO3_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO3_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO3_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO3_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO4_ Parameters

Minimum PWM (SERVO4_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO4_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO4_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO4_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO4_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO5_ Parameters

Minimum PWM (SERVO5_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO5_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO5_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO5_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO5_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO6_ Parameters

Minimum PWM (SERVO6_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO6_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO6_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO6_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO6_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO7_ Parameters

Minimum PWM (SERVO7_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO7_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO7_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO7_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO7_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO8_ Parameters

Minimum PWM (SERVO8_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO8_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO8_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO8_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO8_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO9_ Parameters

Minimum PWM (SERVO9_MIN)

minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Maximum PWM (SERVO9_MAX)

maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Trim PWM (SERVO9_TRIM)

Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.

Servo reverse (SERVO9_REVERSED)

Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.

Servo output function (SERVO9_FUNCTION)

Function assigned to this servo. Setting this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function

SERVO_BLH_ Parameters

BLHeli Channel Bitmask (SERVO_BLH_MASK)

Note: This parameter is for advanced users

Enable of BLHeli pass-thru servo protocol support to specific channels. This mask is in addition to motors enabled using SERVO_BLH_AUTO (if any)

BLHeli pass-thru auto-enable for multicopter motors (SERVO_BLH_AUTO)

If set to 1 this auto-enables BLHeli pass-thru support for all multicopter motors

BLHeli internal interface test (SERVO_BLH_TEST)

Note: This parameter is for advanced users

Setting SERVO_BLH_TEST to a motor number enables an internal test of the BLHeli ESC protocol to the corresponding ESC. The debug output is displayed on the USB console.

BLHeli protocol timeout (SERVO_BLH_TMOUT)

This sets the inactivity timeout for the BLHeli protocol in seconds. If no packets are received in this time normal MAVLink operations are resumed. A value of 0 means no timeout

BLHeli telemetry rate (SERVO_BLH_TRATE)

This sets the rate in Hz for requesting telemetry from ESCs. It is the rate per ESC. Setting to zero disables telemetry requests

BLHeli debug level (SERVO_BLH_DEBUG)

When set to 1 this enabled verbose debugging output over MAVLink when the blheli protocol is active. This can be used to diagnose failures.

BLHeli output type override (SERVO_BLH_OTYPE)

Note: This parameter is for advanced users

When set to a non-zero value this overrides the output type for the output channels given by SERVO_BLH_MASK. This can be used to enable DShot on outputs that are not part of the multicopter motors group.

Control port (SERVO_BLH_PORT)

Note: This parameter is for advanced users

This sets the serial port to use for blheli pass-thru

BLHeli Motor Poles (SERVO_BLH_POLES)

Note: This parameter is for advanced users

This allows calculation of true RPM from ESC's eRPM. The default is 14.

BLHeli bitmask of 3D channels (SERVO_BLH_3DMASK)

Note: This parameter is for advanced users

Mask of channels which are dynamically reversible. This is used to configure ESCs in '3D' mode, allowing for the motor to spin in either direction

BLHeli bitmask of bi-directional dshot channels (SERVO_BLH_BDMASK)

Note: This parameter is for advanced users

Mask of channels which support bi-directional dshot. This is used for ESCs which have firmware that supports bi-directional dshot allowing fast rpm telemetry values to be returned for the harmonic notch.

BLHeli bitmask of reversed channels (SERVO_BLH_RVMASK)

Note: This parameter is for advanced users

Mask of channels which are reversed. This is used to configure ESCs in reversed mode

SERVO_ROB_ Parameters

Robotis servo position min (SERVO_ROB_POSMIN)

Position minimum at servo min value. This should be within the position control range of the servos, normally 0 to 4095

Robotis servo position max (SERVO_ROB_POSMAX)

Position maximum at servo max value. This should be within the position control range of the servos, normally 0 to 4095

SERVO_SBUS_ Parameters

SBUS default output rate (SERVO_SBUS_RATE)

Note: This parameter is for advanced users

This sets the SBUS output frame rate in Hz.

SERVO_VOLZ_ Parameters

Channel Bitmask (SERVO_VOLZ_MASK)

Enable of volz servo protocol to specific channels

SOAR_ Parameters

Is the soaring mode enabled or not (SOAR_ENABLE)

Note: This parameter is for advanced users

Toggles the soaring mode on and off

Vertical v-speed (SOAR_VSPEED)

Note: This parameter is for advanced users

Rate of climb to trigger themalling speed

Process noise (SOAR_Q1)

Note: This parameter is for advanced users

Standard deviation of noise in process for strength

Process noise (SOAR_Q2)

Note: This parameter is for advanced users

Standard deviation of noise in process for position and radius

Measurement noise (SOAR_R)

Note: This parameter is for advanced users

Standard deviation of noise in measurement

Distance to thermal center (SOAR_DIST_AHEAD)

Note: This parameter is for advanced users

Initial guess of the distance to the thermal center

Minimum thermalling time (SOAR_MIN_THML_S)

Note: This parameter is for advanced users

Minimum number of seconds to spend thermalling

Minimum cruising time (SOAR_MIN_CRSE_S)

Note: This parameter is for advanced users

Minimum number of seconds to spend cruising

Zero lift drag coef. (SOAR_POLAR_CD0)

Note: This parameter is for advanced users

Zero lift drag coefficient

Induced drag coeffient (SOAR_POLAR_B)

Note: This parameter is for advanced users

Induced drag coeffient

Cl factor (SOAR_POLAR_K)

Note: This parameter is for advanced users

Cl factor 2*m*g/(rho*S)

Maximum soaring altitude, relative to the home location (SOAR_ALT_MAX)

Note: This parameter is for advanced users

Don't thermal any higher than this.

Minimum soaring altitude, relative to the home location (SOAR_ALT_MIN)

Note: This parameter is for advanced users

Don't get any lower than this.

Maximum power altitude, relative to the home location (SOAR_ALT_CUTOFF)

Note: This parameter is for advanced users

Cut off throttle at this alt.

(Optional) Maximum drift distance to allow when thermalling. (SOAR_MAX_DRIFT)

Note: This parameter is for advanced users

The previous mode will be restored if the horizontal distance to the thermalling start location exceeds this value. -1 to disable.

(Optional) Maximum distance from home (SOAR_MAX_RADIUS)

Note: This parameter is for advanced users

RTL will be entered when a thermal is exited and the plane is more than this distance from home. -1 to disable.

Thermalling bank angle (SOAR_THML_BANK)

Note: This parameter is for advanced users

This parameter sets the bank angle to use when thermalling. Typically 30 - 45 degrees works well.

SR0_ Parameters

Raw sensor stream rate (SR0_RAW_SENS)

Note: This parameter is for advanced users

Raw sensor stream rate to ground station

Extended status stream rate to ground station (SR0_EXT_STAT)

Note: This parameter is for advanced users

Extended status stream rate to ground station

RC Channel stream rate to ground station (SR0_RC_CHAN)

Note: This parameter is for advanced users

RC Channel stream rate to ground station

Raw Control stream rate to ground station (SR0_RAW_CTRL)

Note: This parameter is for advanced users

Raw Control stream rate to ground station

Position stream rate to ground station (SR0_POSITION)

Note: This parameter is for advanced users

Position stream rate to ground station

Extra data type 1 stream rate to ground station (SR0_EXTRA1)

Note: This parameter is for advanced users

Extra data type 1 stream rate to ground station

Extra data type 2 stream rate to ground station (SR0_EXTRA2)

Note: This parameter is for advanced users

Extra data type 2 stream rate to ground station

Extra data type 3 stream rate to ground station (SR0_EXTRA3)

Note: This parameter is for advanced users

Extra data type 3 stream rate to ground station

Parameter stream rate to ground station (SR0_PARAMS)

Note: This parameter is for advanced users

Parameter stream rate to ground station

ADSB stream rate to ground station (SR0_ADSB)

Note: This parameter is for advanced users

ADSB stream rate to ground station

SR1_ Parameters

Raw sensor stream rate (SR1_RAW_SENS)

Note: This parameter is for advanced users

Raw sensor stream rate to ground station

Extended status stream rate to ground station (SR1_EXT_STAT)

Note: This parameter is for advanced users

Extended status stream rate to ground station

RC Channel stream rate to ground station (SR1_RC_CHAN)

Note: This parameter is for advanced users

RC Channel stream rate to ground station

Raw Control stream rate to ground station (SR1_RAW_CTRL)

Note: This parameter is for advanced users

Raw Control stream rate to ground station

Position stream rate to ground station (SR1_POSITION)

Note: This parameter is for advanced users

Position stream rate to ground station

Extra data type 1 stream rate to ground station (SR1_EXTRA1)

Note: This parameter is for advanced users

Extra data type 1 stream rate to ground station

Extra data type 2 stream rate to ground station (SR1_EXTRA2)

Note: This parameter is for advanced users

Extra data type 2 stream rate to ground station

Extra data type 3 stream rate to ground station (SR1_EXTRA3)

Note: This parameter is for advanced users

Extra data type 3 stream rate to ground station

Parameter stream rate to ground station (SR1_PARAMS)

Note: This parameter is for advanced users

Parameter stream rate to ground station

ADSB stream rate to ground station (SR1_ADSB)

Note: This parameter is for advanced users

ADSB stream rate to ground station

SR2_ Parameters

Raw sensor stream rate (SR2_RAW_SENS)

Note: This parameter is for advanced users

Raw sensor stream rate to ground station

Extended status stream rate to ground station (SR2_EXT_STAT)

Note: This parameter is for advanced users

Extended status stream rate to ground station

RC Channel stream rate to ground station (SR2_RC_CHAN)

Note: This parameter is for advanced users

RC Channel stream rate to ground station

Raw Control stream rate to ground station (SR2_RAW_CTRL)

Note: This parameter is for advanced users

Raw Control stream rate to ground station

Position stream rate to ground station (SR2_POSITION)

Note: This parameter is for advanced users

Position stream rate to ground station

Extra data type 1 stream rate to ground station (SR2_EXTRA1)

Note: This parameter is for advanced users

Extra data type 1 stream rate to ground station

Extra data type 2 stream rate to ground station (SR2_EXTRA2)

Note: This parameter is for advanced users

Extra data type 2 stream rate to ground station

Extra data type 3 stream rate to ground station (SR2_EXTRA3)

Note: This parameter is for advanced users

Extra data type 3 stream rate to ground station

Parameter stream rate to ground station (SR2_PARAMS)

Note: This parameter is for advanced users

Parameter stream rate to ground station

ADSB stream rate to ground station (SR2_ADSB)

Note: This parameter is for advanced users

ADSB stream rate to ground station

SR3_ Parameters

Raw sensor stream rate (SR3_RAW_SENS)

Note: This parameter is for advanced users

Raw sensor stream rate to ground station

Extended status stream rate to ground station (SR3_EXT_STAT)

Note: This parameter is for advanced users

Extended status stream rate to ground station

RC Channel stream rate to ground station (SR3_RC_CHAN)

Note: This parameter is for advanced users

RC Channel stream rate to ground station

Raw Control stream rate to ground station (SR3_RAW_CTRL)

Note: This parameter is for advanced users

Raw Control stream rate to ground station

Position stream rate to ground station (SR3_POSITION)

Note: This parameter is for advanced users

Position stream rate to ground station

Extra data type 1 stream rate to ground station (SR3_EXTRA1)

Note: This parameter is for advanced users

Extra data type 1 stream rate to ground station

Extra data type 2 stream rate to ground station (SR3_EXTRA2)

Note: This parameter is for advanced users

Extra data type 2 stream rate to ground station

Extra data type 3 stream rate to ground station (SR3_EXTRA3)

Note: This parameter is for advanced users

Extra data type 3 stream rate to ground station

Parameter stream rate to ground station (SR3_PARAMS)

Note: This parameter is for advanced users

Parameter stream rate to ground station

ADSB stream rate to ground station (SR3_ADSB)

Note: This parameter is for advanced users

ADSB stream rate to ground station

SR4_ Parameters

Raw sensor stream rate (SR4_RAW_SENS)

Note: This parameter is for advanced users

Raw sensor stream rate to ground station

Extended status stream rate to ground station (SR4_EXT_STAT)

Note: This parameter is for advanced users

Extended status stream rate to ground station

RC Channel stream rate to ground station (SR4_RC_CHAN)

Note: This parameter is for advanced users

RC Channel stream rate to ground station

Raw Control stream rate to ground station (SR4_RAW_CTRL)

Note: This parameter is for advanced users

Raw Control stream rate to ground station

Position stream rate to ground station (SR4_POSITION)

Note: This parameter is for advanced users

Position stream rate to ground station

Extra data type 1 stream rate to ground station (SR4_EXTRA1)

Note: This parameter is for advanced users

Extra data type 1 stream rate to ground station

Extra data type 2 stream rate to ground station (SR4_EXTRA2)

Note: This parameter is for advanced users

Extra data type 2 stream rate to ground station

Extra data type 3 stream rate to ground station (SR4_EXTRA3)

Note: This parameter is for advanced users

Extra data type 3 stream rate to ground station

Parameter stream rate to ground station (SR4_PARAMS)

Note: This parameter is for advanced users

Parameter stream rate to ground station

ADSB stream rate to ground station (SR4_ADSB)

Note: This parameter is for advanced users

ADSB stream rate to ground station

SR5_ Parameters

Raw sensor stream rate (SR5_RAW_SENS)

Note: This parameter is for advanced users

Raw sensor stream rate to ground station

Extended status stream rate to ground station (SR5_EXT_STAT)

Note: This parameter is for advanced users

Extended status stream rate to ground station

RC Channel stream rate to ground station (SR5_RC_CHAN)

Note: This parameter is for advanced users

RC Channel stream rate to ground station

Raw Control stream rate to ground station (SR5_RAW_CTRL)

Note: This parameter is for advanced users

Raw Control stream rate to ground station

Position stream rate to ground station (SR5_POSITION)

Note: This parameter is for advanced users

Position stream rate to ground station

Extra data type 1 stream rate to ground station (SR5_EXTRA1)

Note: This parameter is for advanced users

Extra data type 1 stream rate to ground station

Extra data type 2 stream rate to ground station (SR5_EXTRA2)

Note: This parameter is for advanced users

Extra data type 2 stream rate to ground station

Extra data type 3 stream rate to ground station (SR5_EXTRA3)

Note: This parameter is for advanced users

Extra data type 3 stream rate to ground station

Parameter stream rate to ground station (SR5_PARAMS)

Note: This parameter is for advanced users

Parameter stream rate to ground station

ADSB stream rate to ground station (SR5_ADSB)

Note: This parameter is for advanced users

ADSB stream rate to ground station

SR6_ Parameters

Raw sensor stream rate (SR6_RAW_SENS)

Note: This parameter is for advanced users

Raw sensor stream rate to ground station

Extended status stream rate to ground station (SR6_EXT_STAT)

Note: This parameter is for advanced users

Extended status stream rate to ground station

RC Channel stream rate to ground station (SR6_RC_CHAN)

Note: This parameter is for advanced users

RC Channel stream rate to ground station

Raw Control stream rate to ground station (SR6_RAW_CTRL)

Note: This parameter is for advanced users

Raw Control stream rate to ground station

Position stream rate to ground station (SR6_POSITION)

Note: This parameter is for advanced users

Position stream rate to ground station

Extra data type 1 stream rate to ground station (SR6_EXTRA1)

Note: This parameter is for advanced users

Extra data type 1 stream rate to ground station

Extra data type 2 stream rate to ground station (SR6_EXTRA2)

Note: This parameter is for advanced users

Extra data type 2 stream rate to ground station

Extra data type 3 stream rate to ground station (SR6_EXTRA3)

Note: This parameter is for advanced users

Extra data type 3 stream rate to ground station

Parameter stream rate to ground station (SR6_PARAMS)

Note: This parameter is for advanced users

Parameter stream rate to ground station

ADSB stream rate to ground station (SR6_ADSB)

Note: This parameter is for advanced users

ADSB stream rate to ground station

STAT Parameters

Boot Count (STAT_BOOTCNT)

Number of times board has been booted

Total FlightTime (STAT_FLTTIME)

Total FlightTime (seconds)

Total RunTime (STAT_RUNTIME)

Total time autopilot has run

Statistics Reset Time (STAT_RESET)

Seconds since January 1st 2016 (Unix epoch+1451606400) since statistics reset (set to 0 to reset statistics)

STEER2SRV_ Parameters

Steering Time Constant (STEER2SRV_TCONST)

Note: This parameter is for advanced users

This controls the time constant in seconds from demanded to achieved steering angle. A value of 0.75 is a good default and will work with nearly all rovers. Ground steering in aircraft needs a bit smaller time constant, and a value of 0.5 is recommended for best ground handling in fixed wing aircraft. A value of 0.75 means that the controller will try to correct any deviation between the desired and actual steering angle in 0.75 seconds. Advanced users may want to reduce this time to obtain a faster response but there is no point setting a time less than the vehicle can achieve.

Steering turning gain (STEER2SRV_P)

The proportional gain for steering. This should be approximately equal to the diameter of the turning circle of the vehicle at low speed and maximum steering angle

Integrator Gain (STEER2SRV_I)

This is the gain from the integral of steering angle. Increasing this gain causes the controller to trim out steady offsets due to an out of trim vehicle.

Damping Gain (STEER2SRV_D)

This adjusts the damping of the steering control loop. This gain helps to reduce steering jitter with vibration. It should be increased in 0.01 increments as too high a value can lead to a high frequency steering oscillation that could overstress the vehicle.

Integrator limit (STEER2SRV_IMAX)

Note: This parameter is for advanced users

This limits the number of degrees of steering in centi-degrees over which the integrator will operate. At the default setting of 1500 centi-degrees, the integrator will be limited to +- 15 degrees of servo travel. The maximum servo deflection is +- 45 centi-degrees, so the default value represents a 1/3rd of the total control throw which is adequate unless the vehicle is severely out of trim.

Minimum speed (STEER2SRV_MINSPD)

This is the minimum assumed ground speed in meters/second for steering. Having a minimum speed prevents oscillations when the vehicle first starts moving. The vehicle can still drive slower than this limit, but the steering calculations will be done based on this minimum speed.

Steering feed forward (STEER2SRV_FF)

The feed forward gain for steering this is the ratio of the achieved turn rate to applied steering. A value of 1 means that the vehicle would yaw at a rate of 45 degrees per second with full steering deflection at 1m/s ground speed.

Derating speed (STEER2SRV_DRTSPD)

Note: This parameter is for advanced users

Speed after that the maximum degree of steering will start to derate. Set this speed to a maximum speed that a plane can do controlled turn at maximum angle of steering wheel without rolling to wing. If 0 then no derating is used.

Derating factor (STEER2SRV_DRTFCT)

Note: This parameter is for advanced users

Degrees of steering wheel to derate at each additional m/s of speed above "Derating speed". Should be set so that at higher speeds the plane does not roll to the wing in turns.

Minimum angle of wheel (STEER2SRV_DRTMIN)

Note: This parameter is for advanced users

The angle that limits smallest angle of steering wheel at maximum speed. Even if it should derate below, it will stop derating at this angle.

TECS_ Parameters

Maximum Climb Rate (metres/sec) (TECS_CLMB_MAX)

Maximum demanded climb rate. Do not set higher than the climb speed at THR_MAX at TRIM_ARSPD_CM when the battery is at low voltage. Reduce value if airspeed cannot be maintained on ascent. Increase value if throttle does not increase significantly to ascend.

Minimum Sink Rate (metres/sec) (TECS_SINK_MIN)

Minimum sink rate when at THR_MIN and TRIM_ARSPD_CM.

Controller time constant (sec) (TECS_TIME_CONST)

Note: This parameter is for advanced users

Time constant of the TECS control algorithm. Small values make faster altitude corrections but can cause overshoot and aggressive behavior.

Controller throttle damping (TECS_THR_DAMP)

Note: This parameter is for advanced users

Damping gain for throttle demand loop. Increase to add throttle activity to dampen oscillations in speed and height.

Controller integrator (TECS_INTEG_GAIN)

Note: This parameter is for advanced users

Integrator gain to trim out long-term speed and height errors.

Vertical Acceleration Limit (metres/sec^2) (TECS_VERT_ACC)

Note: This parameter is for advanced users

Maximum vertical acceleration used to correct speed or height errors.

Height complementary filter frequency (radians/sec) (TECS_HGT_OMEGA)

Note: This parameter is for advanced users

This is the cross-over frequency of the complementary filter used to fuse vertical acceleration and baro alt to obtain an estimate of height rate and height.

Speed complementary filter frequency (radians/sec) (TECS_SPD_OMEGA)

Note: This parameter is for advanced users

This is the cross-over frequency of the complementary filter used to fuse longitudinal acceleration and airspeed to obtain a lower noise and lag estimate of airspeed.

Bank angle compensation gain (TECS_RLL2THR)

Note: This parameter is for advanced users

Gain from bank angle to throttle to compensate for loss of airspeed from drag in turns. Set to approximately 10x the sink rate in m/s caused by a 45-degree turn. High efficiency models may need less while less efficient aircraft may need more. Should be tuned in an automatic mission with waypoints and turns greater than 90 degrees. Tune with PTCH2SRV_RLL and KFF_RDDRMIX to achieve constant airspeed, constant altitude turns.

Weighting applied to speed control (TECS_SPDWEIGHT)

Note: This parameter is for advanced users

Mixing of pitch and throttle correction for height and airspeed errors. Pitch controls altitude and throttle controls airspeed if set to 0. Pitch controls airspeed and throttle controls altitude if set to 2 (good for gliders). Blended if set to 1.

Controller pitch damping (TECS_PTCH_DAMP)

Note: This parameter is for advanced users

Damping gain for pitch control from TECS control. Increasing may correct for oscillations in speed and height, but too much may cause additional oscillation and degraded control.

Maximum Descent Rate (metres/sec) (TECS_SINK_MAX)

Maximum demanded descent rate. Do not set higher than the vertical speed the aircraft can maintain at THR_MIN, TECS_PITCH_MIN, and ARSPD_FBW_MAX.

Airspeed during landing approach (m/s) (TECS_LAND_ARSPD)

When performing an autonomus landing, this value is used as the goal airspeed during approach. Note that this parameter is not useful if your platform does not have an airspeed sensor (use TECS_LAND_THR instead). If negative then this value is not used during landing.

Cruise throttle during landing approach (percentage) (TECS_LAND_THR)

Use this parameter instead of LAND_ARSPD if your platform does not have an airspeed sensor. It is the cruise throttle during landing approach. If this value is negative then it is disabled and TECS_LAND_ARSPD is used instead.

Weighting applied to speed control during landing. (TECS_LAND_SPDWGT)

Note: This parameter is for advanced users

Same as SPDWEIGHT parameter, with the exception that this parameter is applied during landing flight stages. A value closer to 2 will result in the plane ignoring height error during landing and our experience has been that the plane will therefore keep the nose up -- sometimes good for a glider landing (with the side effect that you will likely glide a ways past the landing point). A value closer to 0 results in the plane ignoring speed error -- use caution when lowering the value below 1 -- ignoring speed could result in a stall. Values between 0 and 2 are valid values for a fixed landing weight. When using -1 the weight will be scaled during the landing. At the start of the landing approach it starts with TECS_SPDWEIGHT and scales down to 0 by the time you reach the land point. Example: Halfway down the landing approach you'll effectively have a weight of TECS_SPDWEIGHT/2.

Maximum pitch in auto flight (TECS_PITCH_MAX)

Note: This parameter is for advanced users

Overrides LIM_PITCH_MAX in automatic throttle modes to reduce climb rates. Uses LIM_PITCH_MAX if set to 0. For proper TECS tuning, set to the angle that the aircraft can climb at TRIM_ARSPD_CM and THR_MAX.

Minimum pitch in auto flight (TECS_PITCH_MIN)

Note: This parameter is for advanced users

Overrides LIM_PITCH_MIN in automatic throttle modes to reduce descent rates. Uses LIM_PITCH_MIN if set to 0. For proper TECS tuning, set to the angle that the aircraft can descend at without overspeeding.

Sink rate for final landing stage (TECS_LAND_SINK)

Note: This parameter is for advanced users

The sink rate in meters/second for the final stage of landing.

Land controller time constant (sec) (TECS_LAND_TCONST)

Note: This parameter is for advanced users

This is the time constant of the TECS control algorithm when in final landing stage of flight. It should be smaller than TECS_TIME_CONST to allow for faster flare

Controller sink rate to pitch gain during flare (TECS_LAND_DAMP)

Note: This parameter is for advanced users

This is the sink rate gain for the pitch demand loop when in final landing stage of flight. It should be larger than TECS_PTCH_DAMP to allow for better sink rate control during flare.

Maximum pitch during final stage of landing (TECS_LAND_PMAX)

Note: This parameter is for advanced users

This limits the pitch used during the final stage of automatic landing. During the final landing stage most planes need to keep their pitch small to avoid stalling. A maximum of 10 degrees is usually good. A value of zero means to use the normal pitch limits.

Sink rate max for landing approach stage (TECS_APPR_SMAX)

Note: This parameter is for advanced users

The sink rate max for the landing approach stage of landing. This will need to be large for steep landing approaches especially when using reverse thrust. If 0, then use TECS_SINK_MAX.

Land sink rate change (TECS_LAND_SRC)

Note: This parameter is for advanced users

When zero, the flare sink rate (TECS_LAND_SINK) is a fixed sink demand. With this enabled the flare sinkrate will increase/decrease the flare sink demand as you get further beyond the LAND waypoint. Has no effect before the waypoint. This value is added to TECS_LAND_SINK proportional to distance traveled after wp. With an increasing sink rate you can still land in a given distance if you're traveling too fast and cruise passed the land point. A positive value will force the plane to land sooner proportional to distance passed land point. A negative number will tell the plane to slowly climb allowing for a pitched-up stall landing. Recommend 0.2 as initial value.

Controller throttle damping when landing (TECS_LAND_TDAMP)

Note: This parameter is for advanced users

Damping gain for the throttle demand loop during an auto-landing. Same as TECS_THR_DAMP but only in effect during an auto-land. Increase to add throttle activity to dampen oscillations in speed and height. When set to 0 landing throttle damping is controlled by TECS_THR_DAMP.

Controller integrator during landing (TECS_LAND_IGAIN)

Note: This parameter is for advanced users

This is the integrator gain on the control loop during landing. When set to 0 then TECS_INTEG_GAIN is used. Increase to increase the rate at which speed and height offsets are trimmed out. Typically values lower than TECS_INTEG_GAIN work best

Controller integrator during takeoff (TECS_TKOFF_IGAIN)

Note: This parameter is for advanced users

This is the integrator gain on the control loop during takeoff. When set to 0 then TECS_INTEG_GAIN is used. Increase to increase the rate at which speed and height offsets are trimmed out. Typically values higher than TECS_INTEG_GAIN work best

Pitch damping gain when landing (TECS_LAND_PDAMP)

Note: This parameter is for advanced users

This is the damping gain for the pitch demand loop during landing. Increase to add damping to correct for oscillations in speed and height. If set to 0 then TECS_PTCH_DAMP will be used instead.

Enable the use of synthetic airspeed (TECS_SYNAIRSPEED)

Note: This parameter is for advanced users

This enable the use of synthetic airspeed for aircraft that don't have a real airspeed sensor. This is useful for development testing where the user is aware of the considerable limitations of the synthetic airspeed system, such as very poor estimates when a wind estimate is not accurate. Do not enable this option unless you fully understand the limitations of a synthetic airspeed estimate.

Extra TECS options (TECS_OPTIONS)

Note: This parameter is for advanced users

This allows the enabling of special features in the speed/height controller

Baseline airspeed for pitch feed-forward. (TECS_PTCH_FF_V0)

Note: This parameter is for advanced users

This parameter sets the airspeed at which no feed-forward is applied between demanded airspeed and pitch. It should correspond to the airspeed in metres per second at which the plane glides at neutral pitch including STAB_PITCH_DOWN.

Gain for pitch feed-forward. (TECS_PTCH_FF_K)

Note: This parameter is for advanced users

This parameter sets the gain between demanded airspeed and pitch. It has units of radians per metre per second and should generally be negative. A good starting value is -0.04 for gliders and -0.08 for draggy airframes. The default (0.0) disables this feed-forward.

TERRAIN_ Parameters

Terrain data enable (TERRAIN_ENABLE)

Note: This parameter is for advanced users

enable terrain data. This enables the vehicle storing a database of terrain data on the SD card. The terrain data is requested from the ground station as needed, and stored for later use on the SD card. To be useful the ground station must support TERRAIN_REQUEST messages and have access to a terrain database, such as the SRTM database.

Terrain grid spacing (TERRAIN_SPACING)

Note: This parameter is for advanced users

Distance between terrain grid points in meters. This controls the horizontal resolution of the terrain data that is stored on te SD card and requested from the ground station. If your GCS is using the ArduPilot SRTM database like Mission Planner or MAVProxy, then a resolution of 100 meters is appropriate. Grid spacings lower than 100 meters waste SD card space if the GCS cannot provide that resolution. The grid spacing also controls how much data is kept in memory during flight. A larger grid spacing will allow for a larger amount of data in memory. A grid spacing of 100 meters results in the vehicle keeping 12 grid squares in memory with each grid square having a size of 2.7 kilometers by 3.2 kilometers. Any additional grid squares are stored on the SD once they are fetched from the GCS and will be loaded as needed.

Terrain options (TERRAIN_OPTIONS)

Note: This parameter is for advanced users

Options to change behaviour of terrain system

TKOFF_ Parameters

Takeoff mode altitude (TKOFF_ALT)

This is the target altitude for TAKEOFF mode

Takeoff mode altitude level altitude (TKOFF_LVL_ALT)

This is the altitude below which wings are held level for TAKEOFF mode

Takeoff mode altitude initial pitch (TKOFF_LVL_PITCH)

This is the target pitch for the initial climb to TKOFF_LVL_ALT

Takeoff mode distance (TKOFF_DIST)

This is the distance from the takeoff location where the plane will loiter. The loiter point will be in the direction of takeoff (the direction the plane is facing when the motor starts)

TUNE_ Parameters

Transmitter tuning parameter or set of parameters (TUNE_PARAM)

This sets which parameter or set of parameters will be tuned. Values greater than 100 indicate a set of parameters rather than a single parameter. Parameters less than 50 are for QuadPlane vertical lift motors only.

Transmitter tuning channel (TUNE_CHAN)

This sets the channel for transmitter tuning. This should be connected to a knob or slider on your transmitter. It needs to be setup to use the PWM range given by TUNE_CHAN_MIN to TUNE_CHAN_MAX

Transmitter tuning channel minimum pwm (TUNE_CHAN_MIN)

This sets the PWM lower limit for the tuning channel

Transmitter tuning channel maximum pwm (TUNE_CHAN_MAX)

This sets the PWM upper limit for the tuning channel

Transmitter tuning selector channel (TUNE_SELECTOR)

This sets the channel for the transmitter tuning selector switch. This should be a 2 position switch, preferably spring loaded. A PWM above 1700 means high, below 1300 means low. If no selector is set then you won't be able to switch between parameters during flight or re-center the tuning knob

Transmitter tuning range (TUNE_RANGE)

This sets the range over which tuning will change a parameter. A value of 2 means the tuning parameter will go from 0.5 times the start value to 2x the start value over the range of the tuning channel

Revert on mode change (TUNE_MODE_REVERT)

This controls whether tuning values will revert on a flight mode change.

Controller error threshold (TUNE_ERR_THRESH)

This sets the controller error threshold above which an alarm will sound and a message will be sent to the GCS to warn of controller instability

VISO Parameters

Visual odometry camera connection type (VISO_TYPE)

Note: This parameter is for advanced users

Visual odometry camera connection type

Visual odometry camera X position offset (VISO_POS_X)

Note: This parameter is for advanced users

X position of the camera in body frame. Positive X is forward of the origin.

Visual odometry camera Y position offset (VISO_POS_Y)

Note: This parameter is for advanced users

Y position of the camera in body frame. Positive Y is to the right of the origin.

Visual odometry camera Z position offset (VISO_POS_Z)

Note: This parameter is for advanced users

Z position of the camera in body frame. Positive Z is down from the origin.

Visual odometery camera orientation (VISO_ORIENT)

Note: This parameter is for advanced users

Visual odometery camera orientation

Visual odometry scaling factor (VISO_SCALE)

Note: This parameter is for advanced users

Visual odometry scaling factor applied to position estimates from sensor

Visual odometry sensor delay (VISO_DELAY_MS)

Note: This parameter is for advanced users

Visual odometry sensor delay relative to inertial measurements

Visual odometry velocity measurement noise (VISO_VEL_M_NSE)

Note: This parameter is for advanced users

Visual odometry velocity measurement noise in m/s

Visual odometry position measurement noise (VISO_POS_M_NSE)

Note: This parameter is for advanced users

Visual odometry position measurement noise minimum (meters). This value will be used if the sensor provides a lower noise value (or no noise value)

Visual odometry yaw measurement noise (VISO_YAW_M_NSE)

Note: This parameter is for advanced users

Visual odometry yaw measurement noise minimum (radians), This value will be used if the sensor provides a lower noise value (or no noise value)

VTX_ Parameters

Is the Video Transmitter enabled or not (VTX_ENABLE)

Toggles the Video Transmitter on and off

Video Transmitter Power Level (VTX_POWER)

Video Transmitter Power Level. Different VTXs support different power levels, the power level chosen will be rounded down to the nearest supported power level

Video Transmitter Channel (VTX_CHANNEL)

Video Transmitter Channel

Video Transmitter Band (VTX_BAND)

Video Transmitter Band

Video Transmitter Frequency (VTX_FREQ)

Video Transmitter Frequency. The frequency is derived from the setting of BAND and CHANNEL

Video Transmitter Options (VTX_OPTIONS)

Note: This parameter is for advanced users

Video Transmitter Options. Pitmode puts the VTX in a low power state. Unlocked enables certain restricted frequencies and power levels. Do not enable the Unlocked option unless you have appropriate permissions in your jurisdiction to transmit at high power levels.

Video Transmitter Max Power Level (VTX_MAX_POWER)

Video Transmitter Maximum Power Level. Different VTXs support different power levels, this prevents the power aux switch from requesting too high a power level. The switch supports 6 power levels and the selected power will be a subdivision between 0 and this setting.

YAW2SRV_ Parameters

Sideslip control gain (YAW2SRV_SLIP)

Note: This parameter is for advanced users

Gain from lateral acceleration to demanded yaw rate for aircraft with enough fuselage area to detect lateral acceleration and sideslips. Do not enable for flying wings and gliders. Actively coordinates flight more than just yaw damping. Set after YAW2SRV_DAMP and YAW2SRV_INT are tuned.

Sideslip control integrator (YAW2SRV_INT)

Note: This parameter is for advanced users

Integral gain from lateral acceleration error. Effectively trims rudder to eliminate long-term sideslip.

Yaw damping (YAW2SRV_DAMP)

Note: This parameter is for advanced users

Gain from yaw rate to rudder. Most effective at yaw damping and should be tuned after KFF_RDDRMIX. Also disables YAW2SRV_INT if set to 0.

Yaw coordination gain (YAW2SRV_RLL)

Note: This parameter is for advanced users

Gain to the yaw rate required to keep it consistent with the turn rate in a coordinated turn. Corrects for yaw tendencies after the turn is established. Increase yaw into the turn by raising. Increase yaw out of the turn by decreasing. Values outside of 0.9-1.1 range indicate airspeed calibration problems.

Integrator limit (YAW2SRV_IMAX)

Note: This parameter is for advanced users

Limit of yaw integrator gain in centi-degrees of servo travel. Servos are assumed to have +/- 4500 centi-degrees of travel, so a value of 1500 allows trim of up to 1/3 of servo travel range.