# Doodle Labs Data Link

## Doodle Labs mini-OEM Mesh Rider® Radio

{% hint style="info" %}
Doodle Labs mini-OEM is supported by AuterionOS 2.12.8 and later. Please refer to the official mini-OEM documentation on how to connect and configure the radios.
{% endhint %}

The subsequent documentation requires firmware version 2023 05.01 LTS on the Doodle Labs mini-OEM:

{% file src="/files/xS6PFI1aX8GqfQsgS2vJ" %}

### Configuring the Air Unit and Skynode

![](/files/dQbc320MDZo1Oqtbq9Et)

1. Power off the radio and connect its Ethernet interface to J7 (Ethernet) of Skynode.\ <img src="/files/pXEb3xp1Y9uHwAHke7hN" alt="" data-size="original"> \\
2. Set the following environment variable on Skynode. Please refer to [our section about environment varaibles](/hardware-integration/auterionos-system-guide/environment-variables.md) for details about how to change environment variables on Skynode. Once this is done, power-cycle Skynode to apply the new configuration.

```
AP_CONFIGURE_ETHERNET_IP=10.223.0.5/16
```

{% hint style="info" %}
In case you want or need to have custom settings for your Doodle Labs Radio Link, the variables to set are the following:

```
AP_CONFIGURE_ETHERNET_IP=10.223.0.5/16
PAIRING_MNG_ENCRYPTION_KEY=CustomEncryptionKey
PAIRING_MNG_PAIRING_NETWORK_ID=CustomNetworkId
PAIRING_MNG_PAIRING_CHANNEL=2484
```

{% endhint %}

### Configuring the Ground Unit and the Ground Station

![](/files/dQbc320MDZo1Oqtbq9Et)

1. Power off the radio and connect it to the Ground Station via Ethernet.
2. Set the IP of the Ground Station to static and set it to **10.223.0.4/16**
3. Open AMC
   1. Click on the **Connect to vehicle** (top-left of the window)\
      ![](/files/aks9XIfRjU7Vd6oVgt3s)
   2. In the Connection Manager pop up window, click on **Pair Vehicle**\ <img src="/files/5HtMiGXI3WG36LQ31VV1" alt="" data-size="original">
   3. Click on the **gear** in the new pop up window\ <img src="/files/a0M5VQRjBCwguwBiWdlf" alt="" data-size="original">
   4. Select **DoodleLabs** from the drop down list and click on **Add**\ <img src="/files/qRXvoP7Ae0lBk9duVruv" alt="" data-size="original">
   5. Leave everything default and wait for the Ground Station to detect the radio\ <img src="/files/Jpj6VdplP2FZyhrHkChM" alt="" data-size="original">

{% hint style="info" %}
In case you want or need to have custom settings for your Doodle Labs Radio Link, set the **Encryption key**, the **Network ID** and the **Pairing Channel** accordingly.
{% endhint %}

### Doodle Labs Pairing

After everything has been configured and wired, Skynode can be connected to AMC through the Doodle Labs Radio Link. The connection is managed by AMC.

1. Power Skynode, the Doodle Labs Air Unit, the Ground Station and the Doodle Labs Ground Unit. Wait until everything has fully booted.
2. Open AMC in *Fly View* (default).
3. Click again on **Connect to vehicle**\
   ![Microhard Radio](/files/aks9XIfRjU7Vd6oVgt3s)

   NOTE: If the pair vehicle icon is not present, select **menu > Settings > General**, and then select the checkbox: **Use Connection Manager.** The “**Connect to vehicle**” button should appear.
4. If no vehicles have previously been paired Mission Control will display the pairing dialog.![Microhard Radio](/files/a0M5VQRjBCwguwBiWdlf)
5. Wait approximately one minute and your vehicle (in the picture, skynode-000006013) will show up in the pairing window.\ <img src="/files/ZfrsBU8hf5pUsPxtMqbm" alt="" data-size="original">
6. Press **Pair** to complete the pairing and to connect to the vehicle.\
   ![Microhard Radio](/files/1vndL8TW4WU5eE035i7a)
7. Once the vehicle is connected, Auterion Mission Control will:
   * Display the following dialog, press **Done** to finish pairing.\ <img src="/files/ZlH8yfXUnEGuiFrsx4ff" alt="" data-size="original">
   * Display the Skynode as *skynode* in the top bar.\
     ![](/files/hCKNgOsg1YSbXWpQoeGx)


---

# 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.auterion.com/hardware-integration/skynode/advanced-configuration/doodle-labs-data-link.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.
