Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edgeimpulse/example-standalone-inferencing-zephyr
https://github.com/edgeimpulse/example-standalone-inferencing-zephyr
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgeimpulse/example-standalone-inferencing-zephyr
- Owner: edgeimpulse
- Created: 2020-10-12T06:57:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T11:36:45.000Z (about 1 year ago)
- Last Synced: 2024-11-14T09:39:09.318Z (28 days ago)
- Language: CMake
- Size: 5.16 MB
- Stars: 17
- Watchers: 18
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zephyr-rtos - Edge Impulse - Machine learning on edge devices. (Libraries / IoT & Cloud)
README
[![Test Build](https://github.com/edgeimpulse/example-standalone-inferencing-zephyr/actions/workflows/test-build.yml/badge.svg?branch=master)](https://github.com/edgeimpulse/example-standalone-inferencing-zephyr/actions/workflows/test-build.yml)
# 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)](https://docs.edgeimpulse.com/docs/running-your-impulse-locally-zephyr).
## Tested on
This example has been tested on the following Zephyr targets:
* [apollo4p_blue_kxr_evb](https://docs.zephyrproject.org/latest/boards/ambiq/apollo4p_blue_kxr_evb/doc/index.html)
* [nrf52dk_nrf52832](https://docs.zephyrproject.org/latest/boards/nordic/nrf52dk/doc/index.html)
* [nrf52840dk_nrf52840](https://docs.zephyrproject.org/latest/boards/nordic/nrf52840dk/doc/index.html)
* [nrf5340dk_nrf5340_cpuapp](https://docs.zephyrproject.org/latest/boards/nordic/nrf5340dk/doc/index.html)
* [nrf9160dk_nrf9160](https://docs.zephyrproject.org/latest/boards/nordic/nrf9160dk/doc/index.html)You can also run the example with Nordic nRF Connect SDK and the following boards:
* [thingy91_nrf9160_ns](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/working_with_nrf/nrf91/thingy91.html#building-and-programming-from-the-source-code)
* [thingy53_nrf5340_cpuapp](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/working_with_nrf/nrf53/thingy53.html#building-and-programming-from-the-source-code)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](CMakeLists.txt), by adding the following definition:
```
-DEIDSP_USE_CMSIS_DSP=0
```