<?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>MQTT Publisher problem :Ping6 response failed while trying to ping the nrf52DK from Raspberry Pi 3B.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42193/mqtt-publisher-problem-ping6-response-failed-while-trying-to-ping-the-nrf52dk-from-raspberry-pi-3b</link><description>Hello, 
 I have a problem with MQTT Publisher example on my nrf52832 DK. 
 1. I am using ubuntu &amp;amp; nordic&amp;#39;s SDK15.2.0 for this mqtt example. On raspberry pi 3b I have installed Raspbian stretch lite. 
 2. I am able to connect device using : 
 echo &amp;quot;connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Jan 2019 17:17:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42193/mqtt-publisher-problem-ping6-response-failed-while-trying-to-ping-the-nrf52dk-from-raspberry-pi-3b" /><item><title>RE: MQTT Publisher problem :Ping6 response failed while trying to ping the nrf52DK from Raspberry Pi 3B.</title><link>https://devzone.nordicsemi.com/thread/164363?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 17:17:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df3c96b6-de25-4046-b610-08155d0b6a57</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Which kernel version are you running? Did you see this note in the documentation?&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;For Linux Kernel versions higher or equal to 4.12, an IPv6 link local address has the following form:&amp;nbsp;&lt;b&gt;fe80::AA:BBFF:FEXX:YYZZ&lt;/b&gt;.&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MQTT Publisher problem :Ping6 response failed while trying to ping the nrf52DK from Raspberry Pi 3B.</title><link>https://devzone.nordicsemi.com/thread/164273?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 13:27:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76e42261-e16a-4c89-8753-79348d762701</guid><dc:creator>nileshwaghmare3081</dc:creator><description>&lt;p&gt;Hi Jorgen,&lt;/p&gt;
&lt;p&gt;Basically I want to connect the nrf52 chip to IPv6 network via 6LoWPAN.&lt;/p&gt;
&lt;p&gt;I am following procedure from this link :&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fiot_sdk_user_guides_mosquitto.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fiot_sdk_user_guides_mosquitto.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am able to execute commands until step 8; after that I wanted to ping nrf52dk using from raspberry.&lt;/p&gt;
&lt;p&gt;I have scanned and connected ble device using following command successfully :&lt;/p&gt;
&lt;p&gt;$hcitool lescan&lt;/p&gt;
&lt;p&gt;$echo &amp;quot;connect &amp;lt;mac address from hcitool output&amp;gt; 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_control&lt;/p&gt;
&lt;p&gt;root@raspberrypi:/home/pi# ifconfig bt0&lt;br /&gt;bt0: flags=4161&amp;lt;UP,RUNNING,MULTICAST&amp;gt;&amp;nbsp; mtu 1280&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 fe80::b827:ebff:fe38:5ac0&amp;nbsp; prefixlen 64&amp;nbsp; scopeid 0x20&amp;lt;link&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unspec B8-27-EB-38-5A-C0-00-00-00-00-00-00-00-00-00-00&amp;nbsp; txqueuelen 1000&amp;nbsp; (UNSPEC)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets 1&amp;nbsp; bytes 28 (28.0 B)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX errors 0&amp;nbsp; dropped 2&amp;nbsp; overruns 0&amp;nbsp; frame 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets 24&amp;nbsp; bytes 2123 (2.0 KiB)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX errors 0&amp;nbsp; dropped 0 overruns 0&amp;nbsp; carrier 0&amp;nbsp; collisions 0&lt;/p&gt;
&lt;p&gt;then i derived link-local IPv6 address of the nRF52 device from its MAC address:&lt;/p&gt;
&lt;p&gt;ping6 fe80::2AA:BBff:feXX:YYZZ -I bt0&lt;/p&gt;
&lt;p&gt;when tried to ping I got following error :Destination unreachable: Address unreachable&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MQTT Publisher problem :Ping6 response failed while trying to ping the nrf52DK from Raspberry Pi 3B.</title><link>https://devzone.nordicsemi.com/thread/164251?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 12:55:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d57e571d-60b8-4d37-8455-1e1e510674ae</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure I understand what your problem is. Can you please post the commands you are using and the response you get from each 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></channel></rss>