Deploy your library on Zephyr-based Nordic Semiconductor development board

is there a “example-standalone” source code with c extension instead of cpp

Hi @Ghazi,

Yes, you can find a main.c example here: GitHub - edgeimpulse/example-standalone-inferencing-c: Builds and runs an exported impulse locally (C).

Please note that you will still need a C++ compiler for the library, as many of the Edge Impulse and TensorFlow Lite source files are written in C++.

Thank you for your answer, but I want to deploy it on zephyr-based Nordic and I found just this
link: edgeimpulse/example-standalone-inferencing-zephyr (github.com)

1 Like