<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[COM.LTE (SIM7600G) HTTPINIT error]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Using the <code>AT+HTTPINIT</code> command returns ERROR but I don't know why. The same code worked without problems when I had a 4G connection but now with 3G it doesn't work. Please see the log below:</p>
<pre><code>Module Reset, please wait

RDY

+CPIN: READY

SMS DONE

PB DONE
AT+CPIN?
+CPIN: READY

OK
AT+CSQ
+CSQ: 20,99

OK
AT+CGREG?
+CGREG: 0,5

OK
AT+COPS?
+COPS: 0,0,"Swisscom Things Mobile",2

OK
AT+HTTPINIT
ERROR
</code></pre>
]]></description><link>https://community.m5stack.com/topic/4357/com-lte-sim7600g-httpinit-error</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 01:21:17 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4357.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Jun 2022 13:37:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to COM.LTE (SIM7600G) HTTPINIT error on Mon, 13 Jun 2022 20:17:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21132">@Veto6017</a></p>
<p dir="auto">thank you for reporting back - this is quite interesting.</p>
<p dir="auto">I used <code>AT+COPS=1,2,"22802",2</code> to manually select UTRAN (2) instead of EUTRAN (7).<br />
Note: "22802" is provider Sunrise in Switzerland.<br />
BTW: <code>AT+COPS=0</code> gets you back to automatic selection.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/17722</link><guid isPermaLink="true">https://community.m5stack.com/post/17722</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 13 Jun 2022 20:17:36 GMT</pubDate></item><item><title><![CDATA[Reply to COM.LTE (SIM7600G) HTTPINIT error on Mon, 13 Jun 2022 18:08:39 GMT]]></title><description><![CDATA[<p dir="auto">When I use <code>AT+CNMP=48</code> to disable LTE connections and then check the current IP address using <code>AT+CGPADDR</code> shows no IP (0.0.0.0) but calling <code>AT+HTTPINIT</code> works without an error and after this command I've got a valid IP (see the log below). I will check the device in the field again on the end of this week.</p>
<pre><code>AT+COPS?
+COPS: 0,0,"Swisscom Things Mobile",7

OK
AT+CGPADDR
+CGPADDR: 1,10.118.68.169

OK
AT+CNMP=48
OK
AT+CGPADDR
+CGPADDR: 1,0.0.0.0

OK
AT+CGPADDR
+CGPADDR: 1,0.0.0.0

OK
AT+COPS?
+COPS: 0,0,"Swisscom Things Mobile",2

OK
AT+CGPADDR
+CGPADDR: 1,0.0.0.0

OK
AT+HTTPINIT
OK
AT+CGPADDR
+CGPADDR: 1,10.109.3.47

OK
</code></pre>
]]></description><link>https://community.m5stack.com/post/17719</link><guid isPermaLink="true">https://community.m5stack.com/post/17719</guid><dc:creator><![CDATA[Veto6017]]></dc:creator><pubDate>Mon, 13 Jun 2022 18:08:39 GMT</pubDate></item><item><title><![CDATA[Reply to COM.LTE (SIM7600G) HTTPINIT error on Sun, 12 Jun 2022 14:49:11 GMT]]></title><description><![CDATA[<p dir="auto">Hi Felix,</p>
<p dir="auto">I'm using a SIM card from <a href="https://thingsmobile.com" target="_blank" rel="noopener noreferrer nofollow ugc">thingsmobile</a> and as far as I understand the APN should always be the same. I've just contacted the thingsmobile support and they did a SIM reset. Sadly I'm now always getting a 4G connection and everything works fine.</p>
<p dir="auto">I've tried with <code>AT+CNMP=48</code> to disable LTE connections to further debug but the setting is reset after <code>AT+CRESET</code> and also after a power reset. Although the manuals states: <strong>The set value will retain after module reset</strong>. I'm able to execute <code>AT+HTTPINIT</code> after changing preferred mode selection but I want to try it after a reset.</p>
<p dir="auto">Do you have an idea how I can force the SIM7600 to connect using 3G?</p>
<p dir="auto">Please also see the logs below.</p>
<p dir="auto">Thanks, Roger</p>
<pre><code>Changing APN without success
AT+CGDCONT=1,"IP","TM"
OK

AT+CGPADDR
+CGPADDR: 1,0.0.0.0

OK
AT+CGDCONT=?
+CGDCONT: (1-24),"IP",,,(0-2),(0-4),(0-1),(0-1)
+CGDCONT: (1-24),"PPP",,,(0-2),(0-4),(0-1),(0-1)
+CGDCONT: (1-24),"IPV6",,,(0-2),(0-4),(0-1),(0-1)
+CGDCONT: (1-24),"IPV4V6",,,(0-2),(0-4),(0-1),(0-1)
</code></pre>
<pre><code>When I have a 4G connection it works
AT+CGPADDR
+CGPADDR: 1,10.118.92.113

OK

AT+COPS?
+COPS: 0,0,"Swisscom Things Mobile",7

OK

AT+HTTPINIT
OK
</code></pre>
<pre><code>Changing Preferred mode selection

AT+CNMP?
+CNMP: 2

OK
AT+CNMP=48
OK
AT+CNMP?
+CNMP: 48

OK
AT+COPS?
+COPS: 0,0,"Swisscom Things Mobile",2

OK
AT+HTTPINIT
OK
</code></pre>
]]></description><link>https://community.m5stack.com/post/17709</link><guid isPermaLink="true">https://community.m5stack.com/post/17709</guid><dc:creator><![CDATA[Veto6017]]></dc:creator><pubDate>Sun, 12 Jun 2022 14:49:11 GMT</pubDate></item><item><title><![CDATA[Reply to COM.LTE (SIM7600G) HTTPINIT error on Sat, 11 Jun 2022 15:48:12 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21132">@Veto6017</a></p>
<p dir="auto">ok, so for whatever reason the SIM7600G did not receive an IP address. That is probably the reason HTTP init fails.</p>
<p dir="auto">Have you set the APN? Maybe the 3G APN is different from the 4G APN?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/17702</link><guid isPermaLink="true">https://community.m5stack.com/post/17702</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 11 Jun 2022 15:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to COM.LTE (SIM7600G) HTTPINIT error on Sat, 11 Jun 2022 15:22:22 GMT]]></title><description><![CDATA[<p dir="auto">Hi Felix,</p>
<pre><code>AT+CGPADDR
+CGPADDR: 1,0.0.0.0

OK
AT+HTTPTERM
ERROR
</code></pre>
<p dir="auto">Thanks,<br />
Roger</p>
]]></description><link>https://community.m5stack.com/post/17701</link><guid isPermaLink="true">https://community.m5stack.com/post/17701</guid><dc:creator><![CDATA[Veto6017]]></dc:creator><pubDate>Sat, 11 Jun 2022 15:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to COM.LTE (SIM7600G) HTTPINIT error on Sat, 11 Jun 2022 14:33:57 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21132">@Veto6017</a></p>
<p dir="auto">did you check if the SIM7600G has received an IP address using <code>AT+CGPADDR</code>?</p>
<p dir="auto">also did you try to issue an <code>AT+HTTPTERM</code> command, maybe HTTP was already initialised?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/17700</link><guid isPermaLink="true">https://community.m5stack.com/post/17700</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 11 Jun 2022 14:33:57 GMT</pubDate></item></channel></rss>