<?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[Cant use GPS and LTE module at the same time]]></title><description><![CDATA[<p dir="auto">I have these 2 modules along with the core 2. The LTE module is on pins 14/13, and the gps is on 1/3. LTE module is being powered externally.<br />
<a href="https://shop.m5stack.com/products/gps-module" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/products/gps-module</a><br />
<a href="https://shop.m5stack.com/collections/m5-modules/products/com-lte-modulesim7600g?variant=35800524488868" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/collections/m5-modules/products/com-lte-modulesim7600g?variant=35800524488868</a></p>
<p dir="auto">When used separately, everything works fine, but when using both at the same time i get this error as soon as i try to initialize them.</p>
<pre><code>File "&lt;string&gt;", line 35, in &lt;module&gt;
File "comx/lte.py, line 27, in __init__
File "libs/simcom/common.py", line 164, in ...
IndexError: list index out of range
</code></pre>
]]></description><link>https://community.m5stack.com/topic/5373/cant-use-gps-and-lte-module-at-the-same-time</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 06:21:20 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5373.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Jun 2023 05:38:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cant use GPS and LTE module at the same time on Thu, 08 Jun 2023 08:25:09 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jkeyser" aria-label="Profile: jkeyser">@<bdi>jkeyser</bdi></a></p>
<p dir="auto">BTW: the LTE modem SIM7600G also has a GPS, but you need to add an antenna.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21127</link><guid isPermaLink="true">https://community.m5stack.com/post/21127</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 08 Jun 2023 08:25:09 GMT</pubDate></item><item><title><![CDATA[Reply to Cant use GPS and LTE module at the same time on Thu, 08 Jun 2023 07:05:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jkeyser" aria-label="Profile: jkeyser">@<bdi>jkeyser</bdi></a></p>
<p dir="auto">hmm, I wonder if the code internally uses the same Serial for both devices hence the device which is initialized last 'wins'?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21126</link><guid isPermaLink="true">https://community.m5stack.com/post/21126</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 08 Jun 2023 07:05:16 GMT</pubDate></item><item><title><![CDATA[Reply to Cant use GPS and LTE module at the same time on Thu, 08 Jun 2023 06:30:28 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><br />
just tried, but the same thing happened.</p>
<p dir="auto">One thing i did notice was if i initialize the LTE modem first, i dont get the index out of range error, but only the gps works. All the modem status checks such as get_single_quality() get_network_registration() return false as if it isnt even there.</p>
]]></description><link>https://community.m5stack.com/post/21125</link><guid isPermaLink="true">https://community.m5stack.com/post/21125</guid><dc:creator><![CDATA[jkeyser]]></dc:creator><pubDate>Thu, 08 Jun 2023 06:30:28 GMT</pubDate></item><item><title><![CDATA[Reply to Cant use GPS and LTE module at the same time on Thu, 08 Jun 2023 05:49:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jkeyser" aria-label="Profile: jkeyser">@<bdi>jkeyser</bdi></a></p>
<p dir="auto">have you tried to set the GPS module to use GPIOs 5/13 which translates to GPIOs 33 and 19 for M5Core2? (There is a table <a href="https://docs.m5stack.com/en/core/core2" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> (see Pinmap) for the translation.)</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/21124</link><guid isPermaLink="true">https://community.m5stack.com/post/21124</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 08 Jun 2023 05:49:38 GMT</pubDate></item></channel></rss>