FreeTAKTeam / FreeTAKUAS

DJI drone flying app with integrations for FreeTAKServer
MIT License
80 stars 16 forks source link
android atak drone freetakserver rest tak uas

FreeTAKUAS

DJI drone flying app with integrations for FreeTAKServer (FTS)

Features include:

Connecting the DJI flight controller

The first time the app detects the DJI controller it will ask you to associate the controller USB device with FreeTAK UAS.

If you have not yet started FreeTAK UAS, you should see something like this USB0

If you have already started FreeTAK UAS, you should see something like this USB1

Configuration Screen

The configuration screen is where you enter the FreeTAKServer (FTS) IP and port, FTS API token, RTMP IP and port, and your drone identifier. Screenshot_20210801-223213_FreeTAK UAS

IP addresses and port numbers are entered in the IP:Port format, (e.g. 10.11.12.13:19023)

All fields are required to be populated in order to proceed to the drone flight screen. In addition to the configurations the DJI SDK will register itself as well as detect the Flight Controller. There are two Toast messages that indicate a successful SDK registration and controller detection.

Once all of the configurations are entered and the SDK registers and the controller inits the UAS button will be enabled

Object detection

unknown

Roadmap / New Feature Ideas

1) Automatic COT placement when using Object Detection 2) ATAK Plugin to display everything in a DropDownReceiver

build

If a developer wishes to build this app, they must construct a local.properties file on their local device. They must generate a few API keys and tokens from various sites such as DJI and Here, among others

Screen Shot 2022-05-22 at 3 39 49 PM

It may be helpful to include documentation that informs a developer what API keys and values are needed and how to properly construct their local.properties file