# Wiring

There are three methods of hooking up the board.

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2FHzrD2O8vKCWV4hTn9ZtB%2FWiring-Direct-BlueTooth-Link.png?alt=media\&token=31ff928b-3b54-45b5-9403-ef4fc39584e0)

This option requires transmitter that has a Bluetooth training module. Some transmitters, like FrSky, have this module preinstalled. Others, like Radio Master TX16s, allow adding this module by the user. See [Add in Bluetooth Module](https://headtracker.gitbook.io/head-tracker/getting-started/option-1-bluetooth#add-in-bluetooth-module).

{% hint style="info" %}
The picture above shows 2 different ways for powering the board. Setting power to one of the inputs will be enough. Although, voltage can be applied to both power inputs at the same time. In this case it is very important that the battery voltage should be not less than +5V. USB is connected to VIN via a Schottky diode. After that, power goes from VIN to the internal 3.3V regulator. So, if voltage on VIN will be less than the voltage on USB, the USB port will start charging the battery with uncontrolled current. The results will most likely be catastrophic. So, applying more than +5V to VIN will be always safe regardless if the USB cable is attached or not.
{% endhint %}

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2FyVwD2HChraVrsfKT5orT%2FWiring-Wired-Connection.png?alt=media\&token=5eb735fb-1e39-4640-8f46-f02823137fd2)

The Nano 33 BLE board is attached to the transmitter with a cable. Standard PPM connector does not have a power line in it. In this case battery or power from the USB port is required. The SBUS connector on the transmitter may have a power line. In this case it would be possible to power the Nano 33 BLE board from the transmitter.

{% hint style="danger" %}
!!! Some radios have been found to output too high a voltage on the trainer port. So far just the **Spektrum DX18**. This is causing the Nano 33 BLE to fail. \
\
Please see, [dx18](https://headtracker.gitbook.io/head-tracker/radio-setup/spektrum/dx/dx18 "mention") for a solution using a Zener diode to prevent high voltages on the PPM pin.
{% endhint %}

![](https://3767854731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Md5nSb70RWQSfl1nJPs%2Fuploads%2FLzO0UWUx8mrJUGLGxaMr%2FWiring-BlueTooth-Bridge.png?alt=media\&token=49b1eb64-db1f-4434-adf2-5ac8d7da7261)

This option is a combination of the first and the second. The first board operates in the same way as it works in the option 1, while the second board operates like in the option2, except it gets data from the Bluetooth connection instead of its IMU module.


---

# 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.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.
