Edgeimpulse model deployment in nrf

Hai,
Can anyone please help ,how to deploy the edgeimpulse model to nrf52840 without OS?

Thanks

Hi @abcd4561,

Yes, you can build the Edge Impulse C++ SDK for any platform without the need for an OS (so long as you have a C++ compiler for that platform). I might recommend starting with some simple bare metal examples for the nRF52840, such as these: GitHub - andenore/NordicSnippets: Bare-metal examples for nRF51 and nRF52. Then, look into how to link the C++ SDK into your Nordic build system. This Linux example of a makefile is likely a good place to start: https://github.com/edgeimpulse/example-standalone-inferencing-linux/blob/master/Makefile