<?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>Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73698/making-mqtt-publisher-example-work-on-raspberry-pi-4</link><description>Hi, like the title says I am having trouble implementing the MQTT Publisher example found in the nRF5 SDK for Thread and Zigbee v4.1.0 . I&amp;#39;m using a Raspberry Pi 4 with the latest Raspbian OS available (Kernel version 5.10). For the BLE device I&amp;#39;m using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Jul 2021 13:13:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73698/making-mqtt-publisher-example-work-on-raspberry-pi-4" /><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/320920?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 13:13:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:363b3f7f-0660-4bec-8078-8ac16974eee5</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi, sorry for not getting back to you on this one. Are you still needing help with resolving this issue?&lt;/p&gt;
&lt;p&gt;I see that your application log shows &amp;quot;Fatal Error&amp;quot;. Can you try building the application in debug configuration (with DEBUG and DEBUG_NRF preprocessor symbols set)? That should reveal at which file/line and error code the application crashes.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/308589?ContentTypeID=1</link><pubDate>Thu, 06 May 2021 14:52:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f17fdcd-3b1a-4893-ab61-e5053a5a7e94</guid><dc:creator>AguirreGENROD</dc:creator><description>&lt;p&gt;Hi! I wanted to give you an update.&lt;/p&gt;
&lt;p&gt;Apparently there was an error during BLE connections that closes connections after 40s, I found a solution in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/38738/dle-negotiation-ll_length_request-failure"&gt;this post&lt;/a&gt;. This could explain the behaviour found in past attached logs that showed a timeout disconnection.&lt;/p&gt;
&lt;p&gt;I now created a few more captures with that problem solved. The device still can&amp;acute;t connect to MQTT, broker logs are still the same:&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;2021-05-06T15:30:12: New connection from 2001:db8::70:dfff:fe39:d5e8:49153 on port 1883.
2021-05-06T15:30:12: New client connected from 2001:db8::70:dfff:fe39:d5e8:49153 as nrfPublisher (p1, c1, k60).
2021-05-06T15:30:12: No will message specified.
2021-05-06T15:30:12: Sending CONNACK to nrfPublisher (0, 0)
2021-05-06T15:31:44: Client nrfPublisher has exceeded timeout, disconnecting.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But the device doesn&amp;acute;t disconnect after pressing Button 1 one time, it waits for the CONNACK packet that the RPi never sends. When pressing the button a second time, it crashes.&lt;/p&gt;
&lt;p&gt;From the RPi side I am now also capturing from btmon, because it gives a few more low-level details. I noticed tshark captures are the only ones showing the CONNACK packet, with a few retransmission attempts.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/CapturesDifferences.png" /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll attach a few new captures so you can take a look and tell me if you think about anything with this new information.&lt;/p&gt;
&lt;p&gt;Thanks in advance, will be waiting for your response.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/RPi4B_5F00_Buster_5F00_Publisher_5F00_BMDLog.log"&gt;devzone.nordicsemi.com/.../RPi4B_5F00_Buster_5F00_Publisher_5F00_BMDLog.log&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/RPi4B_5F00_Buster_5F00_Publisher_5F00_Btmon.pcap"&gt;devzone.nordicsemi.com/.../RPi4B_5F00_Buster_5F00_Publisher_5F00_Btmon.pcap&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/RPi4B_5F00_Buster_5F00_Publisher_5F00_Sniffer.pcapng"&gt;devzone.nordicsemi.com/.../RPi4B_5F00_Buster_5F00_Publisher_5F00_Sniffer.pcapng&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/RPi4B_5F00_Buster_5F00_Publisher_5F00_Tshark.pcap"&gt;devzone.nordicsemi.com/.../RPi4B_5F00_Buster_5F00_Publisher_5F00_Tshark.pcap&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/306879?ContentTypeID=1</link><pubDate>Mon, 26 Apr 2021 19:00:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b068028-caf3-4638-9185-940131e68e8a</guid><dc:creator>AguirreGENROD</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;when logging I got the following disconnect reason:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x11.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE GAP DISCONNECTED event reason: 0x8.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;For what I read, this is a timeout corresponding to&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v0.9.0/group___b_l_e___h_c_i___s_t_a_t_u_s___c_o_d_e_s.html#ga1bb212e3f0e4f2ef6bd02afa644b92fb"&gt;BLE_HCI_CONNECTION_TIMEOUT&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/306601?ContentTypeID=1</link><pubDate>Fri, 23 Apr 2021 16:13:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09dbdf12-1709-4d28-bc9b-de3f6b05a80b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It looks like the softdevice reports a &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___b_l_e___g_a_p___e_n_u_m_e_r_a_t_i_o_n_s.html#ggada486dd3c0cce897b23a887bed284fefa057001bbd6ea9e615f19ef93cc0831ee"&gt;&lt;span&gt;BLE_GAP_EVT_DISCONNECTED&lt;/span&gt;&lt;/a&gt;&amp;nbsp;event (0x11) at the end of the log:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x11.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Can you log and post the corresponding disconnect reason from&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/structble__gap__evt__disconnected__t.html" target="_self"&gt;ble_gap_evt_disconnected_t&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/305109?ContentTypeID=1</link><pubDate>Thu, 15 Apr 2021 13:01:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a34fcea9-f711-4b5d-b205-242e491b6734</guid><dc:creator>AguirreGENROD</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tried the log configuration, I&amp;#39;ll attach the full log I got, but the last lines are the following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: [CID 0x0040]: &amp;gt;&amp;gt; BLE_IPSP_EVT_CHANNEL_DATA_TX_COMPLETE
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: [CID 0x0040]: Transmission complete.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: &amp;lt;&amp;lt; ipsp_evt_handler
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x76.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: &amp;gt;&amp;gt; ipsp_evt_handler
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: [CID 0x0040]: &amp;gt;&amp;gt; BLE_IPSP_EVT_CHANNEL_DATA_RX
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  7B 00 3A 20 01 0D B8 00|{.: ....
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 00 00 00 00|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 01 FE 80 00 00 00|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 70 DF FF FE|....p...
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  39 D5 E8 88 00 A9 24 C0|9.....$.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 20 01 0D B8 00|... ....
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 00 00 00 00|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 01               |...     
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Processing received data.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Decompressed packet:
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  60 00 00 00 00 18 3A FF|`.....:.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  20 01 0D B8 00 00 00 00| .......
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 00 00 00 01|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  FE 80 00 00 00 00 00 00|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 70 DF FF FE 39 D5 E8|.p...9..
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  88 00 A9 24 C0 00 00 00|...$....
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  20 01 0D B8 00 00 00 00| .......
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 00 00 00 01|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: &amp;lt;&amp;lt; ipsp_evt_handler
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x75.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x74.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x74.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x74.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x74.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x73.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: &amp;gt;&amp;gt; ipsp_evt_handler
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: [CID 0x0040]: &amp;gt;&amp;gt; BLE_IPSP_EVT_CHANNEL_DISCONNECTED
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Channel disconnection.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Removed IPSP interface.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: &amp;gt;&amp;gt; ble_6lowpan_interface_send
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Uncompressed packet:
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  60 00 00 00 00 14 06 FF|`.......
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  20 01 0D B8 00 00 00 00| .......
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 70 DF FF FE 39 D5 E8|.p...9..
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  20 01 0D B8 00 00 00 00| .......
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 00 00 00 01|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  C0 01 07 5B 00 00 19 8A|...[....
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  29 4D E4 D9 50 14 0E 00|)M..P...
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  A2 BD 00 00            |....    
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Successfully compressed packet.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Compressed packet:
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  7B 00 06 20 01 0D B8 00|{.. ....
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 70 DF FF FE|....p...
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  39 D5 E8 20 01 0D B8 00|9.. ....
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 00 00 00 00 00 00|........
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 00 01 C0 01 07 5B 00|......[.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  00 19 8A 29 4D E4 D9 50|...)M..P
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan:  14 0E 00 A2 BD 00 00   |....... 
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: Cannot send the packet, error = 0x00008405
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: [CID 0x0040]: Transmission complete.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: &amp;lt;&amp;lt; ble_6lowpan_interface_send
00&amp;gt; 
00&amp;gt; &amp;lt;info&amp;gt; app: &amp;gt;&amp;gt; MQTT_EVT_CONNACK, result 0000C943
00&amp;gt; 
00&amp;gt; &amp;lt;info&amp;gt; app: IPv6 Interface Down.
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; 6lowpan: &amp;lt;&amp;lt; ipsp_evt_handler
00&amp;gt; 
00&amp;gt; &amp;lt;debug&amp;gt; nrf_sdh_ble: BLE event: 0x11.
00&amp;gt; 
00&amp;gt; &amp;lt;info&amp;gt; app: Physical layer: disconnected.
00&amp;gt; 
00&amp;gt; &amp;lt;info&amp;gt; app: Physical layer in connectable mode.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It identifies an error that I don&amp;acute;t see defined in the code: 0x00008405 (defined BLE_IPSP errors in sdk_errors.h go from 0x8400 to 0x8403) but it does so after a few messages telling the channel is disconnecting, so it may be because of that. I don&amp;acute;t understand much about what could&amp;#39;ve happened before, but here goes the full log.&lt;/p&gt;
&lt;p&gt;Will be waiting for your response, thanks.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/BMDLog.log"&gt;devzone.nordicsemi.com/.../BMDLog.log&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/304891?ContentTypeID=1</link><pubDate>Wed, 14 Apr 2021 15:04:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8335457-2377-457d-81ce-66e0bb02b0cc</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Try with the following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#ifndef NRF_LOG_DEFAULT_LEVEL
#define NRF_LOG_DEFAULT_LEVEL 4
#endif

// &amp;lt;e&amp;gt; IOT_BLE_6LOWPAN_CONFIG_LOG_ENABLED - Enables logging in the module.
//==========================================================
#ifndef IOT_BLE_6LOWPAN_CONFIG_LOG_ENABLED
#define IOT_BLE_6LOWPAN_CONFIG_LOG_ENABLED 1
#endif
// &amp;lt;o&amp;gt; IOT_BLE_6LOWPAN_CONFIG_LOG_LEVEL - Default Severity level

// &amp;lt;0=&amp;gt; Off
// &amp;lt;1=&amp;gt; Error
// &amp;lt;2=&amp;gt; Warning
// &amp;lt;3=&amp;gt; Info
// &amp;lt;4=&amp;gt; Debug

#ifndef IOT_BLE_6LOWPAN_CONFIG_LOG_LEVEL
#define IOT_BLE_6LOWPAN_CONFIG_LOG_LEVEL 4
#endif

// &amp;lt;e&amp;gt; MQTT_CONFIG_LOG_ENABLED - Enables logging in the module.
//==========================================================
#ifndef MQTT_CONFIG_LOG_ENABLED
#define MQTT_CONFIG_LOG_ENABLED 1
#endif
// &amp;lt;o&amp;gt; MQTT_CONFIG_LOG_LEVEL - Default Severity level

// &amp;lt;0=&amp;gt; Off
// &amp;lt;1=&amp;gt; Error
// &amp;lt;2=&amp;gt; Warning
// &amp;lt;3=&amp;gt; Info
// &amp;lt;4=&amp;gt; Debug

#ifndef MQTT_CONFIG_LOG_LEVEL
#define MQTT_CONFIG_LOG_LEVEL 4
#endif&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/304667?ContentTypeID=1</link><pubDate>Tue, 13 Apr 2021 18:18:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46e5cf3b-755f-4370-94a2-53f09f48901a</guid><dc:creator>AguirreGENROD</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which log level would you change?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looking into sdk_config.h I tried to enable more logs like with IOT_BLE_6LOWPAN_CONFIG_LOG_ENABLED in 1, but when compiling I don&amp;acute;t see any change on the logs viewed.&lt;/p&gt;
&lt;p&gt;Respecting BLE Link, the raspberry loses interface bt0, I understand that means the link went down. Also the respective LED in the board starts blinking again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making MQTT Publisher example work on Raspberry Pi 4</title><link>https://devzone.nordicsemi.com/thread/304349?ContentTypeID=1</link><pubDate>Mon, 12 Apr 2021 15:59:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afccb121-fffc-492c-9797-14a0c5e2860c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you tried increasing the log level for the example to DEBUG, to see if you can get more information about why the IPv6 interface goes down?&lt;/p&gt;
&lt;p&gt;It does not look like the BLE link is disconnected on the sniffer trace.&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>