<?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.GSM Module]]></title><description><![CDATA[<p dir="auto">Hi:</p>
<p dir="auto">I have attached a COM.GSM to my M5stack basic.<br />
I can communicate with at commands but I can't send SMS or to do any GSM communication<br />
It likes as the SIM can't connect with operator. I have tested with 3 SIM and I have tested all SIM's on a smartphone for sure that works fine. All SIMs I have tested have desactivated PIN security.<br />
The GSM module blinks a blues led every second, as not registred</p>
<p dir="auto">Could you help me?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.m5stack.com/topic/4747/com-gsm-module</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 15:24:11 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4747.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Oct 2022 11:43:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to COM.GSM Module on Sun, 23 Oct 2022 12:19:17 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/8744">@jorge5a</a></p>
<p dir="auto">the COM.GSM can only operate with 2G networks. Are you sure in your region 2G is still operational? The fact that the SIMs work in a smartphone doesn't automatically mean they work in the COM.GSM as the smartphone could connect using something else than 2G.</p>
<p dir="auto">That said you can try the following command. This will tell you if the modem has registered with a provider.</p>
<pre><code>AT+COPS?
  +COPS=0 // auto mode not registered
  +COPS=1 // manual mode not registered
  +COPS: 0,0,"CHINA MOBILE" // auto mode registered
</code></pre>
<p dir="auto">Or try to get a list of available providers.</p>
<pre><code>AT+COPS=?
  +COPS: (1,"Sunrise","Sunrise","22802",0),,(0,1,2,3,4),(0,1,2)
</code></pre>
<p dir="auto">Note: this command can take a long time and sometimes you need to issue it multiple times to get a result.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/19084</link><guid isPermaLink="true">https://community.m5stack.com/post/19084</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 23 Oct 2022 12:19:17 GMT</pubDate></item></channel></rss>