Skip to main content
The Configure section provides 38 panels for setting up your flight controller. Each panel reads parameters from the FC, lets you edit them, and writes changes back. The panels adapt automatically based on the detected firmware (ArduPilot, PX4, or Betaflight).
FC configuration showing flight mode panel with mode slots

How Configuration Works

Every panel follows the same workflow:
  1. Read from FC: Click “Read” to fetch parameters from the flight controller.
  2. Edit values: Change parameters in the UI. Modified values are highlighted.
  3. Save to RAM: Click “Save” to write changes to the FC’s working memory.
  4. Write to Flash: Click “Write to Flash” to persist changes across reboots. (ArduPilot auto-saves to EEPROM on each parameter write, so this is a belt-and-suspenders step.)
Parameters cannot be written while the vehicle is armed. The armed-lock overlay blocks all writes as a safety measure. Disarm first, then configure.

Panel Categories

Flight

PanelDescription
Flight ModesMap RC switch positions to flight modes. ArduPilot supports 6 mode slots. PX4 supports 6 main modes plus sub-modes.
FrameSelect the airframe type (quad, hexa, octa, Y6, etc.) and motor layout.
Airframe (PX4)PX4-specific airframe selection with model presets.
Actuator (PX4)PX4 actuator configuration and testing.
OutputsMap motors and servos to physical outputs. Timer group diagram shows which outputs share PWM timers.
ReceiverRC receiver protocol, channel mapping, and failsafe values.

Safety

PanelDescription
FailsafeConfigure battery, GCS, RC, and geofence failsafe actions and thresholds.
GeofenceFC-level geofence parameters (max altitude, max distance, breach action). See also the Geofence Editor.
Pre-Arm ChecksView and configure which pre-arm checks the FC enforces before allowing arming.

Sensors

PanelDescription
SensorsConfigure rangefinder, optical flow, airspeed sensor, and barometer settings. Each sensor type is in a collapsible section.
GPSGPS module configuration, constellation selection, and GNSS settings.
Sensor GraphLive plots of sensor data for debugging (accel, gyro, mag, baro).

Tuning

PanelDescription
PID TuningAdjust roll, pitch, and yaw PID gains. Autotune trigger. Preset profiles. Filter settings. Live PID response graph for tuning analysis.
Rate Profile (Betaflight)Betaflight rate curve configuration with visual curve preview.
Adjustments (Betaflight)In-flight adjustment mappings (RC channel to PID adjustments).

Display

PanelDescription
OSD EditorDrag-and-drop OSD element placement across 4 independent screens. 25+ configurable elements. Preset layouts.
OSD Editor (Betaflight)Betaflight-specific OSD configuration with BF element set.
LEDConfigure LED strip patterns. 11 LED types, brightness, color picker, and pattern preview animation.

Communications

PanelDescription
Serial PortsConfigure serial port protocols, baud rates, and options. 8 ports, 25+ protocols, 14 baud rates.
Telemetry RadioSiK radio configuration (air speed, ECC, MAVLink version, TX power).
MAVLink InspectorLive view of incoming and outgoing MAVLink messages with decode.
MAVLink Shell (PX4)PX4 NuttShell console over MAVLink. Type commands directly to the FC.
CLI (Betaflight)Betaflight command-line interface over MSP.
Blackbox (Betaflight)Betaflight blackbox data log configuration and download.
CAN MonitorDroneCAN/UAVCAN bus monitoring. View CAN node info and messages.

Power

PanelDescription
PowerBattery monitor configuration for BATT1 and BATT2. Voltage divider, amps per volt, cell count, and capacity. Live cell voltage display.

Peripherals

PanelDescription
GimbalMount type, axis limits, manual control sliders, ROI targeting. Supports Gimbal Manager v2 protocol.
CameraCamera trigger configuration (servo, relay, distance-based). Survey helper calculator for trigger intervals.
VTX (Betaflight)Video transmitter settings (band, channel, power, pit mode).
Betaflight Config (Betaflight)Betaflight system configuration (features, board alignment, name).
Aux Modes (Betaflight)Map RC aux channels to Betaflight modes (arm, angle, horizon, beeper, etc.).
Motors (Betaflight)Motor testing and direction configuration for Betaflight.

Debug

PanelDescription
DebugReal-time data graphing with table view, CSV export. 4-chart limit. 300-sample ring buffer per chart. Useful for debugging sensor issues or tuning.

Firmware

PanelDescription
FirmwareFlash firmware, view board info, backup and restore parameters. See Firmware Flashing.

Parameters

PanelDescription
ParametersFull parameter tree browser with search, edit, modified filter, and import/export. See Parameters.

Calibration

PanelDescription
Calibration9 sensor calibration wizards. See Calibration.

Firmware-Specific Panels

Some panels only appear for certain firmware:
PanelArduPilotPX4Betaflight
AirframeNoYesNo
ActuatorNoYesNo
MAVLink ShellNoYesNo
Aux ModesNoNoYes
Rate ProfileNoNoYes
BF ConfigNoNoYes
BF MotorsNoNoYes
BF OSDNoNoYes
CLINoNoYes
VTXNoNoYes
BlackboxNoNoYes
AdjustmentsNoNoYes
The FC configuration navigation filters panels by the requiredCapability field. Only panels compatible with the connected firmware appear.

Safety Features

  • Armed lock: All parameter writes are blocked while the vehicle is armed
  • Unsaved changes guard: Navigating away from a panel with dirty (unsaved) parameters triggers a warning
  • Parameter validation: Values are checked against min/max ranges before writing
  • Reboot banner: Panels that require a reboot after changes show a persistent banner