<?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>nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67036/nrf9160-nrf9160-sica-r-as-modem-for-sending-receiving-data-by-at-commands</link><description>Hi DevZone! 
 I would like to use nrf9160 for sending/receiving data by interfacing it with my microcontroller over UART and sending AT commands. I have a nrf9160 Feather board ( check here ) which is flashed with the latest modem firmware. I have tested</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Oct 2020 02:15:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67036/nrf9160-nrf9160-sica-r-as-modem-for-sending-receiving-data-by-at-commands" /><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/276054?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2020 02:15:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dee2644-1469-472e-a2e3-cf218a90077d</guid><dc:creator>SilasV</dc:creator><description>&lt;p&gt;Hi Heidi&lt;/p&gt;
&lt;p&gt;That really worked! What I did was, in Toolchain Manager, I did &amp;quot;update SDK&amp;quot; for V1.3.1, and then updated the prj.conf for the SLM, open project in SES, and run the build, flashed BIN into nRF Feather board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And then manually ran the AT commands: see the results below:&lt;/p&gt;
&lt;p&gt;I think the XSEND need to be&amp;nbsp;AT#XSEND=1, &amp;quot;Test TCP&amp;quot;, although 1 is default, we need to supply. I also tried closing connection, reopening and then sending JSON data. That also worked fine &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thank you so much for your help!!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
*** Booting Zephyr OS build v2.3.0-rc1-ncs2  ***
Ready
[00:00:00.194,122] .[0m&amp;lt;inf&amp;gt; app: Serial LTE Modem.[0m
AT+CFUN=1
OK
AT+CIND=1,1,1
OK
AT+CPIN?
+CPIN: READY
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
AT+CESQ
+CESQ: 99,99,255,255,4,29
OK
+CIND: &amp;quot;service&amp;quot;,1
+CIND: &amp;quot;roam&amp;quot;,1
AT+CGDCONT?
+CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;hologram&amp;quot;,&amp;quot;10.117.238.97&amp;quot;,0,0
OK
AT#XSOCKET=1,1,0
#XSOCKET: 1, 1, 0, 6
OK
AT#XSOCKET?
#XSOCKET: 1, 6, 0
OK
AT#XBIND=1700
OK
[00:01:54.448,425] .[0m&amp;lt;dbg&amp;gt; modem_info.modem_info_string_get: Device contains 1 IP addresses.[0m
AT#XCONNECT=&amp;quot;138.68.40.173&amp;quot;,1700
#XCONNECT: 1
OK
AT#XCONNECT?
+XCONNECT: 1
OK
AT#XSEND=1, &amp;quot;Test TCP&amp;quot;
#XSEND: 8
OK
AT#XSOCKET=0
#XSOCKET: 0, closed
OK
AT#XSOCKET?
#XSOCKET: 0
OK
AT#XSOCKET=1,1,0
#XSOCKET: 1, 1, 0, 6
OK
AT#XSOCKET?
#XSOCKET: 1, 6, 0
OK
AT#XBIND=1700
OK
[00:08:58.125,640] .[0m&amp;lt;dbg&amp;gt; modem_info.modem_info_string_get: Device contains 1 IP addresses.[0m
AT#XCONNECT=&amp;quot;138.68.40.173&amp;quot;,1700
#XCONNECT: 1
OK
AT#XCONNECT?
+XCONNECT: 1
OK
AT#XSEND=2,&amp;quot;{dev_euid:123, msg:ok}&amp;quot;
#XSEND: 22
OK
AT#XSEND=2,&amp;quot;{dev_euid:123, msg:ok}&amp;quot;
#XSEND: 22
OK
AT#XSEND=1, &amp;quot;Test TCP&amp;quot;
#XSEND: 8
OK
AT#XSOCKET=0
#XSOCKET: 0, closed
OK

&lt;/pre&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: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/275889?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2020 11:53:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:903f96d6-3aa8-44cd-b5b8-5dd8f47e8d91</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you try changing&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.3-branch/applications/serial_lte_modem/prj.conf#L7-L18"&gt;this part &lt;/a&gt;of the prj.conf file to what I have attached below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=4
CONFIG_STACK_SENTINEL=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
CONFIG_RING_BUFFER=y

# Segger RTT
CONFIG_USE_SEGGER_RTT=n
CONFIG_RTT_CONSOLE=n
CONFIG_UART_CONSOLE=y
CONFIG_LOG_BACKEND_RTT=n
CONFIG_LOG_BACKEND_UART=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Try testing some commands and running it a bit. This will give us some more information about why the commands are failing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I realized on my end it was failing due to the SIM card being out of data, so I haven&amp;#39;t actually been able to reproduce your issue yet.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/275710?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 18:45:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3a5d1e7-6b70-4346-9ea1-56c912faab56</guid><dc:creator>SilasV</dc:creator><description>&lt;p&gt;Ok That sounds pretty disappointing &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Should I then use at_client application?&amp;nbsp;We need to test either TCP or UDP for sending a few bytes of data&amp;nbsp;successfully. That will help us going with nRF9160.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks you so much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/275706?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 18:01:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:643cc53f-508f-45c0-baec-f2a194a4e815</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi! Sorry about the late reply. I&amp;#39;ve been testing and seeing the same issues you are seeing, with no solution yet.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been testing the SLM application on the master branch of NCS with no luck so I don&amp;#39;t think upgrading will help.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I know there have been some issues with the SLM application previously, so I will see if anybody has experienced this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The comment I made earlier about the #SOCKET command was incorrect, by the way. The &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/TCPIP_AT_commands.html#bsd-socket-xsocket"&gt;documentation&lt;/a&gt;&amp;nbsp;is wrong, it&amp;#39;s 1 to open and 0 to close.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/275424?ContentTypeID=1</link><pubDate>Fri, 16 Oct 2020 16:45:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c125750-dcd9-4bf5-b065-31f450ca3d8f</guid><dc:creator>SilasV</dc:creator><description>&lt;p&gt;Should I try getting the latest SLM app code from the nRF Connect on GitHub?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/275222?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 23:58:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2d19d3e-d002-43c7-b084-219cd55ef228</guid><dc:creator>SilasV</dc:creator><description>&lt;p&gt;HI Heidi&lt;/p&gt;
&lt;p&gt;I got the command #XTCPCONN from this excel (&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/slm_5F00_at_5F00_commands_5F00_v1.1.xlsx"&gt;click here&lt;/a&gt;) which summarizes all commands. But that could be an older version.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Further for command AT#SOCKET,&amp;nbsp; I tried&amp;nbsp;AT#XSOCKET=0,1,0&amp;nbsp; or&amp;nbsp; 0,1,1&amp;nbsp; and it always returned error..&lt;/p&gt;
&lt;p&gt;Trying&amp;nbsp;AT#XSOCKET=1,1,0 --&amp;gt; always worked (as you can see in the result attached). Further sending this command&amp;nbsp;AT#XCONNECT? also returned +XCONNECT: 1 (which is connected)&lt;/p&gt;
&lt;p&gt;but finally it fails when tried to send some data using&amp;nbsp;AT#XSEND=&amp;quot;Test TCP&amp;quot;&lt;/p&gt;
&lt;p&gt;Would you please help &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt; Thank you so much!&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Ready
AT+CFUN=1
OK
AT+CIND=1,1,1
OK
AT+CIND?
+CIND: 1,1,1
OK
AT+CPIN?
+CPIN: READY
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
+CIND: &amp;quot;service&amp;quot;,1
+CIND: &amp;quot;roam&amp;quot;,1
AT+CESQ
+CESQ: 99,99,255,255,12,33
OK
AT+CEREG?
+CEREG: 0,5,&amp;quot;0936&amp;quot;,&amp;quot;0C74150F&amp;quot;,7
OK
AT+CGDCONT?
+CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;hologram&amp;quot;,&amp;quot;10.117.238.97&amp;quot;,0,0
OK
AT#XSOCKET=1,1,0
#XSOCKET: 1, 1, 0, 6
OK
AT#XSOCKET?
#XSOCKET: 1, 6, 0
OK
AT#XBIND=1700
OK
AT#XCONNECT=&amp;quot;138.68.40.173&amp;quot;,1700
#XSOCKET: -116, closed
ERROR
AT#XSOCKET=1,1,0
#XSOCKET: 1, 1, 0, 6
OK
AT#XSOCKET?
#XSOCKET: 1, 6, 0
OK
AT#XBIND=1700
OK
AT#XCONNECT=&amp;quot;138.68.40.173&amp;quot;,1700
#XCONNECT: 1
OK
AT#XCONNECT?
+XCONNECT: 1
OK
AT#XSEND=&amp;quot;Test TCP&amp;quot;
ERROR
AT#XSOCKET=0
#XSOCKET: 0, closed
OK
AT#XSOCKET=0,1,0
ERROR
AT#XSOCKET=0,1,1
ERROR
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/275080?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 12:31:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36efe945-9807-4275-b58a-78c205be93d0</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;#XTCPCONN is not an AT command, which is why it&amp;#39;s returning an error. Try &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/TCPIP_AT_commands.html#tcp-connection-xconnect"&gt;AT#XCONNECT&lt;/a&gt;=&amp;quot;138.68.40.173&amp;quot;,1700 instead.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:line-through;"&gt;Also &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/TCPIP_AT_commands.html#bsd-socket-xsocket"&gt;AT#XSOCKET&lt;/a&gt;=1,1,0 closes a socket. Try&amp;nbsp;AT#XSOCKET=0,1,0 to open a client socket or 0,1,1 to open a server socket.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Edit due to incorrect documentation: Also&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/TCPIP_AT_commands.html#bsd-socket-xsocket"&gt;AT#XSOCKET&lt;/a&gt;=0,1,0 closes a socket. Try&amp;nbsp;AT#XSOCKET=1,1,0 to open a client socket or 1,1,1 to open a server socket.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/274966?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 02:36:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca3db285-e4ad-48ec-b494-a26fc179e7fa</guid><dc:creator>SilasV</dc:creator><description>&lt;p&gt;Hi Jared &amp;amp; Heidi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you so much for your help! The SLM works for me now:)&lt;/p&gt;
&lt;p&gt;Now I am trying to send simple data to my Ubuntu server (on DigitalOcean). But not able to get through&lt;/p&gt;
&lt;p&gt;Here are the AT commands that I run in CoolTerm&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
Ready
AT+CFUN=1
OK
AT+CFUN?
+CFUN: 1
OK
AT+CIND=1,0,1
OK
AT+CIND?
+CIND: 1,0,1
OK
AT+CPIN?
+CPIN: READY
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
AT+CEREG?
+CEREG: 0,4,&amp;quot;FFFE&amp;quot;,&amp;quot;FFFFFFFF&amp;quot;,7
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
+CIND: &amp;quot;service&amp;quot;,1
AT+CESQ
+CESQ: 99,99,255,255,8,29
OK
AT+CEREG?
+CEREG: 0,5,&amp;quot;0936&amp;quot;,&amp;quot;0C74150F&amp;quot;,7
OK
AT+CGDCONT?
+CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;hologram&amp;quot;,&amp;quot;10.117.238.97&amp;quot;,0,0
OK
AT#XSOCKET=1,1,0
#XSOCKET: 1, 1, 0, 6
OK
AT#XBIND=1700
OK
at#xtcpconn=&amp;quot;138.68.40.173&amp;quot;,1700
ERROR
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;After turning on the nRF to full function, and waiting for sometime, it gets signal strength, but when trying to establish the connection, it gives error.&amp;nbsp; And on Hologram website, I see that the nRF did get connected, but no data sent.&amp;nbsp; What is going on?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Silas&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/274845?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 10:13:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4870792-79c8-496f-852f-7799f7845825</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Jared&amp;#39;s tutorial contains everything you need! Make sure to follow his steps to modify the Serial LTE Modem sample and you should be good to go.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But to answer your specific question (for you and other viewers), to get the .bin file that you, enable bootloader functionality by adding CONFIG_BOOTLOADER_MCUBOOT=y to the &amp;quot;prj.conf&amp;quot; file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then when you build the file you need (app_update.bin) will be located here:&lt;/p&gt;
&lt;p&gt;&amp;lt;build_folder&amp;gt;/zephyr/app_update.bin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/274755?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 03:11:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80de2bc8-2971-4d9b-93bc-111bd0d9f67e</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hey Silas,&lt;/p&gt;
&lt;p&gt;I wrote up some quick instructions on the subject in the nRF9160 Feather documentation. Hope it helps! &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.jaredwolff.com/nrf9160-serial-lte-modem-sample.html"&gt;https://docs.jaredwolff.com/nrf9160-serial-lte-modem-sample.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/274754?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 02:25:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64c9b9ac-9ed7-4f0c-8a3f-6f51103c5daf</guid><dc:creator>SilasV</dc:creator><description>&lt;p&gt;Hi Heidi&lt;/p&gt;
&lt;p&gt;Thanks for your prompt reply!&lt;/p&gt;
&lt;p&gt;I am actually new to using Segger Embedded Studio for nRF Connect. I could build the SLM application in SES and it produced merged.hex output file. How do I also get the .BIN file output which I need to load into the nRF Feather board? Sorry if I am asking a very common question :(&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you so much!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Silas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf9160 (NRF9160-SICA-R) as modem for sending/receiving data by AT Commands</title><link>https://devzone.nordicsemi.com/thread/274691?ContentTypeID=1</link><pubDate>Tue, 13 Oct 2020 13:55:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7087c70-7bac-43bb-a870-40dc61129e94</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I think you are looking for&amp;nbsp;the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html"&gt;Serial LTE Modem sample&lt;/a&gt; in NCS.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/slm_description.html#tcp-client"&gt;Here&lt;/a&gt;&amp;nbsp;is an example of how to establish and test a TCP connection, and send and receive data.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/AT_commands_intro.html#at-commands"&gt;here &lt;/a&gt;is the documentation for all the supported AT commands for this sample.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please let me know if you need anything else!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heid&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>