<?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[Stamp C3 &#x2F;C3U pinout diagrams]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">The documentation (<a href="https://docs.m5stack.com/en/core/stamp_c3" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/core/stamp_c3</a> &amp; <a href="https://docs.m5stack.com/en/core/stamp_c3u" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/core/stamp_c3u</a>) does not show any pins assigned to I2C or SPI. Is it correct that the pins have not been linked to the ESP chip, not enabling the functions?</p>
]]></description><link>https://community.m5stack.com/topic/4513/stamp-c3-c3u-pinout-diagrams</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:42:16 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4513.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Aug 2022 12:55:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Stamp C3 &#x2F;C3U pinout diagrams on Fri, 12 Aug 2022 01:30:59 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> OK! I tied the very complicated TOF sensor because it is in-line code, no damned Library and...<br />
...It works on C3.<br />
The expected activity on the G1, G0 was as it should be.<br />
So, thanks for your help, I will use this event as a plateau and work to trouble shoot the ENV myself, probably with in-line code,  No Lib !!!<br />
Vielen Dank!</p>
]]></description><link>https://community.m5stack.com/post/18297</link><guid isPermaLink="true">https://community.m5stack.com/post/18297</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Fri, 12 Aug 2022 01:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp C3 &#x2F;C3U pinout diagrams on Fri, 12 Aug 2022 01:01:11 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> said in <a href="/post/18295">Stamp C3 /C3U pinout diagrams</a>:<br />
Hi Felix. I took your suggestions and on the Stamp-PICO it works, but not the C3.<br />
The I2C port pins 1, 0 show DC connectivity ref ground, but no scope activity on the pins while it is running.<br />
It would be nice if M5Stack provided a simple Arduino IDE example of a I2C device on C3!!! I am going to try a different I2C M5Stack sensor (TOF) Which I am familiar with. (I did a RoverC with avoidance sketch!)</p>
]]></description><link>https://community.m5stack.com/post/18296</link><guid isPermaLink="true">https://community.m5stack.com/post/18296</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Fri, 12 Aug 2022 01:01:11 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp C3 &#x2F;C3U pinout diagrams on Thu, 11 Aug 2022 22:08:48 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/teastain" aria-label="Profile: teastain">@<bdi>teastain</bdi></a></p>
<p dir="auto">i think you can use the M5Atom ENVII <a href="https://github.com/m5stack/M5Unit-ENV/blob/master/examples/Unit_ENVII_M5Atom/Unit_ENVII_M5Atom.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> as basis.</p>
<ul>
<li>Replace <code>#include &lt;M5Atom.h&gt;</code> with <code>#include &lt;Arduino.h&gt;</code>.</li>
<li>Replace <code>M5.begin()</code> with <code>Serial.begin(115200);</code>.</li>
<li>Remove all lines with <code>M5.dis.</code></li>
<li>Replace <code>Wire.begin(26, 32);</code> with <code>Wire.begin(1, 0);</code>.</li>
<li>Connect ENVII unit to M5StampC3 port A.</li>
</ul>
<p dir="auto">Note: I do not have the ENVII unit, so I cannot test this myself.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18295</link><guid isPermaLink="true">https://community.m5stack.com/post/18295</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 11 Aug 2022 22:08:48 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp C3 &#x2F;C3U pinout diagrams on Thu, 11 Aug 2022 17:18:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/slyderule" aria-label="Profile: slyderule">@<bdi>slyderule</bdi></a> The C3 appears to be SCL G0 and SDA G1...but...I cannot get the Stamp-C3 to read an ENVII temp sensor on I2C. There is no Arduino IDE M5Stack example to go on, only the much more complicated IDF environment.<br />
Still working on it, but I may make my own community post to see if M5Stack or <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a> can help!</p>
]]></description><link>https://community.m5stack.com/post/18285</link><guid isPermaLink="true">https://community.m5stack.com/post/18285</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Thu, 11 Aug 2022 17:18:17 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp C3 &#x2F;C3U pinout diagrams on Thu, 11 Aug 2022 15:02:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/slyderule" aria-label="Profile: slyderule">@<bdi>slyderule</bdi></a> Esp32 is an oddball in that it doesn’t have hard set pins instead it can have multiple functions assigns to pins based on the job it’s being used on.</p>
]]></description><link>https://community.m5stack.com/post/18284</link><guid isPermaLink="true">https://community.m5stack.com/post/18284</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 11 Aug 2022 15:02:51 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp C3 &#x2F;C3U pinout diagrams on Thu, 11 Aug 2022 12:20:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/teastain" aria-label="Profile: teastain">@<bdi>teastain</bdi></a> ... thank you, this helps a little. I need to know which pin is clock and which is data. For my use case I will be using the Stamp much in the way one would use any other ESP32 board, wiring it to sensors directly and not using the M5 ports.</p>
<p dir="auto">the M5Stack team usually does an awesome job with their documentation (on the links I posted in the OP).</p>
]]></description><link>https://community.m5stack.com/post/18281</link><guid isPermaLink="true">https://community.m5stack.com/post/18281</guid><dc:creator><![CDATA[SlydeRule]]></dc:creator><pubDate>Thu, 11 Aug 2022 12:20:50 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp C3 &#x2F;C3U pinout diagrams on Tue, 09 Aug 2022 17:07:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/slyderule" aria-label="Profile: slyderule">@<bdi>slyderule</bdi></a> Hi!<br />
C3 has the I2C "PORT A" on the left side beside the USB-C port, pins G1 and G0. You can see it on the supplied sticker!<br />
"Module peripheral interface resources	ADC, GPIO, SPI, UART, I2C, I2S, PWM, RMT, DMA, USB serial port, TWAI"(from the Specifications list)<br />
Hope this helps, cheers, Terry</p>
]]></description><link>https://community.m5stack.com/post/18259</link><guid isPermaLink="true">https://community.m5stack.com/post/18259</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Tue, 09 Aug 2022 17:07:10 GMT</pubDate></item></channel></rss>