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.Documentation Index
Fetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
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
C++ library tutorials
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:- General
- Desktop
- Android
- Alif Ensemble Series devices
- Espressif ESP-EYE (ESP32)
- Himax WE-I Plus
- Raspberry Pi RP2040
- SiLabs Thunderboard Sense 2
- Sony Spresense
- Syntiant TinyML Board
- TI LaunchPad using GCC and the SimpleLink SDK
- Zephyr on a Nordic development boards
