Voss Connection Detection  1
Detect a connector click using realtime code on Bela hardware
Voss Connection Detection on Bela

Important information

The file config.h contains the most important configuration settings. Please tune these settings to the system under consideration.

The file thresholds_config.h contains the initial settings for threshold detection.

Installation with Bela Gui

Copy all the contents of the src/ directory to a Bela GUI project. Press run. Open the Scope to see raw output. Open the GUI to see processed output.

Usage of ML classification models

When using custom ML classification models in the Eloquent form, we need to apply some processing on it to generate a proper file suitable for the Bela board. This has to do with some values which are given as doubles, which should be floats. To process these, use the script convert_ml.py.