<?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>Send file of AT commands through Serial Terminal app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104952/send-file-of-at-commands-through-serial-terminal-app</link><description>Hi everyone, I&amp;#39;m doing a bash script to setup keys and certificates on my t91 using AT commands. It was previously done with a batch script and, as it was on windows, an app like RealTerm could be used. But now working on doing it cross platform and with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Oct 2023 14:09:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104952/send-file-of-at-commands-through-serial-terminal-app" /><item><title>RE: Send file of AT commands through Serial Terminal app</title><link>https://devzone.nordicsemi.com/thread/451762?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 14:09:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0140bac-b06e-4246-acaa-c369f2277c8e</guid><dc:creator>0x35c</dc:creator><description>&lt;p&gt;I&amp;#39;m good, thanks for your time !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send file of AT commands through Serial Terminal app</title><link>https://devzone.nordicsemi.com/thread/451739?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 13:20:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1f32ac7-8894-4e8a-9886-bb8f97d1b427</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Good job figuring it out!&lt;/p&gt;
&lt;p&gt;Is that all you needed, or do you have more questions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send file of AT commands through Serial Terminal app</title><link>https://devzone.nordicsemi.com/thread/451736?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 13:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba59ae3b-afb0-46b0-ab54-37183502a672</guid><dc:creator>0x35c</dc:creator><description>&lt;p&gt;I figured out by myself how to do it but for those who might potentially have the same question, here&amp;#39;s what I found about the json file format:&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;quot;caCert&amp;quot;: &amp;quot;&amp;lt;insert CA Certificate here&amp;gt;&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;quot;clientCert&amp;quot;: &amp;quot;&amp;lt;insert public Certificate here&amp;gt;&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;quot;privateKey&amp;quot;:&amp;quot;&amp;lt;insert private Certificate here&amp;gt;&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;quot;secTag&amp;quot;:&amp;quot;&amp;lt;insert security tag here (default is `16842753`)&amp;gt;&amp;quot;&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send file of AT commands through Serial Terminal app</title><link>https://devzone.nordicsemi.com/thread/451718?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 12:27:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6eeaf3e5-7973-474d-a276-a38ff4b320b4</guid><dc:creator>0x35c</dc:creator><description>&lt;p&gt;No, I already know about AT Commands. What I&amp;#39;m trying to do is simply use this Load from JSON button from the Cellular Monitor app: &lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1698063964414v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;But I don&amp;#39;t know how am I suppose to format the JSON (keys/values)&lt;/p&gt;
&lt;p&gt;Thanks for your answer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send file of AT commands through Serial Terminal app</title><link>https://devzone.nordicsemi.com/thread/451690?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 11:39:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92cb10b7-0ecd-424a-9657-5f246ba043c8</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;See &lt;a href="https://docs.nrfcloud.com/Devices/Security/Credentials.html#managing-and-provisioning-credentials"&gt;Managing and provisioning credentials&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;AT Commands are used to provision the credentials. Thus, you can use AT commands from bash to write certs.&lt;/p&gt;
&lt;p&gt;If you want to see how the Cellular Monitor writes certs, you can have a look at the &lt;a href="https://github.com/NordicSemiconductor/pc-nrfconnect-cellularmonitor/blob/main/src/features/certificateManager/CertificateManager.tsx#L47"&gt;source code &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Is this what you are looking for?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send file of AT commands through Serial Terminal app</title><link>https://devzone.nordicsemi.com/thread/451648?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 08:53:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c34ccd90-d315-4662-aeba-5a3ce0750c35</guid><dc:creator>0x35c</dc:creator><description>&lt;p&gt;edit: I found it working fine entering certificates and keys manually with Cellular Monitor but I don&amp;#39;t know how to send a file through, there is an option Send JSON file but I don&amp;#39;t see anything related to the expected format of that JSON file in the doc nor the app&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>