<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Publishing the device data using Mqtt in Secure Authentication</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810751#M8</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me check it and work on it so I can try to help you, as soon as I have an update, I'll let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 17:35:21 GMT</pubDate>
    <dc:creator>stephanie_m</dc:creator>
    <dc:date>2018-10-11T17:35:21Z</dc:date>
    <item>
      <title>Publishing the device data using Mqtt</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810750#M7</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I m working with A71ch and following the documentation &lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12199.pdf" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank" title="https://www.nxp.com/docs/en/application-note/AN12199.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12199.pdf&lt;/A&gt;&amp;nbsp;. It states&amp;nbsp;that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"If only one Cloud Pub/Sub is selected, all device telemetry will be published on that topic".&amp;nbsp;&lt;/STRONG&gt; I do have a single PubsubTopic in my application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; When I establish a connection and check the device status it shows the &lt;STRONG&gt;API's are being hit&lt;/STRONG&gt; and &lt;STRONG&gt;Telemetry Event Received&amp;nbsp;&lt;/STRONG&gt;are showing updates. But I cannot find any way to see what data is flowing or where to find the data flow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; In google&amp;nbsp;support documentation it is stated as&amp;nbsp;&lt;/P&gt;&lt;H2 id="toc-hId-1817286459" style="color: #212121; border-bottom: 0px; margin: 48px 0px 24px;"&gt;Publishing telemetry events&lt;/H2&gt;&lt;P style="color: #212121; font-size: 16px; margin: 16px 0px;"&gt;A device can publish a telemetry event by issuing a PUBLISH message through the MQTT connection. Messages must be published to an MQTT topic in the following format:&lt;/P&gt;&lt;DIV class="" style="margin: -8px 0px 0px;"&gt;&lt;DIV class="" data-category="Site-Wide Custom Events" data-label="Dark Code Toggle" data-title="Dark code theme" data-tooltip="Light code theme" data-tooltip-align="b,c" style="color: #ffffff; background: rgba(204, 204, 204, 0.15); font-size: 18px; padding: 3px;"&gt; &lt;/DIV&gt;&lt;DIV class="" data-category="Site-Wide Custom Events" data-label="Click To Copy" data-title="Click to copy" data-tooltip="Click to copy" data-tooltip-align="b,c" style="color: #ffffff; background: rgba(204, 204, 204, 0.15); font-size: 18px; padding: 3px;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="" style="color: #eceff1; background: #212121; margin: 16px 0px;"&gt;&lt;CODE style="color: #eceff1; background: #212121;"&gt;&lt;SPAN class="" style="color: #9ccc65;"&gt;/devices/&lt;/SPAN&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;device&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&lt;SPAN class=""&gt;}/&lt;/SPAN&gt;&lt;SPAN class=""&gt;events&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above way to send the data to the topic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the architecture in MCU seems a bit different. I tried updating my dummy data values in &lt;STRONG&gt;gcpPubSub.c&lt;/STRONG&gt; but I was not successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/73735i3335F238FFDD2B8F/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This "Value" field is from a &lt;STRONG&gt;cPayLoad&lt;/STRONG&gt; function . In Watson IoT platform for same a71ch, they have specified where to check this. Where can I find this in google cloud?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(This is the default data which is being sent from &lt;STRONG&gt;demo&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anywhere I can find the right syntax to do this job? I need to send the data from K64F with A71ch to google cloud and visually see the data flow/data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or pointers would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810750#M7</guid>
      <dc:creator>trialaccount12</dc:creator>
      <dc:date>2020-11-02T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing the device data using Mqtt</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810751#M8</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me check it and work on it so I can try to help you, as soon as I have an update, I'll let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 17:35:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810751#M8</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-10-11T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing the device data using Mqtt</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810752#M9</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Please let me know if the issue is resolvable. It would be helpful.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 04:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810752#M9</guid>
      <dc:creator>trialaccount12</dc:creator>
      <dc:date>2018-10-26T04:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing the device data using Mqtt</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810753#M10</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay response and the inconvenience this might cause you, we are still investigating and trying to reproduce the issue you are experiencing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 22:34:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/Publishing-the-device-data-using-Mqtt/m-p/810753#M10</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-11-09T22:34:12Z</dc:date>
    </item>
  </channel>
</rss>

