<?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 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98921/nrf9160-at-command-http-nb-iot</link><description>Hi, 
 What are the steps to send data using http by AT command? I want to use NB-iot. I couldn’t find an example of doing so. I want to test the network first without changing any firmware. 
 Please help. 
 Thanks, Rezan</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Jun 2023 03:34:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98921/nrf9160-at-command-http-nb-iot" /><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/431395?ContentTypeID=1</link><pubDate>Fri, 16 Jun 2023 03:34:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d048552-e327-4f03-b3f3-05aabdb9713d</guid><dc:creator>mrezan</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;br /&gt;&lt;br /&gt;Sorry for the late reply.&lt;br /&gt;My ncs is 1.7.0 and&amp;nbsp;mfw_nrf9160_1.2.3.&lt;br /&gt;Instead, I managed to send it using the TCP/IP method.&lt;/p&gt;
&lt;p&gt;Currently I&amp;#39;m trying to use the latest ncs 2.4.0.&lt;/p&gt;
&lt;p&gt;But&amp;nbsp;the modem did not reply to my command. I&amp;#39;ll try to figure it out.&amp;nbsp;&lt;br /&gt;If I still cannot, I&amp;#39;ll create a new ticket.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Rezan&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/426543?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 11:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e365476-ddd5-4e58-aa24-474f949c71c5</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello again Rezan,&lt;/p&gt;
&lt;p&gt;That is odd. What NCS version and Modem FW version are you using?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/426142?ContentTypeID=1</link><pubDate>Thu, 18 May 2023 11:03:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28ee871a-7a74-41c8-a201-2c160df634b2</guid><dc:creator>mrezan</dc:creator><description>&lt;p&gt;From debug modem:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2023-05-18T10:55:32.953Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 1,&amp;quot;746F&amp;quot;,&amp;quot;03F7D27B&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;
2023-05-18T10:55:33.007Z DEBUG modem &amp;gt;&amp;gt; AT+COPS=3,2
2023-05-18T10:55:33.061Z DEBUG modem &amp;lt;&amp;lt; OK
2023-05-18T10:55:33.106Z DEBUG modem &amp;gt;&amp;gt; AT+COPS?
2023-05-18T10:55:33.160Z DEBUG modem &amp;lt;&amp;lt; +COPS: 0,2,&amp;quot;50212&amp;quot;,9
2023-05-18T10:55:33.164Z DEBUG modem &amp;lt;&amp;lt; OK
2023-05-18T10:55:33.175Z DEBUG modem &amp;gt;&amp;gt; AT%XCBAND
2023-05-18T10:55:33.220Z DEBUG modem &amp;lt;&amp;lt; %XCBAND: 8
2023-05-18T10:55:33.222Z DEBUG modem &amp;lt;&amp;lt; OK
2023-05-18T10:55:33.229Z DEBUG modem &amp;gt;&amp;gt; AT+CGDCONT?
2023-05-18T10:55:33.271Z DEBUG modem &amp;lt;&amp;lt; +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;nbiot&amp;quot;,&amp;quot;10.247.100.205&amp;quot;,0,0
2023-05-18T10:55:33.274Z DEBUG modem &amp;lt;&amp;lt; OK
2023-05-18T10:55:33.325Z DEBUG modem &amp;gt;&amp;gt; AT+CGACT?
2023-05-18T10:55:33.381Z DEBUG modem &amp;lt;&amp;lt; +CGACT: 0,1
2023-05-18T10:55:33.384Z DEBUG modem &amp;lt;&amp;lt; OK
2023-05-18T10:55:34.459Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 41,2,22,3
2023-05-18T10:56:00.058Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 45,2,27,3
2023-05-18T10:56:23.098Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 40,2,22,3
2023-05-18T10:56:25.658Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 37,1,17,2
2023-05-18T10:56:28.218Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 42,2,24,3
2023-05-18T10:58:05.497Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 39,1,19,2
2023-05-18T10:58:18.297Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 42,2,25,3
2023-05-18T10:59:01.816Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 47,2,28,4
2023-05-18T10:59:17.175Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 41,2,24,3
2023-05-18T11:00:00.695Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 38,1,19,2
2023-05-18T11:00:03.255Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 41,2,27,3
2023-05-18T11:00:08.346Z DEBUG modem &amp;gt;&amp;gt; AT#XHTTPCREQ=&amp;quot;GET&amp;quot;,&amp;quot;/get?foo1=bar1&amp;amp;foo2=bar2&amp;quot;
2023-05-18T11:00:08.400Z DEBUG modem &amp;lt;&amp;lt; ERROR
2023-05-18T11:00:08.402Z ERROR Error: AT#XHTTPCREQ=&amp;quot;GET&amp;quot;,&amp;quot;/get?foo1=bar1&amp;amp;foo2=bar2&amp;quot;
 failed
