<?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>Activate Dashboard Cards with AT Commands</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80631/activate-dashboard-cards-with-at-commands</link><description>I am trying to use the DK Dashboard with the Serial LTE Modem Software. 
 The connection to the Cloud works in principle but I only can see the terminal card when connected. 
 Is it possible activate the other cards (e.g. GPS, TEMP) with an AT command</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Oct 2021 22:22:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80631/activate-dashboard-cards-with-at-commands" /><item><title>RE: Activate Dashboard Cards with AT Commands</title><link>https://devzone.nordicsemi.com/thread/334243?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 22:22:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d51dfee9-4cfe-403a-a510-13868c9eb789</guid><dc:creator>justin</dc:creator><description>&lt;p&gt;As Charlie mentioned, the cards are enabled by modifying the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/nrf_cloud.html#sending-sensor-data"&gt;&amp;quot;ui&amp;quot; array&lt;/a&gt; in the device&amp;#39;s shadow.&amp;nbsp; See&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/nrf_cloud.html#c.nrf_cloud_modem_info_json_encode"&gt;nrf_cloud_service_info_json_encode&lt;/a&gt;() and&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/nrf_cloud.html#c.nrf_cloud_shadow_device_status_update"&gt;nrf_cloud_shadow_device_status_update&lt;/a&gt;().&lt;/p&gt;
&lt;p&gt;I do not believe that the SLM application directly supports this.&amp;nbsp; It does have the option to enable the GPS card,&amp;nbsp;which is done &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/647548c0c1c29e55c6b1c50b32122efe8d9b27f1/applications/serial_lte_modem/src/gnss/slm_at_gnss.c#L516"&gt;here&lt;/a&gt;.&lt;br /&gt;You could update&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/647548c0c1c29e55c6b1c50b32122efe8d9b27f1/applications/serial_lte_modem/src/gnss/slm_at_gnss.c#L24"&gt;&amp;nbsp;the service info string&lt;/a&gt;&amp;nbsp;to include the&amp;nbsp;cards you wish to display, e.g.:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;quot;{\&amp;quot;state\&amp;quot;:{\&amp;quot;reported\&amp;quot;:{\&amp;quot;device\&amp;quot;: {\&amp;quot;serviceInfo\&amp;quot;:{\&amp;quot;ui\&amp;quot;:[\"GPS\",&lt;strong&gt;\"TEMP\",\"HUMID\",\"RSRP\"&lt;/strong&gt;]}}}}}&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Also, it looks like for that to be called you need to specify a 1&amp;nbsp;for&amp;nbsp;the signify parameter when connecting:&lt;/p&gt;
&lt;p&gt;&lt;span class="c1"&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;#&lt;span class="highlighted"&gt;XNRFCLOUD&lt;/span&gt;=1,1&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Activate Dashboard Cards with AT Commands</title><link>https://devzone.nordicsemi.com/thread/334149?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 12:34:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc81b4a3-30ca-4f46-bb26-ba5c8fb8e026</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Bernhard,&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;think you mean&amp;nbsp;the Device management Dashboard on nRF Cloud? It is possible in theory, if you record the assert tracker application &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_trace_collector%2FUG%2Ftrace_collector%2Fintro.html"&gt;modem trace&lt;/a&gt;, you&amp;nbsp;would be able to simulate the communication traffic with AT commands, jut just like you can use assembly language to do programming, it is possible but not necessary, you should reuse the existing solutions like different libraries to make your life easier. You can also add your own command to do this job based on the current Assert tracker and SLM samples.&lt;/p&gt;
&lt;p&gt;According to nRF document, the UI current support following data:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;quot;ui&amp;quot;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;[&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"GPS"&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"FLIP"&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"&lt;mark&gt;TEMP&lt;/mark&gt;"&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"HUMID"&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"AIR_PRESS"&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"BUTTON"&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"LIGHT"&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;"RSRP"&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>