<?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>Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54021/sending-commands-from-nrfcloud-terminal-to-lte-device</link><description>Any json examples sending commands (CLOUD_EVT_DATA_RECEIVED) from nrfcloud terminal to LTE Device (nRF9160 DK)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Apr 2022 14:29:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54021/sending-commands-from-nrfcloud-terminal-to-lte-device" /><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/361895?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2022 14:29:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c452e83-5d21-4f85-a731-c9ec70b62e0f</guid><dc:creator>Rossen</dc:creator><description>&lt;p&gt;Done. Fresh ticket opened:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/86635/sending-at-commands-from-nrfcloud-terminal-to-lte-device"&gt;devzone.nordicsemi.com/.../sending-at-commands-from-nrfcloud-terminal-to-lte-device&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/361890?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2022 14:20:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bc29422-ece4-4ef0-ac02-fe11e2101e03</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/rossen"&gt;Rossen&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;Rather than commenting on a 2,5 year old case, I recommend you open a new ticket.&lt;/p&gt;
&lt;p&gt;Remember to include what application you are running on the device, and which SDK version you are using.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/361232?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2022 12:35:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5573f5ae-2f64-4358-8bb2-4395b5d300a4</guid><dc:creator>Rossen</dc:creator><description>&lt;p&gt;Are we able to send AT commands like PSM or eDRX setting changes over the terminal window in nrfCloud?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/248554?ContentTypeID=1</link><pubDate>Wed, 06 May 2020 19:21:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16d896f9-77ea-4835-a567-682d251882d7</guid><dc:creator>Thanos</dc:creator><description>&lt;p&gt;Have a look at cloud_codec.h, main:cloud_cmd_handler(..) and the below json example (I am using ncs v1.2.0):&lt;/p&gt;
&lt;p&gt;{&amp;quot;appId&amp;quot;:&amp;quot;MODEM&amp;quot;, &amp;quot;data&amp;quot;:&amp;quot;AT%XMONITOR&amp;quot;, &amp;quot;messageType&amp;quot;:&amp;quot;CMD&amp;quot;}&lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/227437?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 14:06:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd6a74b7-9460-4716-8d0b-e333268b47d0</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/dheeraj-bansal"&gt;Dheeraj&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please ensure that the changes to &lt;a title="subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c" href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1355/files#diff-71f7a1e3a52c8b609c0dc7cafa716b14R573"&gt;subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c:573&lt;/a&gt; from this pull request is applied: &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1355/files"&gt;https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1355/files&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;ncs/nrf/subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c:573 should be&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;dc.data.ptr = nct.payload_buf;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;not&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;dc.data.ptr = p-&amp;gt;message.payload.data;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/227425?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 13:31:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ff048c5-3c04-4913-b494-e5662e78c59a</guid><dc:creator>Dheeraj</dc:creator><description>&lt;p&gt;Hi Didrik,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have raised the new ticket on this issue and I was re-directed to this thread by &amp;quot;&lt;strong&gt;Justin&lt;/strong&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;As suggested below, I have all the code changes, but still, I am facing issues to send values from nRF cloud Terminal to Thingy91-PCA20035.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please suggest me the possible way to receive the values from cloud to Thingy91.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/221246?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 09:15:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38546174-82be-43bf-bd8f-ba4e868febde</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;At the moment, the asset_tracker application only supports a couple of commands, and those only partially.&lt;/p&gt;
&lt;p&gt;Also, the format of the commands is still work in progress, and is changing.&lt;/p&gt;
&lt;p&gt;Therefore, at the moment, if you want to use the &amp;quot;Terminal&amp;quot; card to send data/commands to the asset_tracker, you should create your own JSON format and commands, instead of using the built in command parsing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/221011?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2019 10:14:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4f3d473-268d-4ae9-ba09-da6fd8cf675d</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;This pull request will fix the bug: &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1355/files"&gt;https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1355/files&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(specifically the changes to &lt;a title="subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c" href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1355/files#diff-71f7a1e3a52c8b609c0dc7cafa716b14R573"&gt;subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c:573)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With that fixed, you can send JSON from the &amp;quot;Terminal&amp;quot; card in nRF Cloud to the device. The data is forwarded to the application, but I am still working on finding documentation for what the asset_tracker application does with the data.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/219937?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2019 17:15:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8ba1b53-626f-4e4b-8c2c-90e141ff06a3</guid><dc:creator>Francis S</dc:creator><description>&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f44d.svg" title="Thumbsup"&gt;&amp;#x1f44d;&lt;/span&gt;&amp;nbsp;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/219936?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2019 17:09:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd810dcf-a24f-480f-bd56-63d4fb1dfe86</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi again, and sorry for the long wait.&lt;/p&gt;
&lt;p&gt;I have tested some more and found a bug in the handling of the received data.&lt;/p&gt;
&lt;p&gt;I have reported the bug internally and will keep you updated.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending commands from nrfcloud terminal to LTE Device</title><link>https://devzone.nordicsemi.com/thread/218861?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 14:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee29f2fc-c1b3-4909-be19-11afc1250ea8</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The closest I have been able to find is this: &lt;a href="https://github.com/nRFCloud/application-protocols"&gt;https://github.com/nRFCloud/application-protocols&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However, it seems only to specify how devices talk to nRF Cloud, and not the other way as you are interested in.&lt;/p&gt;
&lt;p&gt;After doing some simple testing, I am also not 100% confident that this feature is working as intended at the moment. However, I need to do some more testing and talk to the developers before I can be certain. I&amp;#39;ll keep you updated on any progress I make.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>