Menu
Cart 0

Controlling a drone through your own Dronekit application over 4G/LTE

Posted by Sky Drone Team on

Updated 17 December, 2016: Demo Video added.

 

Sky Drone FPV 2 with DronekitSky Drone FPV supports the Dronekit framework out of the box and makes it easier than ever for developers to create applications for autonomous drone control.

The Sky Drone FPV Client will automatically expose the MAVLink data of your drone via a local TCP server that can be used by Dronekit.

This is how it all works together:

Sky Drone FPV 2 + Dronekit via 4G / LTE Cellular Networks (with Telemetry & Control Channel)

Using Dronekit for Python, all you have to do is setting the connection parameter to the localhost (127.0.0.1) TCP server on port 5235:

vehicle = connect('tcp:127.0.0.1:5235')

Now you can program and test your code directly from the Groundstation side instead of running your Dronekit application on a companion computer on your drone. This makes testing much easier and productive through shorter iteration cycles.

This is a simple hello world program which gets data from your 4G/LTE connected drone on the groundstation side, even if your drone is thousands of kilometers away:

It really is that simple.

After you got your feed wet with status query commands, you can easily transition to commands for autonomous takeoff and flying complicated manoeuvres. See the Dronekit for Python Guide for more information.

Demo Video: DroneKit + Sky Drone FPV 2 control a drone

All tech specs of the Sky Drone FPV 2 can be found on the official Sky Drone FPV 2 product page.


Share this post



← Older Post Newer Post →


Leave a comment

Please note, comments must be approved before they are published.