<?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 receive data from nRF cloud to LTE device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60215/how-to-receive-data-from-nrf-cloud-to-lte-device</link><description>Hi Team, 
 
 We are using nRF9160 DK. In the process of testing I would like to know that is it possible to send data from nRF cloud to nRF9160(LTE device). I have gone through this ticket https://devzone.nordicsemi.com/f/nordic-q-a/54021/sending-commands</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Apr 2020 13:41:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60215/how-to-receive-data-from-nrf-cloud-to-lte-device" /><item><title>RE: How to receive data from nRF cloud to LTE device</title><link>https://devzone.nordicsemi.com/thread/245256?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2020 13:41:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bc11901-48a7-4bb0-a960-3172157be9d0</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When your device is successfully added and connected to nrfcloud, there is a terminal in the right corner:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-24969950e7564aadade9b630a55dea75/Screenshot-from-2020_2D00_04_2D00_17-15_2D00_21_2D00_49.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;From here, you can send json formatted data (&lt;a href="https://www.guru99.com/json-tutorial-example.html"&gt;examples here&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;This will be received, but unfortunately; asset_tracker receives the data, but does not parse it because it does not expect&amp;nbsp;commands&amp;nbsp;from the cloud:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:14:32.667,022] &amp;lt;dbg&amp;gt; aws_fota.on_publish_evt: Received topic: prod/3805303c-deb1-451b-8862-27e5ca128799/m/d/MY_IMEI/c2dd
[00:14:32.679,412] &amp;lt;inf&amp;gt; aws_fota: received an unhandled MQTT publish event on topic: prod/3805303c-deb1-451b-8862-27e5ca128799/m/d/MY_IMEI/c2dd
[00:14:32.693,603] &amp;lt;dbg&amp;gt; nrf_cloud_transport.nct_mqtt_evt_handler: MQTT_EVT_PUBLISH: id = 15776 len = 56
[00:14:32.703,674] &amp;lt;dbg&amp;gt; nrf_cloud.nfsm_set_current_state_and_notify: state: 9
[00:14:32.711,486] &amp;lt;dbg&amp;gt; nrf_cloud.event_handler: NRF_CLOUD_EVT_RX_DATA
[00:14:32.718,536] &amp;lt;inf&amp;gt; asset_tracker: CLOUD_EVT_DATA_RECEIVED&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;We do not have any guides or examples on how to parse a specific json on the nrf at this point, unfortunately.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>