<?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>Matter Demo - Instructions to get the discriminator code - missing a command?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85531/matter-demo---instructions-to-get-the-discriminator-code---missing-a-command</link><description>Step 5 of the Matter instructions at developer.nordicsemi.com/.../python_chip_controller_building.html 
 Shows getting the discriminator data. What is shown looks like the output of some command that was entered via the shell command. 
 I do have access</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Mar 2022 16:32:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85531/matter-demo---instructions-to-get-the-discriminator-code---missing-a-command" /><item><title>RE: Matter Demo - Instructions to get the discriminator code - missing a command?</title><link>https://devzone.nordicsemi.com/thread/357741?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2022 16:32:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13ec81a1-9488-46ee-a377-4392b16fd764</guid><dc:creator>HeneryH</dc:creator><description>&lt;p&gt;Thank you.&amp;nbsp; I did notice on the benchtop lab I have that the light bulb sample did print out the commissioning data but the light switch did not.&lt;/p&gt;
&lt;p&gt;I must have missed that note.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try the lock demo too.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Demo - Instructions to get the discriminator code - missing a command?</title><link>https://devzone.nordicsemi.com/thread/357733?ContentTypeID=1</link><pubDate>Fri, 11 Mar 2022 15:59:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:532666f2-3b27-4a5b-ac35-f76f9ec9ee67</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Most likely you are not able to get the commissioning data from the shell because of the reason mentioned in the &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/matter/light_switch/README.html#test-mode"&gt;&amp;quot;Test mode&lt;/a&gt;&amp;quot; section in the sample documentation for the Matter Light Switch:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;Unlike other samples, such as&amp;nbsp;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/matter/lock/README.html#matter-lock-sample"&gt;&lt;span&gt;Matter door lock&lt;/span&gt;&lt;/a&gt;, this sample does not support Matter commissioning over Bluetooth&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/00ae.svg" title="Registered"&gt;&amp;#x00ae;&lt;/span&gt; LE. To enable communication between the light switch and the light bulb devices, they must be initialized with the same static Thread network parameters and static Matter cryptographic keys.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I tested the Matter door lock sample, and there I can get the output from the onboardingcodes command.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Demo - Instructions to get the discriminator code - missing a command?</title><link>https://devzone.nordicsemi.com/thread/356953?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2022 15:12:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87776e24-ae95-45c0-80e5-feff78034e3c</guid><dc:creator>HeneryH</dc:creator><description>&lt;p&gt;Using the Matter-Specific commands, I can only seem to get some of the data items to print out.&amp;nbsp; The hardware and vendor IDs are OK but all of the pairing data is blank.&lt;/p&gt;
&lt;p&gt;Is there some operational prerequisite after flashing the demos to get the CLI to spit out the pairing data (ie qrcodes, pins etc)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter Demo - Instructions to get the discriminator code - missing a command?</title><link>https://devzone.nordicsemi.com/thread/356911?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2022 13:44:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98917cf1-fa52-4b58-87de-11891e16c32c</guid><dc:creator>HeneryH</dc:creator><description>&lt;p&gt;Not sure where the output shown above is coming from but I did find the commands to query the data separately.&lt;/p&gt;
&lt;h2&gt;Using Matter-specific commands&lt;a class="headerlink" title="Permalink to this headline" href="https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-3244/matter/nrfconnect_examples_cli.html#using-matter-specific-commands"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The nRF Connect examples let you use several Matter-specific CLI commands.&lt;/p&gt;
&lt;p&gt;These commands are not available by default and to enable using them, set the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;CONFIG_CHIP_LIB_SHELL=y&lt;/span&gt;&lt;/code&gt; Kconfig option in the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;prj.conf&lt;/span&gt;&lt;/code&gt; file of the given example.&lt;/p&gt;
&lt;p&gt;Every invoked command must be preceded by the &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;matter&lt;/span&gt;&lt;/code&gt; prefix.&lt;/p&gt;
&lt;p&gt;See the following subsections for the description of each Matter-specific command.&lt;/p&gt;
&lt;div class="section" id="device"&gt;
&lt;h3&gt;device&lt;a class="headerlink" title="Permalink to this headline" href="https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-3244/matter/nrfconnect_examples_cli.html#device"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Handles a group of commands that are used to manage the device. You must use this command together with one of the additional subcommands listed below.&lt;/p&gt;
&lt;div class="section" id="factoryreset"&gt;
&lt;h4&gt;factoryreset&lt;a class="headerlink" title="Permalink to this headline" href="https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-3244/matter/nrfconnect_examples_cli.html#factoryreset"&gt;&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;Performs device factory reset that is hardware reset preceded by erasing of the whole Matter settings stored in a non-volatile memory.&lt;/p&gt;
&lt;div class="highlight-shell notranslate"&gt;
&lt;div class="highlight"&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;uart:~$ matter device factoryreset
Performing factory reset ...
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="section" id="onboardingcodes"&gt;
&lt;h3&gt;onboardingcodes&lt;a class="headerlink" title="Permalink to this headline" href="https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-3244/matter/nrfconnect_examples_cli.html#onboardingcodes"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Handles a group of commands that are used to view information about device onboarding codes. The &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;onboardingcodes&lt;/span&gt;&lt;/code&gt; command takes one required parameter for the rendezvous type, then an optional parameter for printing a specific type of onboarding code.&lt;/p&gt;
&lt;p&gt;The full format of the command is:&lt;/p&gt;
&lt;div class="highlight-default notranslate"&gt;
&lt;div class="highlight"&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="n"&gt;onboardingcodes&lt;/span&gt; &lt;span class="n"&gt;none&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;softap&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;ble&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;onnetwork&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;qrcode&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;qrcodeurl&lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="n"&gt;manualpairingcode&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;To print all the onboardingcodes:&lt;/p&gt;
&lt;div class="highlight-shell notranslate"&gt;
&lt;div class="highlight"&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;uart:~$ matter onboardingcodes none
QRCode:             MT:W0GU2OTB00KA0648G00
QRCodeUrl:          &lt;a href="https://dhrishi.github.io/connectedhomeip/qrcode.html?data"&gt;dhrishi.github.io/.../qrcode.html&lt;/a&gt;&lt;span class="o"&gt;=&lt;/span&gt;MT%3AW0GU2OTB00KA0648G00
ManualPairingCode:  &lt;span class="m"&gt;34970112332&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>