<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>Can&amp;#39;t connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/86528/can-t-connect-to-nrf52840-dk-with-python-chip-controller</link><description>Hi, 
 
 I have an issue in regard to Matter. I would like to commision a device in my network, but I don&amp;#39;t know why the Python CHIP Controller returns this error every time I try to talk to the device: 
 
 chip-device-ctrl &amp;gt; connect -ble 3840 20202021</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Wed, 08 Jun 2022 13:42:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/86528/can-t-connect-to-nrf52840-dk-with-python-chip-controller" /><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/371442?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 13:42:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b247a649-21c5-4e93-92dd-85da27028e67</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, I think you always need to use a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_configuring_controller.html"&gt;Matter Controller&lt;/a&gt; to control(get info from device) over the Matter network.&lt;/p&gt;
&lt;p&gt;If you want to know if Matter supports other ways for communicationg with devices, I suggest that you have a look at the Matter Specification.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/371386?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 11:55:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e70bc24-d7c5-41ec-a107-9816cb17fb7e</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You&amp;nbsp;were right, the command you sent me works. Also, I see&amp;nbsp;your point on WiFi - Thread communication. However, from what I understand, I always require to use the CHIP controller to get info from the device, am I right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/370454?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 13:01:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e88cdfd6-dfae-4e93-a491-a641c77e98d4</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;For step 7, try &amp;quot;zclread Basic ProductName 1234 0 0&amp;quot; instead. It seems that the documentation is wrong here, and the basic cluster is on endpoint 0, and not endpoint 1.&lt;/p&gt;
[quote user="mihnea17cristian"]Now, I don&amp;#39;t normally require this, I would like to commission the device to my thread network and after that, control it from a WiFi network... How can achieve this?[/quote]
&lt;p&gt;When you use the zclread commands, the command goes through Wi-Fi from your PC to the Border Router and then to your Matter device over the Thread network.&lt;/p&gt;
&lt;p&gt;Do you want something else than this?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/370365?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 08:44:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b2eab61-5dcd-48fc-b17d-4ae57ed355a6</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Actually no, after installing it like this and going through the instructions available here: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/matter/python_chip_controller_building.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/matter/python_chip_controller_building.html&lt;/a&gt; (which you send it to me), I am able to connect to the device by ble and also send commands (turn the ligh bulb on/off), which is Step 6 from the link.&lt;/p&gt;
&lt;p&gt;However, at Step 7, when I try to get ProductName with the command &amp;quot;&amp;nbsp;&lt;span class="n"&gt;zclread&lt;/span&gt; &lt;span class="n"&gt;Basic&lt;/span&gt; &lt;span class="n"&gt;ProductName&lt;/span&gt; &lt;span class="mi"&gt;1234&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt; &lt;span class="mi"&gt;0&amp;nbsp;&lt;/span&gt;&amp;quot;, I receive the following error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-device-ctrl &amp;gt; zclread Basic ProductName 1234 1 0
Using PASE connection
[1654072284.640471][271108:271114] CHIP:IN: Prepared secure message 0x7f7a5fce18 to 0x00000000000004D2 (1)  of type 0x2 and protocolId (0, 1) on exchange 33810i with MessageCounter:2809441.
[1654072284.640541][271108:271114] CHIP:IN: Sending encrypted msg 0x7f7a5fce18 with MessageCounter:2809441 to 0x00000000000004D2 (1) at monotonic time: 773705553 msec
[1654072284.752556][271108:271114] CHIP:EM: Received message of type 0x5 with protocolId (0, 1) and MessageCounter:15675771 on exchange 33810i
2022-06-01 10:31:24,753 root         ERROR    For path: Endpoint = 1, Attribute = &amp;lt;class &amp;#39;chip.clusters.Objects.Basic.Attributes.ProductName&amp;#39;&amp;gt;, got IM Error: InteractionModelError: UnsupportedAttribute (0x86)
AttributeReadResult(path=AttributePath(nodeId=1234, endpointId=1, clusterId=40, attributeId=3), status=0, value=ValueDecodeFailure(TLVValue=None, Reason=InteractionModelError(&amp;lt;Status.UnsupportedAttribute: 134&amp;gt;)))&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Now, I don&amp;#39;t normally require this, I would like to commission the device to my thread network and after that, control it from a WiFi network... How can achieve this?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Mihnea Cristian Marin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/369873?ContentTypeID=1</link><pubDate>Mon, 30 May 2022 06:20:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5af10d95-54de-485a-b776-602ce3af0dfa</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Do you get the same errors if you use the chip-device-ctrl installed from &lt;a href="https://github.com/nrfconnect/sdk-connectedhomeip/releases/tag/v1.9.1"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/releases/tag/v1.9.1&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/369598?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 15:36:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e420e35-a461-4c85-9b5f-d5a4b4f7cb64</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Okay,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So after I consulted the page&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/matter/python_chip_controller_building.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/matter/python_chip_controller_building.html&lt;/a&gt;&amp;nbsp;I have the following issues:&lt;/p&gt;
&lt;p&gt;1. After installing the CHIP controller when I try the BLE interface I get the following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;sudo out/python_env/bin/chip-device-ctrl --bluetooth-adapter=hci2
CHIP:DIS: Init admin pairing table with server storage.
CHIP:IN: local node id is 0x000000000001b669
CHIP:DL: MDNS failed to join multicast group on eth0 for address type IPv4: Inet Error 1016 (0x000003F8): Address not found
CHIP:DL: MDNS failed to join multicast group on rndis0 for address type IPv4: Inet Error 1016 (0x000003F8): Address not found
CHIP:DL: MDNS failed to join multicast group on usb0 for address type IPv4: Inet Error 1016 (0x000003F8): Address not found
CHIP:ZCL: Using ZAP configuration...
CHIP:ZCL: deactivate report event
CHIP:CTL: Getting operational keys
CHIP:CTL: Generating operational certificate for the controller
CHIP:CTL: Getting root certificate for the controller from the issuer
CHIP:CTL: Generating credentials
CHIP:CTL: Loaded credentials successfully
CHIP:DL: Platform main loop started.
2022-05-25 17:29:25,177 ChipBLEMgr   INFO     adapter hci2 cannot be found, expect the ble mac address
Traceback (most recent call last):
  File &amp;quot;out/python_env/bin/chip-device-ctrl&amp;quot;, line 789, in &amp;lt;module&amp;gt;
    main()
  File &amp;quot;out/python_env/bin/chip-device-ctrl&amp;quot;, line 769, in main
    devMgrCmd = DeviceMgrCmd(rendezvousAddr=options.rendezvousAddr,
  File &amp;quot;out/python_env/bin/chip-device-ctrl&amp;quot;, line 155, in __init__
    self.bleMgr.ble_adapter_select(&amp;quot;hci{}&amp;quot;.format(bluetoothAdapter))
  File &amp;quot;/home/iotlab/connectedhomeip/out/python_env/lib/python3.8/site-packages/chip/ChipBluezMgr.py&amp;quot;, line 829, in ble_adapter_select
    self.adapter.adapter_register_signal()
AttributeError: &amp;#39;NoneType&amp;#39; object has no attribute &amp;#39;adapter_register_signal&amp;#39;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;2. And so, I run the following command, which works:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;sudo out/python_env/bin/chip-device-ctrl
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;3. After that, when I try to s&lt;span&gt;et the previously obtained Active Operational Dataset I get:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;set-pairing-thread-credential 0e080000000000010000000300000f35060004001fffe0020811111111222222220708fde7466588be63af051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f010212340410445f2b5ca6f2a93a55ce570a70efeecb0c0402a0fff8
Pairing Thread Credential is nolonger available, use NetworkCommissioning cluster instead.&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. And finally, if I try to&amp;nbsp;&lt;/span&gt;Commission the Matter accessory device over Bluetooth LE I get:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;connect -ble 3840 20202021 1234
Device is assigned with nodeid = 1234
CHIP:BLE: BLE removing known devices.
CHIP:BLE: BLE initiating scan.
CHIP:BLE: New device scanned: E9:1C:51:27:C0:68
CHIP:BLE: Device discriminator match. Attempting to connect.
CHIP:BLE: Scan complete notification without an active scan.
CHIP:DL: Bluez notify CHIPoBluez connection disconnected
CHIP:IN: Failed to establish BLE connection: Ble Error 6012 (0x0000177C): Remote device closed BLE connection
CHIP:BLE: no endpoint for sub complete
Failed to establish secure session to device: 4050
CHIP:BLE: PASESession timed out while waiting for a response from the peer. Expected message type was 33
Failed to establish secure session to device: 4050
CHIP Error 4050 (0x00000FD2): Timeout&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/369423?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 06:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb4d93f9-4759-442c-a4ca-c17a30374e05</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;When I suggested that you use chip-tool some time ago, I were a bit premature. Our developers say that this will not be ready for use until nRF Connect SDK v1.9.1. &lt;br /&gt;I suggested this due to a misunderstanding on my part, sorry about that.&lt;/p&gt;
&lt;p&gt;chip-device-ctrl should work fine with v1.9.1, and you had gotten quite some way with that earlier in this case.&lt;br /&gt;Does it work for you to go back to chip-device-ctrl, so we know we are working with something stable?&lt;/p&gt;
&lt;p&gt;If so, have a look at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/matter/python_chip_controller_building.html"&gt;Working with Python CHIP Controller&lt;/a&gt;, specifically the section on &amp;quot;Using Python CHIP Controller for Matter accessory testing&amp;quot;. For the chip-device-ctrl, you already downloaded it from releases, right?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/369318?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 14:11:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c597b1b6-82a1-4ba2-bb5f-bebb64a5aa9c</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This is the result of trying what you suggest:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;./chip_tool/chip-tool pairing ble-thread hex:0e080000000000010000000300000f35060004001fffe0020811111111222222220708fde7466588be63af051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f010212340410445f2b5ca6f2a93a55ce570a70efeecb0c0402a0fff8 1 20202021 3840  
CHIP:CTL: Init failure! Operational Cred Issuer: Error 4175 (0x0000104F)
CHIP:TOO: Run command failure: Error 4175 (0x0000104F)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/369314?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 14:00:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:210cba13-cfdb-4526-a654-e1ef1db7ed40</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am talking to our developers about this, and they think &amp;quot;fabric-id&amp;quot; might be a misprint.&lt;/p&gt;
&lt;p&gt;I will let you know when they find out, but in the meantime, what happens if you try to use &amp;quot;node-id&amp;quot; instead?&lt;br /&gt;Just choose a number, which will be the node-id you assign to the device.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/369043?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 13:05:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cee91599-0816-4732-8bbd-d37adc6dcefa</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;No, I didn&amp;#39;t forget about the node-id. As I was telling you in the message, I checkout to commit&amp;nbsp;&lt;span&gt;762a204b04049dac01c7ecf8f695ddd58f085c29, where the command structure is:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;./chip_tool/chip-tool pairing ble-thread operationalDataset fabric-id setup-pin-code discriminator&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And this is why I asked you about the fabric-id...&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/368982?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 11:06:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e2330fc-cfa5-43b6-af21-1b6076347bca</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;The guide on how to use chip-tool can be found at &lt;a href="https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/chip_tool_guide.md"&gt;https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/chip_tool_guide.md&lt;/a&gt;.&lt;/p&gt;
[quote user="mihnea17cristian"]After some digging and finding this post &lt;a href="https://github.com/project-chip/connectedhomeip/issues/6951,"&gt;https://github.com/project-chip/connectedhomeip/issues/6951,&lt;/a&gt; if I checkout to commit &lt;span&gt;&lt;span&gt;762a204b04049dac01c7ecf8f695ddd58f085c29&lt;/span&gt;&lt;/span&gt; I would get this error[/quote]
&lt;p&gt;After a second look at this, it looks like you forgot node-id. Try to do something like:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;./chip_tool/chip-tool pairing ble-thread 1 hex:0e080000000000010000000300000f35060004001fffe0020811111111222222220708fde7466588be63af051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f010212340410445f2b5ca6f2a93a55ce570a70efeecb0c0402a0fff8 20202021 3840&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;where 1 is a nodeid assigned to the commissionee.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/368957?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 09:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00689c64-95a8-4eee-b96d-0353498f0f29</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Can you please give me a link to a full tutorial that you use for installing and running the CHIP tool? Because I think the board is flashed accordingly and also the border router seems to working okay.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Mihnea Cristian Marin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/368671?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 15:03:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6c9a790-dcad-4650-b969-a9be9eb6569e</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, its value is 2.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mihnea Marin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/368378?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:18:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3abbed9-127a-4bc1-bf87-5827ed8087e5</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Bluetooth Low Energy is only used to initiate the commissioning.&lt;br /&gt;As a part of the commissioning, the Matter device is connecting to the thread network and the OTBR.&lt;/p&gt;
&lt;p&gt;If the OTBR is not configured correctly, this may impact the commissioning.&lt;/p&gt;
&lt;p&gt;Did you check net.ipv6.conf.wlan0.accept_ra as well?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/367979?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 08:12:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23fdf142-d4ad-4eae-aa01-fe72c659b4d9</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;Yes, the &amp;#39;ot-ctl br enable&amp;#39; command returned &amp;#39;Done&amp;#39;, but I don&amp;#39;t see why this helps right now considering my issues are when I try to connect to a device using BLE, in order to connect it after to the thread network.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mihnea Cristian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/367461?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 15:12:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:309a9fcf-c227-4b46-937b-4cdd9faa1014</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you enabled Router Advertisement on your OTBR, as explained in &lt;a href="https://openthread.io/codelabs/openthread-border-router#6"&gt;https://openthread.io/codelabs/openthread-border-router#6&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/366711?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 12:11:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:514234a3-f75e-4e77-801b-b7c32b967c79</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;A Fabric is a logical collection of communicating Nodes, sharing a common root of trust,&lt;br /&gt;and a common distributed configuration state.&lt;br /&gt;To read more about it, see the Matter Specification.&lt;/p&gt;
&lt;p&gt;The Specification is still not public, so you will have to contact the Matter Group if you need access to it.&lt;/p&gt;
&lt;p&gt;I have installed both the python chip controller and the chip-tool on my computer and is testing the commissioning myself as well now. &lt;br /&gt;Do not know if it is what you want to hear, but I am facing some issues myself.&lt;/p&gt;
&lt;p&gt;When I get it to work successfully, I will share my experience with you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/366308?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 15:40:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b7d7fdc-2851-4aca-a98a-16fa18c3a3e0</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I managed to install Matter and the chip tool on a bigger sd card (on the same nvidia jetson). However, by git cloning the repo and installing the chip tool, when I try to commision the device, I receive the same error from the first post on this ticket.&lt;/p&gt;
&lt;p&gt;After some digging and finding this post &lt;a href="https://github.com/project-chip/connectedhomeip/issues/6951,"&gt;https://github.com/project-chip/connectedhomeip/issues/6951,&lt;/a&gt; if I checkout to commit &lt;span class="sha-block"&gt;&lt;span class="sha user-select-contain"&gt;762a204b04049dac01c7ecf8f695ddd58f085c29&lt;/span&gt;&lt;/span&gt; I would get this error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;./chip_tool/chip-tool pairing ble-thread hex:0e080000000000010000000300000f35060004001fffe0020811111111222222220708fde7466588be63af051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f010212340410445f2b5ca6f2a93a55ce570a70efeecb0c0402a0fff8 20202021 3840
[1651678493.027787][52926:52926] CHIP:CTL: Read local id 0x000000000001B669, remote id 0x0000000000BC5C01
[1651678493.037072][52926:52926] CHIP:IN: UDP::Init bind&amp;amp;listen port=5541
[1651678493.037151][52926:52926] CHIP:IN: UDP::Init bind&amp;amp;listen port=5541
[1651678493.037203][52926:52926] CHIP:IN: TransportMgr initialized
[1651678493.037221][52926:52926] CHIP:DIS: Init fabric pairing table with server storage
[1651678493.038040][52926:52926] CHIP:IN: Loading certs from KVS
[1651678493.038069][52926:52926] CHIP:IN: local node id is 0x000000000001B669
[1651678493.039022][52926:52926] CHIP:DL: MDNS failed to join multicast group on eth0 for address type IPv4: ../examples/chip-tool/third_party/connectedhomeip/src/inet/IPEndPointBasis.cpp:259: Inet Error 0x00000110: Address not found
[1651678493.039723][52926:52926] CHIP:DL: MDNS failed to join multicast group on rndis0 for address type IPv4: ../examples/chip-tool/third_party/connectedhomeip/src/inet/IPEndPointBasis.cpp:259: Inet Error 0x00000110: Address not found
[1651678493.040110][52926:52926] CHIP:DL: MDNS failed to join multicast group on usb0 for address type IPv4: ../examples/chip-tool/third_party/connectedhomeip/src/inet/IPEndPointBasis.cpp:259: Inet Error 0x00000110: Address not found
[1651678493.040409][52926:52926] CHIP:ZCL: Using ZAP configuration...
[1651678493.040486][52926:52926] CHIP:ZCL: deactivate report event
[1651678493.040511][52926:52926] CHIP:CTL: Getting operational keys
[1651678493.040525][52926:52926] CHIP:CTL: Generating credentials
[1651678493.040948][52926:52926] CHIP:CTL: Loaded credentials successfully
[1651678493.041282][52926:52931] CHIP:DL: CHIP task running
[1651678493.041332][52926:52926] CHIP:TOO: InitArgs: Wrong arguments number: 3 instead of 4
Usage:
  ./chip_tool/chip-tool pairing ble-thread operationalDataset fabric-id setup-pin-code discriminator
[1651678493.041431][52926:52926] CHIP:TOO: Run command failure: ../examples/chip-tool/commands/common/Commands.cpp:183: CHIP Error 0x0000002F: Invalid argument
[1651678493.041614][52926:52926] CHIP:CTL: Shutting down the commissioner
[1651678493.041656][52926:52926] CHIP:CTL: Shutting down the controller
[1651678493.041717][52926:52926] CHIP:DL: Inet Layer shutdown
[1651678493.041872][52926:52926] CHIP:DL: BLE layer shutdown
[1651678493.041887][52926:52926] CHIP:DL: System Layer shutdown&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;However, if I checkout to &lt;span class="sha-block"&gt;&lt;span class="sha user-select-contain"&gt;8dc938d63504e0e44d204eca505cc893fbc4d690&lt;/span&gt;&lt;/span&gt;, the command asks me for &lt;em&gt;fabric_id&lt;/em&gt;. What is that?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mihnea Cristian Marin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/364201?ContentTypeID=1</link><pubDate>Thu, 21 Apr 2022 11:26:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9496bd3a-9eba-49a9-bb48-646f1296768f</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I would follow the steps on the last link you sent me, but right now I don&amp;#39;t have enough space on the device...Once I manage to clean it and install the chip-tool, I will send you may status.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mihnea Cristian Marin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/363898?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2022 12:05:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2ea91aa-fb74-41a2-8d34-6147e1a675a1</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I were unable to find the size and python version of chip-tool. &lt;br /&gt;I suggest you make an issue on &lt;a href="https://github.com/project-chip/connectedhomeip"&gt;https://github.com/project-chip/connectedhomeip&lt;/a&gt; asking for this if you want to know.&lt;/p&gt;
&lt;p&gt;From your past issue with the python chip controller, I found &lt;a href="https://github.com/project-chip/connectedhomeip/issues/13617"&gt;this issue&lt;/a&gt;, having a very similar log to your issue.&lt;br /&gt;Maybe you are able to solve it from the discussion in that issue?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/363219?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 14:09:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e2d941b-a667-4eea-ac28-9f34f92fe7d8</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;So first, I checked the poste you shared with me, but it&amp;#39;s the same as closing the ble connection and then running the resolve command, right? Which is exactly what I was doing...&lt;/p&gt;
&lt;p&gt;Second, can you please tell me what python version I need to have to be able to run the chip-tool, and also how much free disk space is needed?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;br /&gt;Mihnea Cristian Marin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/363206?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 13:22:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9278ca3-e0ed-4bd3-8675-f638b6fc2d7a</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This error looks like the one in case &lt;a href="https://test-devzone.nordicsemi.com/f/nordic-q-a/84317/matter-examples-communication"&gt;84317&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Try to follow the advise from Charlie in the case; Does it fix your issue?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/363155?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 11:07:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2f77008-44bb-4c95-83c5-49096ae7d65e</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;This is the output&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;chip-device-ctrl &amp;gt; resolve 1
[1649847790.257041][4145696:4145702] CHIP:DL: Re-trying resolve
[1649847795.260521][4145696:4145702] CHIP:DL: Re-trying resolve
[1649847800.263969][4145696:4145702] CHIP:DL: Re-trying resolve
[1649847805.268085][4145696:4145702] CHIP:DL: Avahi resolve failed
[1649847805.268174][4145696:4145702] CHIP:CTL: Error resolving node id: ../../src/platform/Linux/DnssdImpl.cpp:714: CHIP Error 0x000000AC: Internal error
[1649847805.268202][4145696:4145702] CHIP:CTL: Error resolving node id: ../../src/platform/Linux/DnssdImpl.cpp:714: CHIP Error 0x000000AC: Internal error
Failed to update node address: 172
[1649847805.268606][4145696:4145702] CHIP:CTL: Error resolving node id: ../../src/lib/dnssd/Discovery_ImplPlatform.cpp:90: CHIP Error 0x000000A6: Unknown resource ID
[1649847805.268834][4145696:4145702] CHIP:CTL: Error resolving node id: ../../src/lib/dnssd/Discovery_ImplPlatform.cpp:90: CHIP Error 0x000000A6: Unknown resource ID
Failed to update node address: 166
Bus error (core dumped)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/363127?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 08:33:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3f77ec3-7bc8-4c19-8663-11051ab13948</guid><dc:creator>user106736</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I do not think there are any other command doing the same as the resolve command.&lt;br /&gt;Do you get any error message from the resolve command?&lt;/p&gt;
&lt;p&gt;Just so you know: As an alternative to the Python Chip Controller, you could try the &lt;a href="https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/chip_tool_guide.md"&gt;chip-tool for Linux of MacOS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect to nRF52840-DK with Python CHIP Controller</title><link>https://test-devzone.nordicsemi.com/thread/363119?ContentTypeID=1</link><pubDate>Wed, 13 Apr 2022 08:04:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:210f2de2-f69f-4631-9792-a339bb60c999</guid><dc:creator>user114952</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I used it and it works, also used the &amp;quot;ConnectNetwork&amp;quot; instead of &amp;quot;EnableNetwork&amp;quot;. However, when I try to run the &amp;quot;resolve&amp;quot; command (only with nodeid as parameter), it doesn&amp;#39;t do anything other than quitting the chip-device-ctrl.... Is there a substitute for the resolve command also?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Mihnea Marin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>