<?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[SIM7600: Cellular and GPS Simultaneously?]]></title><description><![CDATA[<p dir="auto">Does the SIM7600 support both cellular and GPS communications at the same time, unlike the SIM7080? Insights appreciated. Thanks!</p>
]]></description><link>https://www.community.lilygo.cc/topic/744/sim7600-cellular-and-gps-simultaneously</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 20:00:27 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/744.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Oct 2023 15:43:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SIM7600: Cellular and GPS Simultaneously? on Wed, 22 Nov 2023 10:02:34 GMT]]></title><description><![CDATA[<p dir="auto">Yes and No, you can activate the GNSS (GPS, Galileo..) and ask for the GNSS info (from cold start it me take a while to get position data). And establish a connection with GSM/LTE simultaneously. (As in they can run at the same time). The AT-command to receive data can be called fast after one another, but not Simultaneously.</p>
<pre><code>// GSM/LTE
AT+CGATT=1
AT+CGSOCKCONT=1,"IP","YOUR ANP"
AT+CSOCKSETPN=1
AT+NETOPEN
AT+IPADDR
AT+NETOPEN? //+NETOPEN: 1 is net open
// GNSS
AT+CGNSPWR=1
AT+CGNSINF
</code></pre>
]]></description><link>https://www.community.lilygo.cc/post/1460</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1460</guid><dc:creator><![CDATA[Postpiet]]></dc:creator><pubDate>Wed, 22 Nov 2023 10:02:34 GMT</pubDate></item></channel></rss>