<?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>How to analyze data received by MQTT subscriber</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41364/how-to-analyze-data-received-by-mqtt-subscriber</link><description>Hi all, 
 Currently, I am working on Nrf52 DK with nRF52832 on Keil IDE. My focus is MQTT with 2 nRF52s and RPi. I have succesfully used examples in SDK, but now I am trying to specialize the example for my needs. I am getting familiarized with Wireshark</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Dec 2018 12:07:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41364/how-to-analyze-data-received-by-mqtt-subscriber" /><item><title>RE: How to analyze data received by MQTT subscriber</title><link>https://devzone.nordicsemi.com/thread/161420?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 12:07:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a97de60d-10e2-4cf2-ade2-6237a0a02fcb</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I am glad you figured it out, please ask if you encounter any more problems.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to analyze data received by MQTT subscriber</title><link>https://devzone.nordicsemi.com/thread/161377?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 09:29:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6c1ecc3-a495-4314-9656-6b304eeb98d8</guid><dc:creator>Halil</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Thank you for an answer. I debugged but it seemed works fine. Actually, I am a beginner of&amp;nbsp;debugging as well. However, I changed publish function for my use case to send 16 or 32 bits data as below.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1544606844524v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Then, I realized that I need to update app_mqtt_evt_handler()&amp;#39;s below part for the same purpose since the&amp;nbsp;original version is designed to send blink led command only.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1544606934968v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Halil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to analyze data received by MQTT subscriber</title><link>https://devzone.nordicsemi.com/thread/161025?ContentTypeID=1</link><pubDate>Mon, 10 Dec 2018 14:24:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:857e39fd-70f1-47a9-9872-f0bf097640d7</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;If you are using the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fiot_sdk_app_mqtt_subscriber.html"&gt;MQTT Client - Subscriber&lt;/a&gt;&amp;nbsp;example, you&amp;nbsp;can verify that the messages are received&amp;nbsp;correctly by checking if LED 4 turns on/off (depending on the message sent from the publisher), but I assume this is not happening. If that is the case, I would set a break point in the start of the callback function&amp;nbsp;&lt;em&gt;app_mqtt_evt_handler(..) &lt;/em&gt;and check if the program stops. If this doesn&amp;#39;t happen, please tell me and I will look into it.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>