> For the complete documentation index, see [llms.txt](https://docs.feelix.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feelix.xyz/uploading-files/simplefoc.md).

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