... | @@ -15,7 +15,18 @@ To associate the flight plan with the telemetry we must include the serial numbe |
... | @@ -15,7 +15,18 @@ To associate the flight plan with the telemetry we must include the serial numbe |
|
|
|
|
|
Our GCS uses the DJI SDK version 4.16 which is compatible with DJI drone models:
|
|
Our GCS uses the DJI SDK version 4.16 which is compatible with DJI drone models:
|
|
Release notes and compatibilities are here: https://developer.dji.com/document/122b5969-d64d-4752-8452-400c41240aa5
|
|
Release notes and compatibilities are here: https://developer.dji.com/document/122b5969-d64d-4752-8452-400c41240aa5
|
|
|
|
The .apk is provided by ITG.
|
|
|
|
|
|
|
|
Steps to emit telemetry.
|
|
|
|
1. Connect the Android device with the GCS installed in the drone controller as any GCS.
|
|
|
|
2. Open the GCS.
|
|
|
|
3. Login
|
|
|
|
|
|
|
|
Insert your credentials on the login page. I.e.
|
|
|
|
user: external-user
|
|
|
|
password: external-user
|
|
|
|
|
|
|
|
3. Configure your drone serial name. In order to correlate your aircraft with the asigned FP you need to set the droneSerial seleccted in FP.For that, we select the left lateral menu and then go to
|
|
|
|
|
|
|
|
|
|
# End Point connection
|
|
# End Point connection
|
... | @@ -132,3 +143,6 @@ An example of target report would be: |
... | @@ -132,3 +143,6 @@ An example of target report would be: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Obtain token
|
|
|
|
To obtain the token necessary for sending telemetry, you need to make a GET request to this URL dev-dsdp-acquisition.airus-suite.com/api/token?username=external-user&password=external-user
|
|
|
|
In this case the user is external-user and the password is also external-user. In case you use another user is needed to replace these parameters. |