<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53</link><description>Hi 
 I was working on an application sample for some days named &amp;quot;Machine learning&amp;quot; which is located at nrf/application, but facing a huge amount of issues connecting the board to edge impulse studio. 
 So while searching for the answer I found https:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Feb 2023 09:58:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53" /><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/409787?ContentTypeID=1</link><pubDate>Tue, 14 Feb 2023 09:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cdc85c9-dd79-47ea-acf0-c24e4da59078</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="sachinrawat"]This is a very disappointing answer from a senior resource person.[/quote]
&lt;p&gt;There really is no need for me to provide more steps than what is given in the documentation. You are not providing me with all the information as the issue is inconsistent, with regards to you initial issue.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In order for you to download an Edge Impulse project to the nRF Connect SDK project, you will need to verify that you have&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/ug_edge_impulse.html#preparing-the-machine-learning-model"&gt;Prepared the machine learning model&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The nRF Machine Learning application connects to a&amp;nbsp;private Edge Impulse project:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;# Use the NCS machine learning model for acceleration readouts coming from HW accelerometer
CONFIG_EDGE_IMPULSE=y
CONFIG_EDGE_IMPULSE_URI=&amp;quot;http://studio.edgeimpulse.com/v1/api/33184/deployment/download?type=zip&amp;amp;modelType=int8&amp;quot;
CONFIG_EI_WRAPPER=y
CONFIG_EI_WRAPPER_DATA_BUF_SIZE=1000&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;In you case you will need to &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/ug_edge_impulse.html#downloading-from-a-private-project"&gt;follow the steps under Downloading from a private project&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// Edit XYZ to your project ID visible in Dashboard in Edge Impulse Studio
CONFIG_EDGE_IMPULSE_URI=&amp;quot;https://studio.edgeimpulse.com/v1/api/XYZ/deployment/download?type=zip&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676368254507v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Which should download your edge impulse project to the build folder of you nRF Machine Learning sample. But make sure that your model is trained and deployed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/409728?ContentTypeID=1</link><pubDate>Tue, 14 Feb 2023 05:07:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47040c6e-45f0-454f-9fa8-65760a9d4e92</guid><dc:creator>Sachin Rawat</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/oys"&gt;Øyvind&lt;/a&gt;&amp;nbsp;&lt;br /&gt;This is a very disappointing answer from a senior resource person.&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/409598"]I built the application following the documentation. No alteration done to the application.&amp;nbsp;[/quote]
&lt;p&gt;I understand you have followed the documentation, but don&amp;#39;t you think that I must also have followed the documentation?&lt;br /&gt;I understand that there is something that I misinterpret from your documentation that must be you have interpreted correctly. That is why I ask you a favour to tell me for steps.&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/409598"]Please&amp;nbsp;see your applicaiton.[/quote]
&lt;p&gt;I asked you for prj.conf as well as to share what you have provided in cmake argument for API key in actual, and you have answered this.&lt;/p&gt;
&lt;p&gt;BTW Can you tell me what to write in the&amp;nbsp;&lt;span&gt; -DEI_API_KEY_HEADER:STRING=&amp;quot;x-api-key:aadajsjdhdjf&amp;quot;&amp;nbsp; &amp;nbsp;exactly, by looking at the below image?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676350978203v1.png" alt=" " /&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/409598"]&lt;p&gt;I used v2.2.0. Is there a reason for using v1.9.1?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;As my other project is working on ncs1.9.1 so I choose this version for the machine learning project also.&lt;/p&gt;
&lt;p&gt;I have downloaded and tested using v2.2.0, but still facing the same issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/409598?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2023 13:15:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bcd1a3c-4fc2-427e-b694-5718ca9af013</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user="sachinrawat"]1. What are the complete steps or add on you have done in the default sample, so that you are not facing the error like API key, deviceID and devicetype.[/quote]
&lt;p&gt;I built the application following the documentation. No alteration done to the application.&amp;nbsp;&lt;/p&gt;
[quote user="sachinrawat"]2. Please share your prj.conf, and show me the actual line what you have passed as an cmake argument for API key(you can make this ticket private in order to share the&amp;nbsp;&lt;span&gt;confidential&amp;nbsp; data but I need the actual thing)&lt;/span&gt;[/quote]
&lt;p&gt;Please&amp;nbsp;see your applicaiton.&lt;/p&gt;
[quote user="sachinrawat"]ncs v1.9.1[/quote]
&lt;p&gt;I used v2.2.0. Is there a reason for using v1.9.1?&lt;/p&gt;
&lt;p&gt;-Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/409578?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2023 12:16:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:091cffe0-d477-4cb6-9c7a-c272e45bac39</guid><dc:creator>Sachin Rawat</dc:creator><description>&lt;p&gt;Hi, can you please respond fast&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/409262?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 05:11:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fb6d394-8dad-444d-a57d-354f4712a77d</guid><dc:creator>Sachin Rawat</dc:creator><description>[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/409189"]I get the following output when connecting to Edge Impulse[/quote]
&lt;p&gt;Fabulous, This is what I want.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Okay, now I know what will be successful connectivity will look like.&lt;/p&gt;
&lt;p&gt;Please help me more by by sharing&lt;/p&gt;
&lt;p&gt;1. What are the complete steps or add on you have done in the default sample, so that you are not facing the error like API key, deviceID and devicetype.&lt;/p&gt;
&lt;p&gt;2. Please share your prj.conf, and show me the actual line what you have passed as an cmake argument for API key(you can make this ticket private in order to share the&amp;nbsp;&lt;span&gt;confidential&amp;nbsp; data but I need the actual thing)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/409189"]Do you have a user on Edge Impulse Studio? [/quote]
&lt;p&gt;Yes, I have and it is private account.&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/409189"] If so, do you have a project to where you have collected data and trained your model?[/quote]
&lt;p&gt;Yes, I named it as&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676005692961v1.png" /&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/409189"]What version of nRF Connect SDK are you running?[/quote]
&lt;p&gt;ncs v1.9.1&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is what I get when I tried&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676006911967v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Your assistance would be greatly valued.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/409189?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 14:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:202d27dc-d024-41a9-8828-6c97e51545fd</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Using the out-of-box configuration of nRF Machine Learning, built for the Thingy:53 and connecting it to my nRF52840DK running Bluetooth: Central UART, I get the following output when connecting to Edge Impulse&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/7587.pastedimage1675952419788v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Note that I have tested the connection in the background to a PuTTy terminal to verify data. This is enabled by long pressing the button on the Thingy:53 putting it in Data Forwarder modus.&lt;br /&gt;&lt;br /&gt;Do you have a user on Edge Impulse Studio? If so, do you have a project to where you have collected data and trained your model? Adding the API in your project should download this model and add to your project.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;What version of nRF Connect SDK are you running?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/409136?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 11:57:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be301b0b-6cfc-4a7b-a290-af4086051d2c</guid><dc:creator>Sachin Rawat</dc:creator><description>&lt;p&gt;When I tried to fire the command &amp;quot;edge-impulse-daemon&amp;quot;, the following messages and errors came up.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Microsoft Windows [Version 10.0.22621.1105]
(c) Microsoft Corporation. All rights reserved.

