The deployment options in Edge Impulse combine all your configuration, signal processing blocks, learning blocks into a single package. You can include this package in your own application to run the impulse locally.These tutorials show you how to run your impulse, but you’ll need to hook in your sensor data yourself. We have a number of examples on how to do that in the Data forwarder documentation, or you can use the full firmware for any of the fully supported development boards as a starting point - they have everything (including sensor integration) already hooked up.
Did you know?You can build binaries for supported development boards straight from the studio. These will include your full impulse. See Run Edge Impulse firmwares
Impulses can be deployed as a C++ library. The library does not have any external dependencies and can be built with any C++11 compiler. We have end-to-end guides for: