edgeimpulse / example-standalone-inferencing-zephyr

17 stars 7 forks source link

Test Build

Edge Impulse Example: standalone inferencing (Zephyr)

This runs an exported impulse on most Zephyr development boards. See the documentation at Running your impulse locally (Zephyr).

Tested on

This example has been tested on the following Zephyr targets:

You can also run the example with Nordic nRF Connect SDK and the following boards:

If you run this example on a non-Arm development board you'll want to disable the CMSIS-DSP and CMSIS-NN macros in CMakeLists.txt, by adding the following definition:

-DEIDSP_USE_CMSIS_DSP=0