C:\Users\sachi&amp;gt;edge-impulse-daemon
Edge Impulse serial daemon v1.17.0
Endpoints:
    Websocket: wss://remote-mgmt.edgeimpulse.com
    API:       https://studio.edgeimpulse.com
    Ingestion: https://ingestion.edgeimpulse.com

? Which device do you want to connect to? COM17 (Microsoft)
[SER] Connecting to COM17
[SER] Serial is connected, trying to read config...
[SER] Retrieved configuration
[SER] Device is running AT command version 1.0.0

Setting upload host in device...Error while setting up device Error: Failed to set upload host: p
    at EiSerialProtocol.setUploadHost (C:\Users\sachi\AppData\Roaming\npm\node_modules\edge-impulse-cli\build\shared\daemon\ei-serial-protocol.js:298:19)
    at async setupWizard (C:\Users\sachi\AppData\Roaming\npm\node_modules\edge-impulse-cli\build\cli\daemon.js:601:17)
    at async SerialConnector.connectLogic (C:\Users\sachi\AppData\Roaming\npm\node_modules\edge-impulse-cli\build\cli\daemon.js:478:17)
[SER] Cannot connect to remote management API using daemon, failed to read apiKey, deviceId or deviceType from device. Restarting your development board might help. Retrying in 5 seconds...
[WS ] Connecting to wss://remote-mgmt.edgeimpulse.com
[WS ] Connected to wss://remote-mgmt.edgeimpulse.com
[WS ] Failed to authenticate, API key not correct? Missing deviceId&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But I have already added the API key as cmake argument, and changed the project ID on the URI as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/408843?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 11:57:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3956a660-06ed-491b-9cfd-347c30d45368</guid><dc:creator>Sachin Rawat</dc:creator><description>[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/408831"]The Thingy:53 comes&amp;nbsp;&lt;span&gt;pre-installed with the firmware to work with&amp;nbsp;the&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Edge-Impulse"&gt;nRF Edge Impulse&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;app for iOS and Android.&amp;nbsp;This is the Edge Impulse (&lt;em&gt;edge_impulse_1.0.0_thingy53_nrf5340.zip&lt;/em&gt;) found in the precompiled package &lt;a href="https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-53/Downloads"&gt;found under the downloads tab for Thingy:53&amp;nbsp;product page&lt;/a&gt;.&lt;/span&gt;[/quote]
&lt;p&gt;&lt;strong&gt;I know, I have heard this many times, but it is actually different in practical&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The already flashed thingy53 is having different hex in it&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/408831"] &lt;a href="https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-53/Downloads"&gt;found under the downloads tab for Thingy:53&amp;nbsp;product page&lt;/a&gt;.[/quote]
&lt;p&gt;&lt;strong&gt;and this precompiled is different, I have tested it. The LEDs are not showing the same behaviour as well as the edge impulse code from the downloaded precompiled code is not even advertising&lt;/strong&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/96466/how-to-resolve-a-build-error-in-zephyr-while-building-the-edge-impulse-precompiled-sample-for-thingy-53/408831"]In order to connect this sample to the Edge Impulse Studio you will need to forward data&amp;nbsp;using Edge Impulse own data forwarder.&amp;nbsp;&lt;span&gt;To forward the collected data using&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.edgeimpulse.com/docs/cli-data-forwarder"&gt;Edge Impulse’s data forwarder&lt;/a&gt;&lt;span&gt;, you must install the Edge Impulse CLI. See&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.edgeimpulse.com/docs/cli-installation"&gt;Edge Impulse CLI installation guide&lt;/a&gt;&lt;span&gt;&amp;nbsp;for instructions. When building the nRF Machine Learning application for Thingy:53 is requires to use NUS to communicate with&amp;nbsp;an additional development kit that is able to run the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/samples/bluetooth/central_uart/README.html#central-uart"&gt;&lt;span&gt;Bluetooth: Central UART&lt;/span&gt;&lt;/a&gt;&amp;nbsp;sample.&lt;/span&gt;[/quote]
&lt;p&gt;&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have completed all the steps as described in the&amp;nbsp;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/machine_learning/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/machine_learning/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As well as followed this&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_edge_impulse.html#adding-edge-impulse-model-to-the-ncs"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_edge_impulse.html#adding-edge-impulse-model-to-the-ncs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.edgeimpulse.com/docs/development-platforms/officially-supported-mcu-targets/nordic-semi-thingy53#updating-the-firmware"&gt;https://docs.edgeimpulse.com/docs/development-platforms/officially-supported-mcu-targets/nordic-semi-thingy53#updating-the-firmware&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But nothing works for me.&lt;br /&gt;The error on cmd when I run edge-impulse-daemon is indicating that I am not able to provide the API key, device ID, and device type.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And can you please help me in resolving that error too?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to resolve a build error in Zephyr while building the Edge Impulse precompiled sample for Thingy 53.</title><link>https://devzone.nordicsemi.com/thread/408831?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 11:33:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2795220-181f-4e97-8282-d9f848e88f1a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user=""]&lt;p&gt;So while searching for the answer I found&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/93706/nrf-edge-impulse/394830"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/93706/nrf-edge-impulse/394830&lt;/a&gt;&amp;nbsp;this ticket, and in this ticket, they have given &amp;quot;edge impulse precompiled for thingy53&amp;quot;, link of that is&amp;nbsp;&lt;a href="https://github.com/edgeimpulse/firmware-nordic-thingy53"&gt;https://github.com/edgeimpulse/firmware-nordic-thingy53&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Should I need to use this sample instead of a machine learning sample for working with edge impulse?&lt;/p&gt;[/quote]
&lt;p&gt;&lt;br /&gt;The Thingy:53 comes&amp;nbsp;&lt;span&gt;pre-installed with the firmware to work with&amp;nbsp;the&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Edge-Impulse"&gt;nRF Edge Impulse&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;app for iOS and Android.&amp;nbsp;This is the Edge Impulse (&lt;em&gt;edge_impulse_1.0.0_thingy53_nrf5340.zip&lt;/em&gt;) found in the precompiled package &lt;a href="https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-53/Downloads"&gt;found under the downloads tab for Thingy:53&amp;nbsp;product page&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
[quote user=""]I was working on an application sample for some days named &amp;quot;Machine learning&amp;quot; which is located at nrf/application, but facing a huge amount of issues connecting the board to edge impulse studio.[/quote]
&lt;p&gt;In order to connect this sample to the Edge Impulse Studio you will need to forward data&amp;nbsp;using Edge Impulse own data forwarder.&amp;nbsp;&lt;span&gt;To forward the collected data using&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.edgeimpulse.com/docs/cli-data-forwarder"&gt;Edge Impulse’s data forwarder&lt;/a&gt;&lt;span&gt;, you must install the Edge Impulse CLI. See&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.edgeimpulse.com/docs/cli-installation"&gt;Edge Impulse CLI installation guide&lt;/a&gt;&lt;span&gt;&amp;nbsp;for instructions. When building the nRF Machine Learning application for Thingy:53 is requires to use NUS to communicate with&amp;nbsp;an additional development kit that is able to run the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/samples/bluetooth/central_uart/README.html#central-uart"&gt;&lt;span&gt;Bluetooth: Central UART&lt;/span&gt;&lt;/a&gt;&amp;nbsp;sample.&lt;br /&gt;&lt;br /&gt;Please see &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrf/applications/machine_learning/README.html#data-forwarding-requirements"&gt;Data Forward Requirements for more information&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>