<?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 V uart communication]]></title><description><![CDATA[<p dir="auto">Hello everyone, does anyone know how I can connect my M5Stick V to my M5Stack Fire using serial communication? These are a part of the codes I use.</p>
<p dir="auto"><strong>Stick-V</strong></p>
<p dir="auto">import time<br />
from machine import UART<br />
from fpioa_manager import fm</p>
<p dir="auto">fm.register(35, fm.fpioa.UART2_TX, force=True)<br />
fm.register(34, fm.fpioa.UART2_RX, force=True)<br />
uart = UART(UART.UART2, 9600)</p>
<p dir="auto">while(True):<br />
uart.write("Hello World!\r")<br />
time.sleep(1000)</p>
<p dir="auto"><strong>Stack-Fire</strong></p>
<p dir="auto">#include &lt;M5Stack.h&gt; // needed for my board M5Stack</p>
<p dir="auto">HardwareSerial m5stack_uart(2);</p>
<p dir="auto">void setup()<br />
{<br />
M5.begin();</p>
<p dir="auto">Serial.begin(9600); ;<br />
m5stack_uart.begin(9600, SERIAL_8N1, 16, 17);<br />
//Serial2_.flush();<br />
Serial.println("Hola");<br />
m5stack_uart.println("Hola");</p>
<p dir="auto">}</p>
<p dir="auto">void loop()<br />
{<br />
m5stack_uart.println("@");<br />
if (m5stack_uart.available()) {<br />
String s = m5stack_uart.readString();<br />
Serial.println(s);<br />
}</p>
<p dir="auto">if (Serial.available()) {<br />
String s = Serial.readString();<br />
m5stack_uart.println(s);<br />
}</p>
<p dir="auto">}</p>
<p dir="auto">Regards</p>
<p dir="auto">Jaime</p>
]]></description><link>https://community.m5stack.com/topic/1451/m5stack-v-uart-communication</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:03:06 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1451.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Nov 2019 13:08:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5stack V uart communication on Sat, 23 Apr 2022 21:17:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello, I also bought the same m5stack and m5stick v products, I have the same problem. can you help me to be able to communicate my camera with the m5stack, knowing that I program my camera with maixpy ​​and the m5stack with arduino thank you in advance.</p>
]]></description><link>https://community.m5stack.com/post/17285</link><guid isPermaLink="true">https://community.m5stack.com/post/17285</guid><dc:creator><![CDATA[syphax_halou]]></dc:creator><pubDate>Sat, 23 Apr 2022 21:17:38 GMT</pubDate></item><item><title><![CDATA[Reply to M5stack V uart communication on Thu, 07 Nov 2019 14:01:29 GMT]]></title><description><![CDATA[<p dir="auto">Problem solved, thanks to both of you for the suggestions.</p>
<p dir="auto">Thank you</p>
<p dir="auto">Jaime</p>
]]></description><link>https://community.m5stack.com/post/6292</link><guid isPermaLink="true">https://community.m5stack.com/post/6292</guid><dc:creator><![CDATA[jarain78]]></dc:creator><pubDate>Thu, 07 Nov 2019 14:01:29 GMT</pubDate></item><item><title><![CDATA[Reply to M5stack V uart communication on Thu, 07 Nov 2019 13:12:01 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://qiita.com/nnn112358/items/5efd926fea20cd6c2c43" target="_blank" rel="noopener noreferrer nofollow ugc">https://qiita.com/nnn112358/items/5efd926fea20cd6c2c43</a></p>
]]></description><link>https://community.m5stack.com/post/6291</link><guid isPermaLink="true">https://community.m5stack.com/post/6291</guid><dc:creator><![CDATA[vvs551]]></dc:creator><pubDate>Thu, 07 Nov 2019 13:12:01 GMT</pubDate></item><item><title><![CDATA[Reply to M5stack V uart communication on Wed, 06 Nov 2019 13:35:04 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://m5stack.hackster.io/anoken2017/cheering-watch-of-m5stickc-v-34f0cc" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.hackster.io/anoken2017/cheering-watch-of-m5stickc-v-34f0cc</a></p>
<p dir="auto">Near the end , tell us if it helps</p>
]]></description><link>https://community.m5stack.com/post/6278</link><guid isPermaLink="true">https://community.m5stack.com/post/6278</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Wed, 06 Nov 2019 13:35:04 GMT</pubDate></item></channel></rss>