2023-05-18T11:00:08.403Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 40,2,21,3
2023-05-18T11:00:18.618Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 44,2,26,3&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/426141?ContentTypeID=1</link><pubDate>Thu, 18 May 2023 10:59:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b43eebff-ff99-4d11-b0fd-c21cf50e967c</guid><dc:creator>mrezan</dc:creator><description>&lt;p&gt;Hi Elfving,&lt;br /&gt;&lt;br /&gt;I did test. But I cannot send data. From the command I can connect to the server port.&lt;br /&gt;But when sent &amp;quot;AT#XHTTPCREQ&amp;quot; straight get &amp;quot;ERROR&amp;quot; return without delay. What is the possibility?&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;AT+CGDCONT?
+CEREG: 1,&amp;quot;746F&amp;quot;,&amp;quot;03F7D27B&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;
+CIND: &amp;quot;service&amp;quot;,1
+CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;m2mxnbiot&amp;quot;,&amp;quot;10.247.100.205&amp;quot;,0,0
OK
AT+CGACT?
+CGACT: 0,1
OK
AT#XHTTPCCON=1,&amp;quot;postman-echo.com&amp;quot;,80
#XHTTPCCON: 1
OK
%CESQ: 68,3,21,3
%CESQ: 77,3,21,3
%CESQ: 59,2,21,3
%CESQ: 50,2,22,3
%CESQ: 45,2,22,3
%CESQ: 40,2,24,3
AT#XHTTPCCON?
#XHTTPCCON: 1,&amp;quot;postman-echo.com&amp;quot;,80
OK
%CESQ: 39,1,19,2
%CESQ: 41,2,24,3
AT#XHTTPCREQ=&amp;quot;GET&amp;quot;,&amp;quot;/get?foo1=bar1&amp;amp;foo2=bar2&amp;quot;
ERROR&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Best Regards,&lt;br /&gt;Rezan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/423756?ContentTypeID=1</link><pubDate>Thu, 04 May 2023 11:47:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5eda5c8-8dfc-435b-a04e-841a246ff210</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;No problem at all, and please let us know if there is anything else we can help out with! &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;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/423726?ContentTypeID=1</link><pubDate>Thu, 04 May 2023 09:30:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acb8e78e-4b97-4031-9076-088052e41eb6</guid><dc:creator>mrezan</dc:creator><description>&lt;p&gt;ok. Thanks a lot Elfving.&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Rezan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/423723?ContentTypeID=1</link><pubDate>Thu, 04 May 2023 09:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d64f4a5c-cffa-4eaa-b272-5f85ed36fce6</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I just checked.&lt;/p&gt;
&lt;p&gt;The SLM sample shouldn&amp;#39;t have any limitations in regards to mode. So yes, NBIOT should be supported.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/423220?ContentTypeID=1</link><pubDate>Tue, 02 May 2023 09:15:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f823cf5f-1e28-4a9f-805b-606f22a6d88e</guid><dc:creator>mrezan</dc:creator><description>&lt;p&gt;&lt;span&gt;Not yet. As I&amp;#39;m based in a place which doesn&amp;#39;t have the network. Need prepare the device first then will go to the place that has the network and run the test. So I need to minimize the possibility&amp;nbsp;that it is not working.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/423216?ContentTypeID=1</link><pubDate>Tue, 02 May 2023 09:04:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5788c6e-60be-456d-8de0-c1ef2f67ee56</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;I believe that should be fine. Are you getting any issues using NB IoT with SLM?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/423156?ContentTypeID=1</link><pubDate>Tue, 02 May 2023 03:36:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da24bed9-083d-402f-b74f-e567c68111c0</guid><dc:creator>mrezan</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Elfving,&lt;br /&gt;&lt;br /&gt;Thanks.&amp;nbsp;&lt;br /&gt;Using SLM does it matter using LTE-M or NBIOT?&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Rezan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 AT Command, HTTP, NB-iot</title><link>https://devzone.nordicsemi.com/thread/421806?ContentTypeID=1</link><pubDate>Fri, 21 Apr 2023 14:25:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22d5ac86-77d6-41a3-9bb4-36786608b7d3</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Have you had a look at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/HTTPC_AT_commands.html"&gt;our SLM sample HTTP client AT commands&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>