<?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[Is it possible to connect two M5Atom with a cable...]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Is it possible to connect two M5Atom with a cable by UART - without any additional equipment?<br />
"White" socket used to connect sensors?<br />
Possibly with an interleaved cable?<br />
And using interrupts?</p>
<p dir="auto">Kind regards,<br />
Kajetan</p>
]]></description><link>https://community.m5stack.com/topic/5690/is-it-possible-to-connect-two-m5atom-with-a-cable</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:00:38 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5690.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Oct 2023 10:20:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is it possible to connect two M5Atom with a cable... on Thu, 05 Oct 2023 09:43:07 GMT]]></title><description><![CDATA[<p dir="auto">Sorry!<br />
For some reason I completely overlooked that you wanted to connect <em>two</em> devices together.</p>
<p dir="auto">So the answer is yes! Get a Grove cable:<br />
<a href="https://shop.m5stack.com/products/4pin-buckled-grove-cable?variant=16804807082074" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/products/4pin-buckled-grove-cable?variant=16804807082074</a></p>
<p dir="auto">Remove/cut the the red (+5v) wire and setup the UARTs on both devices with "crossover"  pin-config.<br />
I.e.:</p>
<ul>
<li>Device A UARTx Tx=32 Rx=26</li>
<li>Device B UARTx Tx=26 Rx=32</li>
</ul>
<p dir="auto">or vice versa.</p>
<p dir="auto">I'm not sure what you mean by "using interrupt", but you could (with same cable) define say pin 32 as output on device A and the same pin as an input defined to an interrupt on Device B and then perhaps the opposite with Pin 26</p>
]]></description><link>https://community.m5stack.com/post/22419</link><guid isPermaLink="true">https://community.m5stack.com/post/22419</guid><dc:creator><![CDATA[Cognitive5525]]></dc:creator><pubDate>Thu, 05 Oct 2023 09:43:07 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to connect two M5Atom with a cable... on Wed, 04 Oct 2023 12:36:31 GMT]]></title><description><![CDATA[<p dir="auto">Depends what you what you want to achieve.<br />
If you mean to connect for programming/flashing the module - probably not.<br />
You would need to reconfigure the UART0 to pin 26/32 - I'm not even sure this can be done.<br />
If you just want to connect a "serial console" to communicate with your own running program then yes.<br />
You just need to set up UART1 or 2 to GPIO26 and 32 in your own program.<br />
Your console must be 3.3V TTL though</p>
]]></description><link>https://community.m5stack.com/post/22414</link><guid isPermaLink="true">https://community.m5stack.com/post/22414</guid><dc:creator><![CDATA[Cognitive5525]]></dc:creator><pubDate>Wed, 04 Oct 2023 12:36:31 GMT</pubDate></item></channel></rss>