This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Running Edge Impulse on nRF52840 in a custom board.

I am trying to deploy an trained Impulse module into nRF52840, but not sure about how to do it.

In the edge impulse documentation, they mention we can link the impulse from any c application, by compiling the impulse as a shared library and link to it from a C application.

So as per instructions I have built the impulse as a shared library and have produced an shared library file (.so file).

What I need help with is linking it to my nRF application. I have no clue on how to do it.

I looked into a default blink example in the nrf-sdk built using armgcc with a makefile, in hope to include the impulse shared library in it and build an application, but to be frank the makefile written in the nrf-sdk is quite difficult for me to follow.

Please can anyone help me and point me in the right direction on how to including the shared library '.so' file with any default application in the nrf-sdk.

Parents Reply Children
No Data
Related