Vertiq 2306
Connect your Flight Controller (FC)
–
Plug your FC into your computer through USB
–
Before you Connect, select your FC’s communication port (check device manager)
–
Click “Connect”
Making a Backup
–
Click on the CLI tab in the menu on the left
–
In the textbox, type:
diff
–
Click Save to File in the bottom right corner
–
Name it something simple like
“bf backup.txt”
and press save
Setting up Software Serial (use above image for example references)
–
To find which FC microcontroller pins are connected to the ESC lines, type this in the console:
resource
–
Take note of the motor’s PWM/DShot line
(Example: MOTOR 1’s resource is B00)
–
Take note of the ESC telemetry line
(Example: Serial RX 1’s resource is A10)
Tip: look in the FC’s documentation or on the FC’s silkscreen to figure out motor location and which
pin is connected to ESC telemetry
–
Map motor resource to software serial resource
*
First, disconnect the the current resources from the pins by typing the following in the console:
resource motor
1
none
resource Serial_RX 1 none
V1.1
©
2021 IQinetics Technologies Inc.
8
CONNECT COMPUTER VIA BETAFLIGHT