Feelix Arduino Library
The C++ library is available for 32 bit boards (Arduino, Teensy, STM32, and ESP32). The Arduino Library for the Feelix Design Tool needs to be uploaded to the microcontroller.
Last updated
Was this helpful?
The C++ library is available for 32 bit boards (Arduino, Teensy, STM32, and ESP32). The Arduino Library for the Feelix Design Tool needs to be uploaded to the microcontroller.
Last updated
Was this helpful?
Compile and upload to the Feelix MiniDriver for use with the Haptic Design Tool.
Just upload this code using Arduino IDE. Don't add it to the Arduino IDE's 'libraries' directory.
After you exported effects in Feelix, you can use the FeelixEffect library to import them in your code. You can no longer connect with Feelix when using this library.
Extract this folder and place it in the Arduino IDE's 'libraries' directory to access the example sketches from the File menu. Be sure to remove any older versions of the library first.
Want to learn about how to embed the effects in your Arduino code? Have a look at the
This library does not work with the Feelix Design Tool. It only allows you to import exported effects created in Feelix and allows you to write your custom code for Feelix using the .
Follow the these when uploading to STM32 for the first time.