<?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[PortA i2c unit not recognized in Core2 when stacked onto Servo2?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I am using ExtIO2 unit with Servo2 stacked beneath Core2, but the Extio2 module is not recognized (<code>"extio Connect Error"</code>).<br />
I am using the newest Extio2 library on with <code>extio.begin(&amp;Wire, 32, 33, 0x45)</code> and beginning <code>M5.begin(true,false,true,false,kMBusModeInput)</code>. This pins shouldn't be a conflict, as Servo2 is running by default on the internal bus <code>wire1.begin(21,22)</code>.</p>
<p dir="auto">The Extio2 is recognized instantly at portA when used <em>without</em> the Servo2.</p>
<p dir="auto">Anyone has an idea what could cause this?</p>
]]></description><link>https://community.m5stack.com/topic/4742/porta-i2c-unit-not-recognized-in-core2-when-stacked-onto-servo2</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 13:52:05 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4742.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Oct 2022 23:14:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PortA i2c unit not recognized in Core2 when stacked onto Servo2? on Sun, 23 Oct 2022 11:22:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/26768">@swiminthesky</a></p>
<p dir="auto">no worries. Thank you for reporting back. I am glad it now works for you.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/19081</link><guid isPermaLink="true">https://community.m5stack.com/post/19081</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 23 Oct 2022 11:22:39 GMT</pubDate></item><item><title><![CDATA[Reply to PortA i2c unit not recognized in Core2 when stacked onto Servo2? on Sun, 23 Oct 2022 11:11:51 GMT]]></title><description><![CDATA[<p dir="auto">Yes, it seems to be a hardware problem! I switched the Servo2 module and everything works perfectly and the i2c connections over port A runs without any interruptions. Thanks Felix <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> and sorry for bothering!</p>
]]></description><link>https://community.m5stack.com/post/19080</link><guid isPermaLink="true">https://community.m5stack.com/post/19080</guid><dc:creator><![CDATA[swiminthesky]]></dc:creator><pubDate>Sun, 23 Oct 2022 11:11:51 GMT</pubDate></item><item><title><![CDATA[Reply to PortA i2c unit not recognized in Core2 when stacked onto Servo2? on Sat, 22 Oct 2022 14:22:41 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/26768">@swiminthesky</a></p>
<p dir="auto">hmm, not sure what is going on.</p>
<p dir="auto">Maybe the Servo2 library still uses <code>Wire</code> somewhere internally?</p>
<p dir="auto">Could it be a mechanical problem?</p>
<p dir="auto">BTW: my I2CScanInternalAndAllPorts is for M5Paper - I have not tested it on other M5Stack devices.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/19072</link><guid isPermaLink="true">https://community.m5stack.com/post/19072</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 22 Oct 2022 14:22:41 GMT</pubDate></item><item><title><![CDATA[Reply to PortA i2c unit not recognized in Core2 when stacked onto Servo2? on Sat, 22 Oct 2022 12:41:57 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Felix <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a>,</p>
<p dir="auto">external power is used. Servo2 example (on <code>Wire1.begin(21, 22);</code>) also works like a charm.</p>
<p dir="auto">I used both these M5 i2c scanners <a href="https://github.com/felmue/MyM5StackExamples/blob/main/M5Paper/I2CScanInternalAndAllPorts.ino" target="_blank" rel="noopener noreferrer nofollow ugc">I2CScanInternalAndAllPorts</a> and <a href="https://github.com/m5stack/M5Stack/blob/master/examples/Advanced/I2C_Tester/I2C_Tester.ino" target="_blank" rel="noopener noreferrer nofollow ugc">I2C_Tester</a>, but no I2C devices are found.</p>
<p dir="auto">But after removing Servo2 the device is instantly found correctly!</p>
<p dir="auto">(Also: I used PaHub on PortA inbetween and Extio2 is also instantly found when Servo2 is not stacked)</p>
<p dir="auto"><img src="/assets/uploads/files/1666436823927-win_20221022_12_27_01_pro-resized.jpg" alt="0_1666436715971_WIN_20221022_12_27_01_Pro.jpg" class=" img-fluid img-markdown" /><br />
(ext power is not used for the picture, the Bottom2 also didn't make a difference afaik)</p>
]]></description><link>https://community.m5stack.com/post/19068</link><guid isPermaLink="true">https://community.m5stack.com/post/19068</guid><dc:creator><![CDATA[swiminthesky]]></dc:creator><pubDate>Sat, 22 Oct 2022 12:41:57 GMT</pubDate></item><item><title><![CDATA[Reply to PortA i2c unit not recognized in Core2 when stacked onto Servo2? on Sat, 22 Oct 2022 05:19:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/26768">@swiminthesky</a></p>
<p dir="auto">I assume you are using an external power supply for the Servo2 module as suggested <a href="https://docs.m5stack.com/en/module/servo2" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>. I also assume that the Servo2 module on its own works fine, correct?</p>
<p dir="auto">Are there any errors in the debug output? Maybe I2C related.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/19064</link><guid isPermaLink="true">https://community.m5stack.com/post/19064</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 22 Oct 2022 05:19:35 GMT</pubDate></item></channel></rss>