# FrSky Taranis X9D

### Connections for Taranis X9D+

{% hint style="warning" %}
**Note**: newer the Taranis X9D+ 2019 doesn't work with SBUS. You have to use PPM or Bluetooth direct with an internal module.
{% endhint %}

Thanks to [SilentZen](https://github.com/SilentZen) and [Ltom78](https://discord.com/channels/827622724565467196/827622724565467199/918557606975512596) for this information

### Wiring

* X9D Pin 1 (Ground) -> Arduino Nano GND
* X9D Pin 2 (VMAIN) -> Arduino Nano Vin
* X9D Pin 3 -> Not Connected
* X9D Pin 4 (SBUS\_INPUT) -> Arduino Nano P1.03 (TX)

![](https://user-images.githubusercontent.com/16260816/113579100-b9c65b80-961b-11eb-973e-ed3e8a1afebd.jpg)

### Head Tracker - GUI Setup&#x20;

The X9D requires inverted SBUS. Setup the GUI like below. If using as a Bluetooth receiver set the Update rate to 80Hz which will match the Bluetooth rate.

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2FQV9iBf99CyVxwVtcToIG%2FX9Dpic3.png?alt=media\&token=5d8dcf23-f0e2-4c70-a8ac-9fad5e125288)

### Radio Setup

#### 1 - Connect to radio and have Head Tracker configured and powered up

#### 2 - Long press Menu, Page to Hardware, Set Serial port to SBUS Trainer

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2Fj83nEBh5QovdTieirBSf%2FX9Dpic1.png?alt=media\&token=76f189e8-ffd1-44f6-b898-a352ed315af6)

#### 3 - Press menu, Press Page, Set Trainer Mode to Master/Serial

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2FsjALM6fhtheQ4yrrJUgl%2FX9Dpic4.png?alt=media\&token=ea19648b-14b3-4fc8-93ec-d57deef190fb)

{% hint style="warning" %}
Reboot the radio after above changes.
{% endhint %}

#### 4 - You should see the Trainer Icon in the Top Right of the Main screen if the data is being received properly

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2FD8x9XqmsJRzioICFnESk%2FX9Dpic5.png?alt=media\&token=1ef7e397-1a1f-4b91-8296-33896b79e462)


---

# 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://headtracker.gitbook.io/head-tracker/getting-started/wiring/option-2-wired/serial-bus-sbus/frsky-taranis.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.
