Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The flight controller implements a number of critical low-level behaviors.

Warning

This document is work in progress - do not follow it literally, yet.

Installing Cleanflight Configurator (CFC)

Connecting to the Flight Controller (FC)

  1. Unplug the battery from your drone

    1. double-check the battery is unplugged

  2. Disconnect the Raspberry Pi from the FC

  3. Connect the mini USB cable to your FC and to your base station

  4. Start CFC on your base station

...

...

  1. Identify the version of your flight controller:

Image Removed
Image Removed

2. Download the following new firmware for your version:

  • SP Racing F3 Acro:

View file
namebetaflight_3.3.3_SPRACINGF3.hex

  • SP Racing F3 OSD:

View file
namebetaflight_3.3.3_SPRACINGF3OSD.hex

...

Installing Betaflight Configurator (BFC)

Connecting to the FC

...

Unplug the battery

...

Disconnect the Raspberry Pi from the FC

...

Connect the mini USB cable to your FC and to your base station

...

Run the BFC on your base station

  1. Verify the version on the top left of the black and yellow window popping up. It should 10.8.0 (Sec9465)

    Image Removed

Verify the recognized devices in the top right corner. You should see (depending on your OS)

...

Navigate to “Options” on the left column and activate “Permanently Enable Expert Mode”

...

Go back to the “Welcome” page

...

Press on “Connect” (top-right corner)

A successful connection will lead to a page looking like this:

...

Familiarizing with the configurator and FC settings interface

We will explore each setting relevant to the Duckiedrone in detail later. A few high-level observations:

  • Find your FC firmware version (top-left or bottom-right)

    Image RemovedImage Removed

  • Keep an eye on the FC “CPU Load”. This tells us how much effort the onboard microcontroller on the FC is busy. We should never let it go above 40% with chosen settings, with lower being better.

Bringing the FC software up to date

  1. Verify the

Status
colourRed
titleTODO
Write flashing instructions for Betaflight 3.3.3

...

5. Select the correct connection port in the top right corner

  • Details might vary depending on available connections on your base station, but the correct port should start with: /dev/tty.serial*

6. Leave the baud rate (number) at the default value of 115200

7. Press “Connect”

...

You should be greeted by a “Setup” page with a rendering of your drone:

Image Added

Configuring the flight controller