<?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[GPS + GSM]]></title><description><![CDATA[<p dir="auto">hi, is possible to connect GPS module and GSM at the same time?</p>
]]></description><link>https://community.m5stack.com/topic/175/gps-gsm</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:19:39 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/175.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Apr 2018 23:27:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GPS + GSM on Fri, 20 Apr 2018 16:36:42 GMT]]></title><description><![CDATA[<p dir="auto">You can use hardwareSerial to assign (ex)Serial1 and Serial2 to different pin's then use Serial1 and Serial2 to communicate with the GSM and GPS</p>
<p dir="auto">HardwareSerial Serial1;<br />
Serial1.begin(unsigned long baud, uint32_t config=SERIAL_8N1, int8_t rxPin=x, int8_t txPin=y, bool invert=false);</p>
<p dir="auto">Just an ideea...</p>
]]></description><link>https://community.m5stack.com/post/877</link><guid isPermaLink="true">https://community.m5stack.com/post/877</guid><dc:creator><![CDATA[Calin]]></dc:creator><pubDate>Fri, 20 Apr 2018 16:36:42 GMT</pubDate></item><item><title><![CDATA[Reply to GPS + GSM on Fri, 20 Apr 2018 16:28:21 GMT]]></title><description><![CDATA[<p dir="auto">Default the GPS and GSM modules are partially disconnected from the M5Stack bus.<br />
You must bridge the contact areas for connection.<br />
<img src="/assets/uploads/files/1524226967241-1524065523536-m5stack-gsm-and-gps-boards-gpios-used-resized.jpg" alt="0_1524226964012_1524065523536-m5stack-gsm-and-gps-boards-gpios-used.jpg" class=" img-fluid img-markdown" /><br />
The GSM module has not alternatives for connection. It uses GPIO16 and 17 for UART and GPIO5 for reset.<br />
The GPS module has alternative connections. 16&amp;17 or 1&amp;3 or 5&amp;13 for UART. If you d'not need a PPS-signal, you can not bridge it at all.<br />
BUT.<br />
GPIO 1&amp;3 is used USB-UART (CP2104).<br />
I d'not know how to use GPIO 5&amp;13 like a UART. This is not a typical application for ESP32.</p>
]]></description><link>https://community.m5stack.com/post/876</link><guid isPermaLink="true">https://community.m5stack.com/post/876</guid><dc:creator><![CDATA[X-Dron]]></dc:creator><pubDate>Fri, 20 Apr 2018 16:28:21 GMT</pubDate></item><item><title><![CDATA[Reply to GPS + GSM on Wed, 18 Apr 2018 21:20:45 GMT]]></title><description><![CDATA[<p dir="auto">Thnx, i think it´s possible  to use an arduino for gps (serial) and communicate this by i2C to the m5stack, what do you think?</p>
]]></description><link>https://community.m5stack.com/post/865</link><guid isPermaLink="true">https://community.m5stack.com/post/865</guid><dc:creator><![CDATA[richardmike4]]></dc:creator><pubDate>Wed, 18 Apr 2018 21:20:45 GMT</pubDate></item><item><title><![CDATA[Reply to GPS + GSM on Wed, 18 Apr 2018 22:33:08 GMT]]></title><description><![CDATA[<p dir="auto">@jimit 在 <a href="/post/861">GPS + GSM</a> 中说：</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richardmike4" aria-label="Profile: richardmike4">@<bdi>richardmike4</bdi></a> Hi Richard,</p>
<p dir="auto">Some modules use the same GPIO - in this case only one module can be actively used at a time.</p>
</blockquote>
<p dir="auto">It would be a good idea to add some jumpers on such modules to select the communication pins.<br />
There is plenty of space on the board for that purpose.</p>
<p dir="auto">For example, GPS &amp; GSM modules, apart from the fact that they cannot be used at the same time, are completely unusable on M5Stack with psRAM on which pins 16&amp;17 are used to access psRAM.</p>
]]></description><link>https://community.m5stack.com/post/863</link><guid isPermaLink="true">https://community.m5stack.com/post/863</guid><dc:creator><![CDATA[loboris]]></dc:creator><pubDate>Wed, 18 Apr 2018 22:33:08 GMT</pubDate></item><item><title><![CDATA[Reply to GPS + GSM on Wed, 18 Apr 2018 15:56:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richardmike4" aria-label="Profile: richardmike4">@<bdi>richardmike4</bdi></a> Hi Richard,</p>
<p dir="auto">Some modules use the same GPIO - in this case only one module can be actively used at a time.</p>
<p dir="auto">The GPS and SIM modules use the same GPIO - the GPS continually sends data - so at least for the time being it should not be used in the stack at the same time as GSM module.</p>
<p dir="auto"><img src="/assets/uploads/files/1524065523536-m5stack-gsm-and-gps-boards-gpios-used-resized.jpg" alt="0_1524065521512_M5Stack GSM and GPS boards - GPIOs used.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/861</link><guid isPermaLink="true">https://community.m5stack.com/post/861</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Wed, 18 Apr 2018 15:56:49 GMT</pubDate></item></channel></rss>