<?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[M5Stack Fire Pin Mapping]]></title><description><![CDATA[<p dir="auto">To help other M5Stack Fire players, here I attached the Pin Mapping of Fire.</p>
<p dir="auto"><img src="/assets/uploads/files/1561272244393-05971879-d34e-40f1-9080-08db542013c2-image-resized.png" alt="0_1561272244068_05971879-d34e-40f1-9080-08db542013c2-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">So... if you use PSRAM, Port C(UART) will be unavailable. If you need UART anyway, you can map UART to GPIOs of Port B.</p>
<pre><code>s = machine.UART(2, tx=26, rx=36)
</code></pre>
<p dir="auto">GPIO 36 is INPUT ONLY, so rx has to be 36.</p>
<p dir="auto"><em>refer to:</em>   <a href="https://blog.csdn.net/zhufu86/article/details/93379087" target="_blank" rel="noopener noreferrer nofollow ugc">https://blog.csdn.net/zhufu86/article/details/93379087</a>   <em>(Chinese language)</em></p>
]]></description><link>https://community.m5stack.com/topic/1103/m5stack-fire-pin-mapping</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 04:02:14 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1103.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Jun 2019 06:48:36 GMT</pubDate><ttl>60</ttl></channel></rss>