SKY-DRONES DOCS
CompanyStoreContact
  • GENERAL
    • Welcome
    • The Platform
      • Hardware procurement and licensing
      • Software distribution and deployment
    • Revision History
  • AVIONICS
    • SmartAP AIRLink
      • Hardware
      • Interfaces
      • Set content
      • Installation
      • Initial Power Up
      • Connect via SmartAP GCS
      • Software development
      • Troubleshooting
      • CAD Model
      • Certification
      • FAQ
    • ATLAS Handheld
      • Feature Highlights
      • Detailed Specifications
      • Initial setup
      • Troubleshooting
    • AIRLink Telemetry
      • Interfaces
      • Installation
      • Initial setup
      • USB connection setup
      • CAD Model
    • SmartLink
      • Interfaces
      • Set content
      • Installation
      • Manual Control
      • Change Settings
      • API and SDK
      • Other AP / GCS Support
      • Firmware Update
      • Troubleshooting
      • Installation hints
      • CAD Model
      • Certificates
      • FAQ
    • SmartAP PDB
      • Installation
    • SmartAP GNSS
      • Standard GNSS
      • RTK GNSS
      • Updating GNSS Module
      • CAD Model
    • Legacy autopilots
      • SmartAP MAX
        • Installation
        • CAD Model
      • SmartAP PRO
        • Installation
      • Drivers
      • Getting the Software
      • General Configuration
      • Firmware Update
      • Standard PID Presets
      • Flashing Bootloader
  • FLIGHT OPERATIONS
    • SmartAP GCS
      • Sign Up
      • Radio Settings
      • Autonomous Flights
      • Multiple Drones
      • Rally Points
      • UTM and Airspace
      • Elevation Data
      • Camera Settings
      • RTK GNSS
      • Logs Analysis
      • Geotag Images
      • Processing the Logs
      • Video Streaming
    • Sky-Drones Cloud
      • Sign up and Log in
      • Dashboard
      • Drones and Operators
      • Flight Locations
      • Fleet Management
      • Flight Logs
      • 3D Mission Planning
      • Integrated UTM
      • Real-Time Flights
      • Sky-Drones API
Powered by GitBook
On this page
  • QGroundControl
  • Configuration settings
  • Mission Planner
  • Configuration settings
  • Telemetry
  • Video

Was this helpful?

  1. AVIONICS
  2. SmartLink

Other AP / GCS Support

PreviousAPI and SDKNextFirmware Update

Last updated 3 years ago

Was this helpful?

QGroundControl

Follow these next steps to configure QGroundControl for :

Configuration settings

  • Connection type: UDP

  • Host: smartlink.local

  • Port: 14555

  • Autopilot UART: 57600 8N1 3V3 TTL

Mission Planner

Configuration settings

  • Connection type: UDP

  • Host: smartlink.local

  • Port: 14555

  • Autopilot UART: 57600 8N1 3V3 TTL

Telemetry

Make sure to select UDPCI as the connection type and click Connect:

Type in SmartLink IP address (192.168.168.100) or host name (smartlink.local) and click OK:

Type in SmartLink port number (14555) and click OK:

The connection will be established and Mission Planner will start reading parameters:

Video

Right click on the primary flight display and select Video > Set GStreamer source:

Use the following GStreamer pipeline to start the real time video in Mission Planner:

rtspsrc location=rtsp://smartlink.local:8554/camera/0 ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink sync=false

In case your system doesn't support local DNS (smartlink.local addressing) you will need to change smatlink.local to the static IP address of SmartLink: 192.168.168.100

Click OK to start the video feed:

After a few seconds the video feed will appear:

SmartLink