# Setup

XBLink Mini hardware connection mainly includes SIM, Antenna, XBCamera V2, Flight Controller and Power up.

### Nano SIM Card <a href="#sim-card" id="sim-card"></a>

XBLink Mini supports push-push NanoSim connector.

Insert your SIM card into the SIM Card slot, the chip contacts have to **face up**.

{% hint style="info" %}
The SIM card is recessed into the enclosure and you might need a tool to push it into the socket. You can hear a click when the card is inserted.
{% endhint %}

To remove the SIM card, push onto the card with a tool. You can hear a "click" and the card will be pushed out of the enclosure. To remove the card again, push it in once more and it will pop out.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTEnid8slfk8yG87EyboI%2Fuploads%2FeZyDcv0Nv9gEMlPi6E4J%2FSIM_card.png?alt=media&#x26;token=a5cf20ca-aa2a-4f22-b57c-0f4709fc67da" alt=""><figcaption><p>SIM Card must be faced up</p></figcaption></figure>

### Antenna <a href="#antenna" id="antenna"></a>

Connect the two LTE antennas to the MMCX connectors.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTEnid8slfk8yG87EyboI%2Fuploads%2FQotzKGTvnI9M0DvmzRY1%2FAntenna.png?alt=media&#x26;token=e17eef76-ee09-4889-8a8e-319f50781f2f" alt=""><figcaption><p>Connect LTE Antennas to XBLink Mini</p></figcaption></figure>

{% hint style="danger" %}
**Note:** Be careful with the antenna port. Remove or Install it in a **straight angle**.

**We are not responsible if the antenna is damaged due to physical impact**
{% endhint %}

{% hint style="info" %}
**Antenna installation and removal instructions:** [**here**](https://www.youtube.com/watch?v=lAXGtti88gc)
{% endhint %}

### XBCam V2

Connect XBCam V2 to USB type C port.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTEnid8slfk8yG87EyboI%2Fuploads%2FbOHMMNYwGfJyEHAUlEMv%2FXBCam_Mini.png?alt=media&#x26;token=7cd2febb-0111-405f-8e2d-48b9cc736b6f" alt=""><figcaption><p>Connect XBCamera V2 to XBLink Mini</p></figcaption></figure>

{% hint style="info" %}
**Note:** We **ONLY** support XB Camera for this model.
{% endhint %}

### Connect Flight Controller (Telemetry)

You can use Telemetry 1 or 2 of Pixhawk for connection with XBLink Mini via [**COM1/AUX**](/xblink-5g-r2/user-manual/getting-started/interfaces.md#com1-aux-j3) port.

<div><figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTEnid8slfk8yG87EyboI%2Fuploads%2FCq7lmEeWRMyJLDMHalXT%2FFC_connect_MINI.png?alt=media&#x26;token=63b99fe3-f5ce-4d45-a8bb-8681b10e324c" alt=""><figcaption><p>Connect <em>Pixhawk</em> to XBLink Mini</p></figcaption></figure> <figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTEnid8slfk8yG87EyboI%2Fuploads%2FdmELPBVaN5ztGKrn4HDA%2FTelem_setup_Mini.png?alt=media&#x26;token=7a4a4af3-35bd-43f8-a166-e0bd2f72a028" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Note:** Config baud rate of Pixhawk to 57600, SERIAL1\_BAUD (Default 57, it means 57600), SERIAL1\_PROTOCOL: 2 (MAVLink 2)
{% endhint %}

### Power up

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTEnid8slfk8yG87EyboI%2Fuploads%2FVtnxLpuWSrRhbCjZ9hka%2FPower_jst_MINI.png?alt=media&#x26;token=84ae08aa-896b-4bc7-969a-2f0e2b32bba0" alt=""><figcaption><p>Power up XBlink Mini</p></figcaption></figure>

XBLink Mini supports 7-30V voltage input. We highly recommend **3-4 S battery or 12V DC UBEC** (minimum 3A) to power (6S battery is possible but make sure it's high quality and low discharge)

{% hint style="danger" %}
If you use low quality or high discharge 6S battery for drone, we are not responsible for damage.
{% endhint %}

### Done

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTEnid8slfk8yG87EyboI%2Fuploads%2FktY2LF7JTgox9e14bLve%2FFull_setup.png?alt=media&#x26;token=327182c5-087f-480f-863b-d5c93c7c26d3" alt=""><figcaption><p>Completion of setup XBLink Mini</p></figcaption></figure>

Once XBLink Mini's LED has the green color continue to the next step to connect it to [XBStationPillotApp](/xblink-mini/user-manual/xbstationpilotapp.md).

More information: [here](https://www.youtube.com/watch?v=qTjosVhCdic)

{% embed url="<https://www.youtube.com/watch?v=qTjosVhCdic>" %}


---

# 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.xbstation.com/xblink-mini/user-manual/getting-started/setup.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.
