<?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[Cat-M1 + GNSS Unit has no GPS GNSS option.]]></title><description><![CDATA[<p dir="auto">According to the docs page the Cat-M1 + GNSS unit supports GPS, but in UiFlow the only options are GLONASS (Russia), BEIDOU (China), GALILEAN (Europe), and QZSS (Japan), and I'm in the US and I need to use GPS.</p>
]]></description><link>https://community.m5stack.com/topic/4458/cat-m1-gnss-unit-has-no-gps-gnss-option</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 14:38:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4458.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Jul 2022 20:51:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cat-M1 + GNSS Unit has no GPS GNSS option. on Tue, 26 Jul 2022 20:05:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> Thank you very much!</p>
]]></description><link>https://community.m5stack.com/post/18075</link><guid isPermaLink="true">https://community.m5stack.com/post/18075</guid><dc:creator><![CDATA[HWTaro9]]></dc:creator><pubDate>Tue, 26 Jul 2022 20:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to Cat-M1 + GNSS Unit has no GPS GNSS option. on Tue, 26 Jul 2022 02:58:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/hwtaro9" aria-label="Profile: HWTaro9">@<bdi>HWTaro9</bdi></a></p>
<p dir="auto">I just ran below three blocks and monitored the AT commands they would send to the modem (w/o the modem actually stacked / connected to the M5Stack):</p>
<p dir="auto">GNSS power control 'on' -&gt; <code>AT+CGNSPWR=1</code><br />
GNSS work mode 'GLONASS' -&gt; <code>AT+CGNSMOD=1,1,0,0,0</code><br />
GNSS NMEA poll task -&gt; <code>AT+CGNSINF</code></p>
<p dir="auto">This means that the AT command <code>AT+SGNSCFG=&lt;MODE&gt;</code> I mentioned before is not part of these three blocks.</p>
<p dir="auto">BTW: checking the work mode on my SIM7080 for the first time returns:</p>
<pre><code>AT+CGNSMOD?
+CGNSMOD: 1,1,0,0,0
</code></pre>
<p dir="auto">which means GPS and GLONASS are enabled. And since this command's parameter saving mode is <code>AUTO_SAVE_REBOOT</code> I would assume that this is the default.</p>
<p dir="auto">In other words if you omit the work mode block I'd assume GPS and GLONASS are enabled by default.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18061</link><guid isPermaLink="true">https://community.m5stack.com/post/18061</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 26 Jul 2022 02:58:49 GMT</pubDate></item><item><title><![CDATA[Reply to Cat-M1 + GNSS Unit has no GPS GNSS option. on Mon, 25 Jul 2022 21:01:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> Thanks! so if I don't use the block that sets what constellation it uses, it will default to just using GPS, right?</p>
]]></description><link>https://community.m5stack.com/post/18059</link><guid isPermaLink="true">https://community.m5stack.com/post/18059</guid><dc:creator><![CDATA[HWTaro9]]></dc:creator><pubDate>Mon, 25 Jul 2022 21:01:37 GMT</pubDate></item><item><title><![CDATA[Reply to Cat-M1 + GNSS Unit has no GPS GNSS option. on Mon, 25 Jul 2022 07:08:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/hwtaro9" aria-label="Profile: HWTaro9">@<bdi>HWTaro9</bdi></a></p>
<p dir="auto">I think you can choose any of the four options as GPS is always included by default. From the <a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/sim7080g/en/SIM7070_SIM7080_SIM7090%20Series_AT%20Command%20Manual_V1.04.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">SIM7080 AT command document</a>:</p>
<p dir="auto"><em>AT+SGNSCFG="MODE",&lt;mode&gt;<br />
0 start GPS and GLONASS constellation<br />
1 start GPS and GALILEO constellation<br />
2 start GPS and BEIDOU constellation<br />
3 start GPS and QZSS constellation</em></p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18047</link><guid isPermaLink="true">https://community.m5stack.com/post/18047</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 25 Jul 2022 07:08:28 GMT</pubDate></item></channel></rss>