Setup Pixracer

Requirements

Parts

  • SD card 8 GB

  • PixRacer

Check firmware

  • Start QGroundControl

  • Connect PixRacer with USB cable

  • Check message log for ArduPlane version

    • Log should contain a message with "ArduPlane V4.0.9"

Update firmware

  • Start QGGroundControl

  • Open Vehicle Setup menu

  • Open Firmware menu

  • Follow instruction for firmware upgrade

Load parameters

Format SD Card to FAT32

Make sure to use the right device. If you use a wrong device you might format your laptops hard disk!

On Linux:

  1. identify device with lsblk this example will use sda

  2. create partition table with:

    sudo parted /dev/sda --script -- mklabel msdos

  3. create partition with 100% FAT32:

    sudo parted /dev/sda --script -- mkpart primary fat32 1MiB 100%

  4. Format partition:

    sudo mkfs.vfat -F32 /dev/sda1

On Windows:

  1. right-click on device and use GUI

Configure SYSID_THISMAV

Configure the SYSID_THISMAV parameter with QGC:

  • Go to Menu -> VehicleSetup -> Parameters

  • Search for SYSID_THISMAV

  • Configure a unique SYSID

  • Document usage in the table below

SYSIDs:

UAVSYSID

Maggy

1

Elly

2

Last updated