<?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/"><channel><title>Connected Home over IP: Sneak peek of early development on nRF52840</title><link>/nordic/nordic-blog/b/blog/posts/connected-home-over-ip-sneak-peek-of-early-development-on-nrf52840</link><description>This blog post provides step-by-step instruction on running Door Lock example from the CHIP repository. It demonstrates how with help of the mobile phone, commission accessory to the network using Bluetooth LE, and remotely control a door lock device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: Connected Home over IP: Sneak peek of early development on nRF52840</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/connected-home-over-ip-sneak-peek-of-early-development-on-nrf52840</link><pubDate>Tue, 20 Apr 2021 14:34:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10e76f08-0f69-4a26-bf2b-a693e406224c</guid><dc:creator>Jaromir Kopp</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Can I use a HomePod mini as a Thread bridge? And an iOS device or macOS computer to go with it?&lt;/p&gt;
&lt;p&gt;Any examples?&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1347&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Connected Home over IP: Sneak peek of early development on nRF52840</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/connected-home-over-ip-sneak-peek-of-early-development-on-nrf52840</link><pubDate>Tue, 23 Feb 2021 07:01:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10e76f08-0f69-4a26-bf2b-a693e406224c</guid><dc:creator>Anupam Roy</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Thank You very much for the post. With help of your guide, I could setup basic I am facing one issue while sending commands from my Android ChipTool application.&lt;/p&gt;
&lt;p&gt;1/ otbr is successfully set, IPV6 address is assigned&lt;br /&gt;sudo docker network inspect otbr | grep IPv6Address&lt;br /&gt; &amp;quot;IPv6Address&amp;quot;: &amp;quot;2001:db8:1::2/64&amp;quot;&lt;/p&gt;
&lt;p&gt;2/ RCP device is successfully setup up on nrf5240 dongle&lt;br /&gt; &lt;br /&gt;3/ door lock (on nrf 52840 DK H/W) got successfully provisioned and got IPV6 address&lt;/p&gt;
&lt;p&gt;IPV6 address: fd11:22::7049:5794:aaf6:2379/64&lt;/p&gt;
&lt;p&gt;Log on UAR console of Door Lock after provisioned&lt;br /&gt;=====================================================&lt;br /&gt;D: 18706[DL] OpenThread State Changed (Flags: 0x00000001)&lt;br /&gt;D: 18712[DL] Thread Unicast Addresses:&lt;br /&gt;D: 18715[DL] fd11:22::7049:5794:aaf6:2379/64 valid preferred&lt;br /&gt;D: 18721[DL] fd90:5710:faea:164a:0:ff:fe00:9403/64 valid preferred rloc&lt;br /&gt;D: 18729[DL] fd90:5710:faea:164a:b599:2713:429a:5813/64 valid preferred&lt;br /&gt;D: 18736[DL] fe80::b8d5:6572:c1ad:6edd/64 valid preferred&lt;br /&gt;I: 18742[NP] Sending IP Address. Delegate 0x20005a04&lt;br /&gt;D: 18747[IN] Secure message was encrypted: Msg ID 1&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;4/ Communicaton between door lock and otbr0 interface is successfully&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;ping6 -I otbr0 fd11:22::7049:5794:aaf6:2379&lt;br /&gt;PING fd11:22::7049:5794:aaf6:2379(fd11:22::7049:5794:aaf6:2379) from 2001:db8:1::1 otbr0: 56 data bytes&lt;br /&gt;64 bytes from fd11:22::7049:5794:aaf6:2379: icmp_seq=1 ttl=63 time=21.7 ms&lt;br /&gt;64 bytes from fd11:22::7049:5794:aaf6:2379: icmp_seq=2 ttl=63 time=47.0 ms&lt;br /&gt;64 bytes from fd11:22::7049:5794:aaf6:2379: icmp_seq=3 ttl=63 time=36.2 ms&lt;br /&gt;64 bytes from fd11:22::7049:5794:aaf6:2379: icmp_seq=4 ttl=63 time=29.2 ms&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5/ Connected Android phone with Wifi hotspot, able to ping phone from linux hotspot&lt;/strong&gt;&lt;br /&gt;Phone&amp;#39;s IP: 10.42.0.165&lt;/p&gt;
&lt;p&gt;Ping Result:&lt;br /&gt;ping 10.42.0.165&lt;br /&gt;PING 10.42.0.165 (10.42.0.165) 56(84) bytes of data.&lt;br /&gt;64 bytes from 10.42.0.165: icmp_seq=1 ttl=64 time=286 ms&lt;br /&gt;64 bytes from 10.42.0.165: icmp_seq=2 ttl=64 time=5.58 ms&lt;br /&gt;64 bytes from 10.42.0.165: icmp_seq=3 ttl=64 time=431 ms&lt;br /&gt;64 bytes from 10.42.0.165: icmp_seq=4 ttl=64 time=313 ms&lt;/p&gt;
&lt;p&gt;6&lt;strong&gt;/ In Control window (On/Toggle/Off) in chiptool, I can see correct ipv6 address of the provisioned door lock thread device&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7/ When trying to send command (Toggle/Off etc), i am getting following error&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;chip.devicecontroller.ChipDeviceControllerException: OS Error 2101 (0x00000835): Network is unreachable.&lt;/p&gt;
&lt;p&gt;Please suggest what could be the issue and remedy. Thank You&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1347&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Connected Home over IP: Sneak peek of early development on nRF52840</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/connected-home-over-ip-sneak-peek-of-early-development-on-nrf52840</link><pubDate>Mon, 01 Feb 2021 10:37:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10e76f08-0f69-4a26-bf2b-a693e406224c</guid><dc:creator>viethoang</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I use CHIPTool to scan the QR image but CHIPTool always displays &amp;quot;Scanning for BLE device 0&amp;quot; and then &amp;quot;Device not found&amp;quot;.&lt;/p&gt;
&lt;p&gt;Could you show me where should I concentrate to debug this?&lt;/p&gt;
&lt;p&gt;Is the number 0 in &amp;quot;Scanning for BLE device 0&amp;quot; normal?&lt;/p&gt;
&lt;p&gt;My phone&amp;#39;s bluetooth can detect &amp;quot;ChipLock&amp;quot; is advertising.&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1347&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>