For the complete documentation index, see llms.txt. This page is also available as Markdown.

Troubleshooting

Solutions to common issues with Feelix.

General

Motor is not behaving as expected

Code is not compiling

Feelix Mini-Driver is not recognized

Feelix - Haptic Design Tool

The Feelix Mini-Driver does not connect with the Feelix Haptic Design Tool

Motor is not behaving as expected

Motor cursor does not move

Feelix is not loading properly

If nothing is working..

STM32CubeProgrammer installation

Arduino uses STM32CubeProgrammer in the background to upload code via DFU. If the Arduino IDE cannot find STM32CubeProgrammer on MacOS, it is usually because the stm32_cubeprogrammer_CLI executable is not in the file path expected by the IDE. You can restore this in the terminal.

Use the following command in the terminal:

You can verify if the path is restored with the following command:

If you get a getopt error after uploading, you can install gnu-getopt with homebrew using the following command:

If homebrew is not installed, run the following command:

ESP32 is not recognized

Usually this issue is caused by a missing driver. Download and install the CP2102 driver to resolve the issue.

Last updated

Was this helpful?