<?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 enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24264/how-to-enable-diag-of-sdk-for-thread-cli-example</link><description>Hi Nordic team, 
 I try to use SDK for Thread v0.10.0 cli example and run diag command, but it is disable as below
 
 Could you tell me how to enable diagnostics module ?
Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Oct 2017 09:27:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24264/how-to-enable-diag-of-sdk-for-thread-cli-example" /><item><title>RE: How to enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/thread/95526?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2017 09:27:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccfc0052-78af-4dfd-bc37-2bf66043c7d8</guid><dc:creator>Jog</dc:creator><description>&lt;p&gt;Hi Lukasz,&lt;/p&gt;
&lt;p&gt;Got it. Thank you !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/thread/95525?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2017 08:43:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7c844ed-9244-4179-b662-d91e48315658</guid><dc:creator>Lukasz Duda</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes of course. For a set of commands, please refer to:
&lt;a href="https://github.com/openthread/openthread/tree/master/src/diag"&gt;github.com/.../diag&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, nRF52840 platform has some additional commands:
&lt;a href="https://github.com/openthread/openthread/blob/master/examples/platforms/nrf52840/DIAG.md"&gt;github.com/.../DIAG.md&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/thread/95524?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2017 02:27:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbcd90a0-bb05-4c0a-bda2-b2cff01a9267</guid><dc:creator>Jog</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for reply.
May I use the diagnostics features for 802.15.4 RF PHY test ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/thread/95523?ContentTypeID=1</link><pubDate>Sat, 07 Oct 2017 18:02:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d933da8-a944-487d-bfcb-d8aa14ee2b64</guid><dc:creator>Lukasz Duda</dc:creator><description>&lt;p&gt;Hello Jog,&lt;/p&gt;
&lt;p&gt;To enable diagnostic features you need to call &lt;code&gt;otDiagInit()&lt;/code&gt; function in your main.c code, right after &lt;code&gt;otCliUartInit()&lt;/code&gt; function.&lt;/p&gt;
&lt;p&gt;In the upcoming release of nRF5 SDK for Thread all examples will call &lt;code&gt;otDiagInit()&lt;/code&gt; function by default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/thread/95521?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2017 09:09:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c6c9739-78c7-4e66-9b06-1bbed631143b</guid><dc:creator>Jog</dc:creator><description>&lt;p&gt;Hi Nordic team,&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t enable diag feature by &amp;quot;diag start&amp;quot; command and my test firmware is nRF5_SDK_for_Thread_v0.10.0/examples/thread/experimental/cli/hexnrf52840_xxaa.hex.
Symptom is nRF52840 DK console hang up after running &amp;quot;diag start&amp;quot; command&lt;/p&gt;
&lt;p&gt;Could you provide some solution ? Thanks
Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/thread/95522?ContentTypeID=1</link><pubDate>Fri, 11 Aug 2017 08:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f8e6ecc-8ff9-4949-8f91-da3e84caf33b</guid><dc:creator>Jog</dc:creator><description>&lt;p&gt;Hi Aryan,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.
I couldn&amp;#39;t run any command after &amp;quot;diag start&amp;quot; command because of console hang up.
From the &lt;a href="https://github.com/openthread/openthread/tree/master/src/diag#diag"&gt;github.com/.../diag&lt;/a&gt;, console should display &amp;quot;start diagnostics mode&amp;quot; message after &amp;quot;diag start&amp;quot; command, right ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable diag of SDK for Thread cli example</title><link>https://devzone.nordicsemi.com/thread/95520?ContentTypeID=1</link><pubDate>Fri, 11 Aug 2017 08:12:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:848701bd-ef7b-4a84-98a0-9762b8d8e701</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;you need to first enable the diag features by the command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;gt; diag start
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>