Custom DSP block for deployment as Arduino library

Question/Issue: Custom DSP block for deployment as Arduino library

Project ID: 148396

Context/Use case: I have used a custom DSP block before the classifier and now I want to deploy the model as an Arduino library. Is it possible to do so? I am a beginner in using Edge Impulse although I have successfully deployed it as a C++ model but now for additional functionality I want to deploy it as an Arduino library so I can feed the data using AD8232 for classification. Somebody please help me in how to go about doing this.

Hello @sayani,

You would need to integrate the cpp implementation of your custom DSP on your main.cpp (or your .ino for arduino).

Please see the section Running on the device: Building custom processing blocks - Edge Impulse Documentation

Best,

Louis