# Dependencies

{% hint style="info" %}
The code used for Feelix is based on the **SimpleFOC library v2.4.0**. \
For more details visit [**SimpleFOC.com**](https://simplefoc.com/)&#x20;
{% endhint %}

{% hint style="danger" %}
Installed libraries should match the versions specified in the documentation text below.
{% endhint %}

### Installation process for Arduino IDE

{% stepper %}
{% step %}

#### Install SimpleFOC library

* [ ] Open the **Library Manager** (Sketch > Include Library > Manage Libraries)
* [ ] Search for the [**Simple FOC**](https://simplefoc.com/) library and click **INSTALL v2.4.0**&#x20;
  {% endstep %}

{% step %}

#### Install SimpleFOCDrivers library

The Feelix MiniDriver uses the DRV8316C which requires the **SimpleFOCDrivers** library

* [ ] Open the **Library Manager** (Sketch > Include Library > Manage Libraries)
* [ ] Search for [**SimpleFOCDrivers** ](https://github.com/simplefoc/Arduino-FOC-drivers)and click **INSTALL v1.0.9**&#x20;
  {% endstep %}
  {% endstepper %}

<div><figure><img src="/files/STJVzfGPLtQ29gt58WpO" alt=""><figcaption><p>Installing SimpleFOC libraries using Arduino IDE.</p></figcaption></figure> <figure><img src="/files/4Ytj6W4BqZh2txEtWmFt" alt=""><figcaption></figcaption></figure></div>

### Installation process for Platform IO (Visual Code Studio)

{% hint style="danger" %}
This process has not been verified
{% endhint %}

{% stepper %}
{% step %}

#### Install SimpleFOC library

* [ ] Go to **Libraries**
* [ ] Search for **SimpleFOC** and click **INSTALL v2.4.0**
  {% endstep %}

{% step %}

#### Install SimpleFOCDrivers library

The Feelix Mini-Driver uses the DRV8316C which requires the SimpleFOCDrivers

* [ ] Go to **libraries**
* [ ] Search for **SimpleFOCDrivers** and click **INSTALL v1.0.9**&#x20;
  {% endstep %}
  {% endstepper %}

![Search SimpleFOC library Platform IO](/files/-MjsTtW5FcIx3mPv5IsR)


---

# 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/uploading-files/simplefoc.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.
