You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/integrations/edge_impulse.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Integration overview
25
25
Before integrating the Edge Impulse machine learning model into an |EAI| application, you must prepare and deploy the machine learning model for your embedded device.
26
26
This model is prepared using the `Edge Impulse studio`_ external web tool.
27
27
It relies on sensor data that can be provided by different sources, for example data forwarder.
28
-
Check the :ref:`ei_data_forwarder_sample` sample for a demonstration of how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
28
+
Check the :ref:`include_ei_data_forwarder_sample` sample for a demonstration of how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
29
29
30
30
The machine learning model is distributed as a single :file:`zip` archive that includes C++ library sources.
31
31
This file is used by the |NCS| build system to build the Edge Impulse library.
@@ -53,7 +53,7 @@ This tutorial will guide you through the following steps:
53
53
54
54
.. note::
55
55
You can use one of the development boards supported directly by Edge Impulse or your mobile phone to collect the data.
56
-
You can also modify the :ref:`ei_data_forwarder_sample` application and use it to forward data from a sensor that is connected to any board available in the |NCS|.
56
+
You can also modify the :ref:`include_ei_data_forwarder_sample` application and use it to forward data from a sensor that is connected to any board available in the |NCS|.
57
57
58
58
#. Designing your machine learning model (an *impulse*).
59
59
#. Deploying the machine learning model to use it on an embedded device.
@@ -87,4 +87,4 @@ Applications and samples
87
87
88
88
The following samples demonstrate the Edge Impulse integration in the |EAI|:
89
89
90
-
* :ref:`ei_data_forwarder_sample` sample - demonstrates how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
90
+
* :ref:`include_ei_data_forwarder_sample` sample - demonstrates how you can send sensor data to Edge Impulse studio using `Edge Impulse's data forwarder`_.
0 commit comments