<?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[[Core2] UiFlow - BOTTOM2 support]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">please let us know when we could see BOTTOM2 support in UiFlow.</p>
<p dir="auto">Regards<br />
Mati</p>
]]></description><link>https://community.m5stack.com/topic/2663/core2-uiflow-bottom2-support</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 09:17:12 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2663.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Dec 2020 20:21:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Mon, 18 Jan 2021 23:42:42 GMT]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I just wanted to chime in and mention that with UIFlow firmware 1.7.1.1 that I also do not have the RGB leds showing up as hardware options in block view in the UIFlow IDE. I do not have the "Set bus power mode" as an available block. I CAN however call rgb.setColorAll() and other rgb functions from the python code and get the correct output from the LED strips on the Core2 M5go Bottom2 hardware. So I am not sure what that means as far as where the bug is.</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://community.m5stack.com/post/11866</link><guid isPermaLink="true">https://community.m5stack.com/post/11866</guid><dc:creator><![CDATA[ctenophore]]></dc:creator><pubDate>Mon, 18 Jan 2021 23:42:42 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Fri, 15 Jan 2021 17:03:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">UIFlow 1.7.1.1 for M5Core2 is out and it seems to fix the power issue on port A. I can now scan and use units on port A w/o the need to add the <code>Set bus power mode 0</code> instruction.</p>
<p dir="auto">Happy Stacking!<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11769</link><guid isPermaLink="true">https://community.m5stack.com/post/11769</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 15 Jan 2021 17:03:13 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Mon, 11 Jan 2021 17:44:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4491">@ove</a> said in <a href="/post/11647">[Core2] UiFlow - BOTTOM2 support</a>:</p>
<blockquote>
<p dir="auto">If you are using firmware version 1.7.1 then I suggest trying version 1.7.0 because in 1.7.1 the power to external devices are off when the device is powered on and even if you use the "Set bus power mode" block it is trying to initialize your "Units" before they get any power and this will cause problems like this.<br />
It is possible to enable power before the Units are initialized if you switch to the python tab... but this should be fixed in a new firmware release.</p>
</blockquote>
<p dir="auto">yep rollback to 1.7.0 bring back the i2c. Thx <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4491">@Ove</a><br />
so we have a big issue inside 1.7.1 ...</p>
]]></description><link>https://community.m5stack.com/post/11657</link><guid isPermaLink="true">https://community.m5stack.com/post/11657</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Mon, 11 Jan 2021 17:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Mon, 11 Jan 2021 12:56:17 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">@Mati : sorry to hear. Are you saying your M5Core2 with, lets say factory firmware installed, no longer is able to detect any internal I2C devices?</p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4491">@Ove</a> : you are correct, when I run below code in UIFlow 1.7.1 with firmware 1.7.1 on M5Core2 the attached unit (Ameter) is correctly found by the I2C scan<br />
<img src="/assets/uploads/files/1610368789163-uiflowportai2cscan20210111.png" alt="0_1610368755388_UIFlowPortAI2CScan20210111.png" class=" img-fluid img-markdown" /><br />
and returns a list with the two devices, e.g. <code>[72, 81]</code>.</p>
<p dir="auto">However that is only true as long as I do not define / add the Ameter unit. As soon as I add the Ameter unit I get an error that the Ameter is not found. So yes, it looks like some I2C initialisation is already taking place before the UIFlow code has a chance to run.</p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@Zontex</a> : maybe it would make sense to allow setting the initial <code>Bus Power Mode</code> similar to the WiFi settings via M5Burner?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11648</link><guid isPermaLink="true">https://community.m5stack.com/post/11648</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 11 Jan 2021 12:56:17 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Mon, 11 Jan 2021 10:59:29 GMT]]></title><description><![CDATA[<p dir="auto">If you are using firmware version 1.7.1 then I suggest trying version 1.7.0 because in 1.7.1 the power to external devices are off when the device is powered on and even if you use the "Set bus power mode" block it is trying to initialize your "Units" before they get any power and this will cause problems like this.<br />
It is possible to enable power before the Units are initialized if you switch to the python tab... but this should be fixed in a new firmware release.</p>
]]></description><link>https://community.m5stack.com/post/11647</link><guid isPermaLink="true">https://community.m5stack.com/post/11647</guid><dc:creator><![CDATA[Ove]]></dc:creator><pubDate>Mon, 11 Jan 2021 10:59:29 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Mon, 11 Jan 2021 10:36:47 GMT]]></title><description><![CDATA[<p dir="auto">Well did it already on solo mode ic is dead as well...</p>
]]></description><link>https://community.m5stack.com/post/11646</link><guid isPermaLink="true">https://community.m5stack.com/post/11646</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Mon, 11 Jan 2021 10:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Sun, 10 Jan 2021 22:45:15 GMT]]></title><description><![CDATA[<p dir="auto">Hi @Mati</p>
<p dir="auto">I am just wondering if the I2C failure could be a connectivity issue between M5Core2 and M5GO2? Maybe try to separate the two and then stack them again?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11643</link><guid isPermaLink="true">https://community.m5stack.com/post/11643</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 10 Jan 2021 22:45:15 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Sun, 10 Jan 2021 17:02:24 GMT]]></title><description><![CDATA[<p dir="auto">Fun fact ... after a while when all was working my env2 or tvoc is unable to communicate ....<br />
<img src="/assets/uploads/files/1610298020202-20210110_175915-resized.jpg" alt="0_1610297963551_20210110_175915.jpg" class=" img-fluid img-markdown" /><br />
Sounds like i will contact support ...<img src="/assets/uploads/files/1610298140885-20210110_175941-resized.jpg" alt="0_1610298037189_20210110_175941.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/11642</link><guid isPermaLink="true">https://community.m5stack.com/post/11642</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Sun, 10 Jan 2021 17:02:24 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Sat, 09 Jan 2021 17:39:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> said in <a href="/post/11623">[Core2] UiFlow - BOTTOM2 support</a>:</p>
<blockquote>
<p dir="auto">Hello @Mati</p>
<p dir="auto">I have received my M5GO2 bottom yesterday. <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@Zontex</a> was correct, UIFlow support for M5GO2 is already in M5Core2 firmware 1.7.1. What is missing is enabling the 5 volts boost IC in M5Core2. W/o that the RGB LEDs do not have power. This works for me:</p>
<p dir="auto"><img src="/assets/uploads/files/1610134669301-uiflowm5core2bottom2rgb_20210108.png" alt="0_1610134667796_UIFlowM5Core2Bottom2RGB_20210108.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers<br />
Felix</p>
</blockquote>
<p dir="auto">Great find ! big thx <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a></p>
<p dir="auto">Lets hope <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@Zontex</a> will fix this. core2 section is missing <a href="https://docs.m5stack.com/#/en/uiflow/hardware?id=power-m5stack" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/#/en/uiflow/hardware?id=power-m5stack</a></p>
]]></description><link>https://community.m5stack.com/post/11628</link><guid isPermaLink="true">https://community.m5stack.com/post/11628</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Sat, 09 Jan 2021 17:39:26 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Fri, 08 Jan 2021 19:39:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello @Mati</p>
<p dir="auto">I have received my M5GO2 bottom yesterday. <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@Zontex</a> was correct, UIFlow support for M5GO2 is already in M5Core2 firmware 1.7.1. What is missing is enabling the 5 volts boost IC in M5Core2. W/o that the RGB LEDs do not have power. This works for me:</p>
<p dir="auto"><img src="/assets/uploads/files/1610134669301-uiflowm5core2bottom2rgb_20210108.png" alt="0_1610134667796_UIFlowM5Core2Bottom2RGB_20210108.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11623</link><guid isPermaLink="true">https://community.m5stack.com/post/11623</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 08 Jan 2021 19:39:50 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Fri, 01 Jan 2021 09:49:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@Zontex</a></p>
<p dir="auto">for I2C you are correct, SDA/SCL (GPIOs 21/22) are identical on the <code>Core2 Expansion board</code> and <code>M5GO2</code> so either IMU will work.</p>
<p dir="auto">However for RGB the original  <code>M5GO</code> is using GPIO 15 whereas the newer <code>M5GO2 </code> uses GPIO 25 for RGB - so most likely it will not just work. (Or am I missing something?)</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11486</link><guid isPermaLink="true">https://community.m5stack.com/post/11486</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 01 Jan 2021 09:49:38 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Thu, 31 Dec 2020 19:27:59 GMT]]></title><description><![CDATA[<p dir="auto">also port mapping is a bit wrong<br />
<img src="/assets/uploads/files/1609442836848-8730f1aa-72f0-4ec6-acc8-f327ad4701ea-image.png" alt="0_1609442825137_8730f1aa-72f0-4ec6-acc8-f327ad4701ea-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">maybe the old idea with add a a core as the unit would be better.</p>
]]></description><link>https://community.m5stack.com/post/11480</link><guid isPermaLink="true">https://community.m5stack.com/post/11480</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Thu, 31 Dec 2020 19:27:59 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Thu, 31 Dec 2020 19:06:42 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@Zontex</a> you mean this ?<br />
<img src="/assets/uploads/files/1609441580486-0d9721be-17af-4289-b101-c7d84d843f21-image-resized.png" alt="0_1609441567820_0d9721be-17af-4289-b101-c7d84d843f21-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">if Yes this is not working on my core2 + bottom.</p>
]]></description><link>https://community.m5stack.com/post/11479</link><guid isPermaLink="true">https://community.m5stack.com/post/11479</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Thu, 31 Dec 2020 19:06:42 GMT</pubDate></item><item><title><![CDATA[Reply to [Core2] UiFlow - BOTTOM2 support on Wed, 30 Dec 2020 10:52:58 GMT]]></title><description><![CDATA[<p dir="auto">There is support already, you can go to the hardware tab and get the RGB and IMU which are located on Bottom2 as well - they have the same pin map as Core2.</p>
]]></description><link>https://community.m5stack.com/post/11440</link><guid isPermaLink="true">https://community.m5stack.com/post/11440</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Wed, 30 Dec 2020 10:52:58 GMT</pubDate></item></channel></rss>