Skip to content

History

Revisions

  • docs: MAVLink serial autodetection with the pinning variables Configuration and Build describe the blank-path serial scan that locks onto MAVLink traffic and the MAVLINK_SERIAL_PATH pin for the TELEM2 UART.

    @judahpaul16 judahpaul16 committed Jul 20, 2026
    ef44fd1
  • docs: MAVLink serial variables and the TELEM2 UART hookup Configuration lists MAVLINK_SERIAL_PATH and MAVLINK_BAUD, and Build describes the three-wire TELEM2 hookup with the FC parameters for ArduPilot and PX4.

    @judahpaul16 judahpaul16 committed Jul 19, 2026
    9009554
  • docs(build): alternative modems, SIM and eSIM options, tested-config note The Build page covers cellular HATs like Waveshare on a Pi or a Compute Module 4 or 5 carrier, public-IP and eSIM data plans, XBStation as a closed alternative that runs its own firmware, and a note that testing covers SITL and the reference PX4 and ArduCopter build.

    @judahpaul16 judahpaul16 committed Jul 19, 2026
    09cc120
  • Deployment: production pulls the published image

    @judahpaul16 judahpaul16 committed Jul 17, 2026
    1e7cf4b
  • Build: describe the Betaflight rig and its companion computer

    @judahpaul16 judahpaul16 committed Jul 17, 2026
    7efb439
  • Deployment: production pulls the published multi-arch image; up with build flag builds from source

    @judahpaul16 judahpaul16 committed Jul 17, 2026
    1c5d4a4
  • Build: the Betaflight stack is its own aircraft, and the reference Pixhawk flies on both PX4 and ArduPilot

    @judahpaul16 judahpaul16 committed Jul 17, 2026
    6396694
  • Document the NOTAM notices feature and its /api/notams endpoint

    @judahpaul16 judahpaul16 committed Jul 16, 2026
    6de35b9
  • Architecture: link-up message intervals, GCS heartbeat, and the vehicle snapshot. Home: lost-operator failsafe capability

    @judahpaul16 judahpaul16 committed Jul 16, 2026
    7e9b1c4
  • Configuration: lost-operator failsafe section

    @judahpaul16 judahpaul16 committed Jul 16, 2026
    97d9043
  • Configuration: full variable table plus MSP link, camera source, and email sections. Firmware: board identity in detect and catalog target autodetect

    @judahpaul16 judahpaul16 committed Jul 16, 2026
    879610d
  • Remove the leading page-name heading that GitHub already renders as the page title

    @judahpaul16 judahpaul16 committed Jul 15, 2026
    9c3bc26
  • Deployment: nginx serves the app on port 80, persistent database volume

    @judahpaul16 judahpaul16 committed Jul 15, 2026
    5453e29
  • Configuration: app config passed via compose environment with defaults

    @judahpaul16 judahpaul16 committed Jul 15, 2026
    56c53b8
  • Configuration: single root .env.example for compose and the app

    @judahpaul16 judahpaul16 committed Jul 15, 2026
    826dfcf
  • Correct wiki drift: per-stack go-to and speed, real page list, SSE telemetry, profile count, MSP stacks

    @judahpaul16 judahpaul16 committed Jul 15, 2026
    26ce972
  • Detached compose bring-up commands

    @judahpaul16 judahpaul16 committed Jul 15, 2026
    2610cdb
  • Development: full SITL vehicles table with per-variation run commands Lists the copter, rover, boat, plane, and sub commands on the development profile (via SITL_VEHICLE and SITL_MODEL) plus the PX4, Betaflight, and INAV profiles, with the MAVLink 5760 / MSP 5761 ports and the one-app-at-a-time note.

    @judahpaul16 judahpaul16 committed Jul 14, 2026
    2dbd0d6
  • Document set_depth endpoint and vehicle-class dashboard controls HTTP-API lists the reconnect, manual_control, set_origin, and set_depth MAVLink routes. Autopilot-Support describes how the go-to control adapts per vehicle class: altitude for air, depth for submarines (ALT_HOLD depth hold via SET_POSITION_TARGET_GLOBAL_INT), and none for rovers and boats.

    @judahpaul16 judahpaul16 committed Jul 14, 2026
    9a97b2a
  • Firmware: station arms an MSP craft over its own receiver

    @judahpaul16 judahpaul16 committed Jul 14, 2026
    dfbd0b7
  • Firmware: INAV flies its own onboard mission over MSP INAV runs a waypoint mission the same as a MAVLink autopilot. The station uploads the mission, arms, and engages NAV WP by reading the mode ranges and holding the arm and NAV WP aux channels active with MSP RC override while INAV navigates onboard. Companion guidance covers Betaflight, which has no waypoint engine. Documents the mode-range engage, the MSP v2 box-table read, and the MSP-RC-override prerequisite.

    @judahpaul16 judahpaul16 committed Jul 14, 2026
    e6eab9f
  • docs: per-autopilot capability matrix and MSP calibration, gamepad, crash alerts

    @judahpaul16 judahpaul16 committed Jul 14, 2026
    121a938
  • docs: MSP mission upload, Betaflight companion guidance, mission bracketing Firmware covers the INAV waypoint upload and the companion guidance loop that flies a Betaflight craft over RC override. Mission planning notes the auto return-to-launch that closes a plan and the grouped airspace warnings. Autopilot support lists the position-control intent mode.

    @judahpaul16 judahpaul16 committed Jul 14, 2026
    ec55153
  • Add the drone build photo for the build guide

    @judahpaul16 judahpaul16 committed Jul 13, 2026
    5486390
  • Document the HGLRC XJB Betaflight stack in the build guide The station connects to an HGLRC XJB Betaflight flight-controller stack over MSP alongside the Pixhawk over MAVLink, so the build guide records it and points to the firmware and configuration pages for the MSP link.

    @judahpaul16 judahpaul16 committed Jul 13, 2026
    35bf198
  • Document new patterns, import formats, AI tuning, and MAVLink signing Mission-Planning covers the corridor, search, and structure-scan generators and the KML, KMZ, and CSV import readers. Configuration adds the MAVLink signing and AI assistant settings with their env fallbacks. HTTP-API documents the pid-tune endpoint.

    @judahpaul16 judahpaul16 committed Jul 13, 2026
    17b01db
  • Add the hardware Build guide Documents the reference build: a Raspberry Pi 4B companion, a Holybro quadcopter airframe with a Pixhawk 6C, an Arducam day/night camera, and a 4G modem on a public-IP SIM, with the USB link to the flight controller and the CG-NAT reachability rationale. Carries a drone-photo placeholder and a sidebar entry.

    @judahpaul16 judahpaul16 committed Jul 13, 2026
    7c232e1
  • Document ArduPilot/PX4 serial-bootloader flashing and Betaflight cloud build

    @judahpaul16 judahpaul16 committed Jul 13, 2026
    e001f8d
  • Document mission patterns, gamepad flight sessions, and plan-header grouping

    @judahpaul16 judahpaul16 committed Jul 13, 2026
    b97b6dc
  • Document mission editing from every interactive map window

    @judahpaul16 judahpaul16 committed Jul 12, 2026
    e9b037d