# 3rd party Doodle Labs

{% hint style="info" %}
This guide assumes, that you are using your own, or 3rd party Doodle Labs radio wearable module.
{% endhint %}

In this scenario, we will show how to set up:

* communication between radio and UAV Doodle Labs
* GCS to Doodle Labs radio connection using WiFi

{% hint style="warning" %}
Make sure, that your Doodle Labs radio has same firmware as our Doodle Labs module in the UAV. To check firmware versions or flash new firmware, see links below:

* [Checking out firmware version](/uas-platforms/discovery-stribog/stribog-uas-user-manual/doodle-labs/checking-out-firmware-version.md)
* [Flashing new firmware](/uas-platforms/discovery-stribog/stribog-uas-user-manual/doodle-labs/flashing-new-firmware.md)
  {% endhint %}

### Connecting Doodle Labs modules

For the radio and UAV Doodle Labs to communicate, you need to **set up in both radios** the same:

* **Frequency**
* **Channel**
* **Bandwidth**

Instructions on how to check mentioned parameters can be found in section [Inspect Modules](/uas-platforms/discovery-stribog/stribog-uas-user-manual/doodle-labs/inspect-modules.md).

Instructions how to change mentioned parameters can be found in section [Setup Modules](/uas-platforms/discovery-stribog/stribog-uas-user-manual/doodle-labs/setup-modules.md).

After setting up both modules, the RSSI and the WIFI lights should be on, indicating they are able to communicate.

### Connecting GCS to Doodle Labs

To see how to set up GCS, please refer to [3rd party GCS](/uas-platforms/discovery-stribog/stribog-uas-user-manual/connecting-to-stribog-uas/3rd-party-gcs.md) section.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airvolute.com/uas-platforms/discovery-stribog/stribog-uas-user-manual/connecting-to-stribog-uas/3rd-party-doodle-labs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
