<?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[Atom GPS rx and tx GPIO ports used]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I require the rx and tx GPIO ports used to communicate with the GPS.</p>
<p dir="auto">uart = UART(1, rx=25, tx=26, baudrate=9600, bits=8, parity=None, stop=1, timeout=5000, rxbuf=1024)</p>
<p dir="auto">Anny assistance would be greatly appreciated.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.m5stack.com/topic/4292/atom-gps-rx-and-tx-gpio-ports-used</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:36:52 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4292.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 May 2022 14:57:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Atom GPS rx and tx GPIO ports used on Thu, 12 May 2022 18:03:43 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Felix</p>
]]></description><link>https://community.m5stack.com/post/17478</link><guid isPermaLink="true">https://community.m5stack.com/post/17478</guid><dc:creator><![CDATA[elefurgey]]></dc:creator><pubDate>Thu, 12 May 2022 18:03:43 GMT</pubDate></item><item><title><![CDATA[Reply to Atom GPS rx and tx GPIO ports used on Thu, 12 May 2022 16:39:04 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/elefurgey" aria-label="Profile: elefurgey">@<bdi>elefurgey</bdi></a></p>
<p dir="auto">the Arduino <a href="https://github.com/m5stack/M5-ProductExampleCodes/blob/master/AtomBase/AtomicGPS/AtomicGPS.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> code uses GPIO22 for RX and nothing for TX like this:</p>
<pre><code> Serial1.begin(9600,SERIAL_8N1,22,-1);
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/17476</link><guid isPermaLink="true">https://community.m5stack.com/post/17476</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 12 May 2022 16:39:04 GMT</pubDate></item></channel></rss>