# Setup

<figure><img src="/files/zn39cDggiOUKoKGqieaD" alt="" width="515"><figcaption><p>setup communication between Feelix motors</p></figcaption></figure>

### Programming Mode

<figure><img src="/files/mrLTsUD5TJOlcHbBnIde" alt="" width="563"><figcaption></figcaption></figure>

### Standalone Mode

<figure><img src="/files/AYxeDf9wlJxZez0HDE5J" alt="" width="563"><figcaption></figcaption></figure>

### Feelix - Arduino Setup

{% hint style="danger" %}
**Important:** Use a microcontroller with **3.3V logic**, such as the **ESP32**.\
❌ **Do NOT use** microcontrollers like the **Arduino UNO**, which use **5V logic** — this can **damage the components**.
{% endhint %}

<figure><img src="/files/USNc36HeiECMZqe1di2F" alt="" width="563"><figcaption></figcaption></figure>

### Feelink Setup

{% hint style="danger" %}
**Important:** Use a microcontroller with **3.3V logic**, such as the **ESP32**.\
❌ **Do NOT use** microcontrollers like the **Arduino UNO**, which use **5V logic** — this can **damage the components**.
{% endhint %}

<figure><img src="/files/67BMXnjtNpXthYnQpKBK" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.feelix.xyz/hardware-support/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.
