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
  • Telemetry
  • Video
  • Manual Control

Was this helpful?

  1. AVIONICS
  2. SmartLink

API and SDK

PreviousChange SettingsNextOther AP / GCS Support

Last updated 4 years ago

Was this helpful?

system allows real time HD video, telemetry and control from one unmanned system. features are fully integrated into and are compatible with most of the popular ground control station software such as QGroundControl, Mission Planner, etc.

Find out more on using SmartLink with other GCS devices here:

Thanks to Sky-Drones' extensive API on the system, users can take advantage of its features in any third party software too!

Telemetry

To access telemetry on the ground module use the following connection:

  • Type: UDP

  • Host: smartlink.local

  • Port: 14555

will forward all autopilot telemetry to this port.

There are two other connections available for interacting with onboard computers, other peripherals and 3rd party applications:

First:

  • Type: TCP

  • Host: smartlink.local

  • Port: 14556

Second:

  • Type: UDP

  • Host: smartlink.local

  • Port: 14557

Video

To access the video on the ground module use the following address:

  • Type: RTSP

  • HDMI Input 1: rtsp://smartlink.local:8554/camera/0

  • HDMI Input 2: rtsp://smartlink.local:8554/camera/1

To check the video stream using a standard GStreamer pipeline use the following command:

gst-launch-1.0 rtspsrc location=rtsp://smartlink.local:8554/camera/0 ! rtph264depay ! avdec_h264 ! autovideosink sync=false

Manual Control

Manual control comes as a part of other MAVLink telemetry messages. MANUAL_CONTROL message from MAVLink specification is recommended but not exclusive. You may use any manual control messages according to your specification. will act as a transparent transfer layer just like any other telemetry module.

SmartLink
SmartLink
SmartAP GCS
SmartLink with other GCS
SmartLink
SmartLink