User Manual

Doc P/N: 9040962 | Rev 01 | Printed 22 July 2016
21
CONNEX ProSight Installation and Operation Guide
Installing the Units|Wiring the HD Transmitter
Navigation pane
Configuring a Flight Controller that Runs CleanFlight
Home Page
Safety
Introduction to CONNEX
ProSight
Opening the Package
Installing the Units
Operating the Units
Configuration Using
ProSight Desktop
Application
Configuration Using
ProSight Mobile
Application
Specifications
Appendices
The flight controller has a specific UART port that supports MAVLink. To receive telemetry information from the flight controller, the MAVLink port
needs to be configured through CleanFlight as follows:
1. Connect MAVLink to the appropriate UART (MAVLink output port) of the flight controller .
2. Burn the CleanFlight (version 1.13 and above).
3. Open the CleanFlight configurator and connect to Flight Controller.
4. Under Other Features, enable TELEMETRY.
5. Press Save and Reboot.
6. Go to CLI.
7. Write serial to see all available serial ports. Ports 0,1 and 2 are HW UART.
8. Write the following line: serial 1 256 115200 57600 57600 115200.
1 is the HW UART port
256 will cause the FC to use MAVLink on port 31
57600 is the UARTs baudrate
9. Type save to save and reboot.
Note:
The flight controller must support MAVLink.