<?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>Help with http post application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118986/help-with-http-post-application</link><description>Hi! 
 I need to create an application that sends text messages to a private server, such as ptsv3.com. 
 Could somebody please help me make this application work? 
 I encountered issues in various libraries, followed by other difficulties that I was unable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Feb 2025 11:05:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118986/help-with-http-post-application" /><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523673?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 11:05:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dbae77c-8755-483d-af29-28223b2afdd4</guid><dc:creator>Digisoles</dc:creator><description>&lt;p&gt;I placed my main.c source in https_client, here is the output:&lt;/p&gt;
&lt;p&gt;00:00:01.619,201] .[1;33m&amp;lt;wrn&amp;gt; nrf_modem_lib_netif: The modem has detected a reset loop. LTE network attach is now restricted for the next 30 minutes..[0m&lt;br /&gt;+CEREG: 2,&amp;quot;3204&amp;quot;,&amp;quot;040E8001&amp;quot;,7*** Booting nRF Connect SDK v2.8.0-a2386bfc8401 ***&lt;br /&gt;*** Using Zephyr OS v3.7.99-0bc3393fb112 ***&lt;br /&gt;HTTPS client sample started&lt;/p&gt;
&lt;p&gt;Bringing network interface up&lt;br /&gt;Provisioning certificate&lt;br /&gt;Certificate match&lt;br /&gt;Connecting to the network&lt;br /&gt;+CGEV: EXCE STATUS 0%MDMEV: RESET LOOP[00:00:01.627,349] .[1;33m&amp;lt;wrn&amp;gt; nrf_modem_lib_netif: The modem has detected a reset loop. LTE network attach is now restricted for the next 30 minutes..[0m&lt;br /&gt;+CEREG: 2,&amp;quot;3204&amp;quot;,&amp;quot;040E8001&amp;quot;,7&lt;/p&gt;
&lt;p&gt;Why it seems it still uses main.c for https_client? I already erased original main.c, and also erase example.com from all files, but I know &amp;quot;&lt;span&gt;Certificate match&lt;/span&gt;&amp;quot; is from https_client, why? I deleted build folder and build again after changed main.c&lt;/p&gt;
&lt;p&gt;What does this &amp;quot;&lt;span&gt;The modem has detected a reset loop. LTE network attach is now restricted for the next 30 minutes&lt;/span&gt;&amp;quot; mean? I need to press reset once programmed correct?&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523662?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 10:08:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f228f83-1baf-4aa9-a3be-67408984391f</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;And if &amp;quot;&lt;span&gt;&lt;span id="output-phrase~0~6" class="css-1ko3g0e"&gt;&lt;span class="css-1g9q2al"&gt;never&amp;nbsp;&lt;/span&gt;&lt;span class="css-1tmeul0"&gt;enters&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~7" class="css-1ko3g0e"&gt;&lt;span class="css-0"&gt;main();&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;quot; means you miss the print in your serial console, then you may need to enable that. &lt;/p&gt;
&lt;p&gt;All in all: maybe you spend some time in &lt;a href="https://academy.nordicsemi.com/"&gt;Nordic DevAcademy&lt;/a&gt; to learn the basics?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523661?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 10:03:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:465d767a-6be7-4e11-bb62-eafe8bd09739</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Let me add, it&amp;#39;s not only different in &amp;quot;prj.conf&amp;quot;, it&amp;#39;s also how to start the network (see the original main.c in that sample). But at least your &amp;quot;main&amp;quot; should get called.&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523659?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 09:59:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45596fe5-b064-418a-9ce3-46f31468d673</guid><dc:creator>Digisoles</dc:creator><description>&lt;p&gt;Thanks again, Achim! Yes I have nRF9151 SDK board.&lt;/p&gt;
&lt;p&gt;I will try your suggestion&lt;/p&gt;
&lt;p&gt;kind regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523657?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 09:56:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f0c0ea5-f8ef-449e-9ae0-1b4324bbe120</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;If I remember it well, you use a cellular device (nrf9160 or 51)? Right?&lt;/p&gt;
&lt;p&gt;AFAIK, you can&amp;#39;t use a general zephyr demo, because the network setup (prj.conf) is different.&lt;/p&gt;
&lt;p&gt;But you may put your source (main.c) into&lt;/p&gt;
&lt;p&gt;&amp;quot;nrf/samples/net/https_client&amp;quot;&lt;/p&gt;
&lt;p&gt;and see, if that works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523649?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 09:25:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cacfd450-6be7-4efc-b0c1-b0cef54cc832</guid><dc:creator>Digisoles</dc:creator><description>&lt;p&gt;Hi Achim!&lt;/p&gt;
&lt;p&gt;Thank you so much for your help!&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know what happened to the zip file, but here it is again.&lt;/p&gt;
&lt;p&gt;With kind regards&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/http_5F00_post.zip"&gt;devzone.nordicsemi.com/.../http_5F00_post.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523355?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2025 18:12:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d23653ff-9bf8-4673-8269-f10b0a2381f8</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;The zip is not longer available, so without more info&amp;#39;s, it&amp;#39;s not possible to see, what is wrong. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523235?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2025 11:36:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e78db7d-7a64-4933-81be-2f1a0c1801d6</guid><dc:creator>Digisoles</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;span class="css-1ko3g0e"&gt;&lt;span class="css-0"&gt;Hi!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span id="output-phrase~0~0" class="css-1ko3g0e"&gt;&lt;span class="css-0"&gt;I&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~1" class="css-1ko3g0e"&gt;&lt;span class="css-1tmeul0"&gt;effectively&amp;nbsp;&lt;/span&gt;&lt;span class="css-1g9q2al"&gt;build&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~2" class="css-1ko3g0e"&gt;&lt;span class="css-1g9q2al"&gt;and&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~3" class="css-1ko3g0e"&gt;&lt;span class="css-1g9q2al"&gt;program&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~4" class="css-1ko3g0e"&gt;&lt;span class="css-1g9q2al"&gt;the&amp;nbsp;&lt;/span&gt;&lt;span class="css-1g9q2al"&gt;application,&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~5" class="css-1ko3g0e"&gt;&lt;span class="css-1g9q2al"&gt;but&amp;nbsp;&lt;/span&gt;&lt;span class="css-1g9q2al"&gt;it&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~6" class="css-1ko3g0e"&gt;&lt;span class="css-1g9q2al"&gt;never&amp;nbsp;&lt;/span&gt;&lt;span class="css-1tmeul0"&gt;enters&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~7" class="css-1ko3g0e"&gt;&lt;span class="css-0"&gt;main();&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span id="output-phrase~0~8" class="css-1ko3g0e"&gt;&lt;span class="css-0"&gt;why?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="css-1ko3g0e"&gt;&lt;span class="css-0"&gt;Any hint will be appreciated very much!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="css-1ko3g0e"&gt;&lt;span class="css-0"&gt;Best regards&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523234?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2025 11:29:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f4d197d-4a70-42d3-acdf-fe5660b87993</guid><dc:creator>Digisoles</dc:creator><description>&lt;p&gt;Hi Achim!&lt;/p&gt;
&lt;p&gt;Thank you! for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help with http post application</title><link>https://devzone.nordicsemi.com/thread/523167?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2025 06:38:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73aa86c5-845a-47a0-a07b-081389393026</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;Try&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#include &amp;lt;zephyr/net/socket.h&amp;gt;&lt;/p&gt;
&lt;p&gt;instead of &lt;/p&gt;
&lt;p&gt;#include &amp;lt;net/socket.h&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>