<?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[PA.HUB2 Unit - documentation]]></title><description><![CDATA[<p dir="auto">Do anyone know if this device has any decent documentation? The product pages are confusing. The PAHUB page has some sample code but points to the PAHUB2 page. The PAHUB2 page has a link to some UIFLOW 1 sample code that has no explanation of what it is doing</p>
<p dir="auto">Both UIFLOW1 and UIFlow2 have the PAHUB as a unit but not the PAHUB2. I have no idea how to use this unit</p>
<p dir="auto">I like M5Stack products, but the documentation is, in my opinion, awful.</p>
<p dir="auto">I will see if I can work it out though</p>
]]></description><link>https://community.m5stack.com/topic/6890/pa-hub2-unit-documentation</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:31:42 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6890.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Oct 2024 16:46:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PA.HUB2 Unit - documentation on Mon, 14 Oct 2024 20:10:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/tonyd" aria-label="Profile: tonyd">@<bdi>tonyd</bdi></a></p>
<p dir="auto">I am glad to hear you got it working.</p>
<p dir="auto">Sorry, no, I don't know what the scroll method does.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26739</link><guid isPermaLink="true">https://community.m5stack.com/post/26739</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 14 Oct 2024 20:10:23 GMT</pubDate></item><item><title><![CDATA[Reply to PA.HUB2 Unit - documentation on Mon, 14 Oct 2024 15:49:20 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a><br />
Thanks, I have it working now, I just didn't understand what PAHUB2 did.</p>
<p dir="auto">Do you happen to know what the GLASS2 Scroll method does? I want to scroll a line of long text from right to left. I can't find any documentation that describes each of the methods in detail</p>
<p dir="auto">Thanks again</p>
<p dir="auto">Tony</p>
]]></description><link>https://community.m5stack.com/post/26736</link><guid isPermaLink="true">https://community.m5stack.com/post/26736</guid><dc:creator><![CDATA[tonyd]]></dc:creator><pubDate>Mon, 14 Oct 2024 15:49:20 GMT</pubDate></item><item><title><![CDATA[Reply to PA.HUB2 Unit - documentation on Mon, 14 Oct 2024 11:18:56 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/tonyd" aria-label="Profile: tonyd">@<bdi>tonyd</bdi></a></p>
<p dir="auto">that setup doesn't require a PaHub/PaHub2 as the two I2C units: RFID2 (0x28) and GLASS2 (0x3D) use different I2C addresses. You can simply connect RFID2 unit and GLASS2 unit in parallel and since GLASS2 unit has two ports you don't need additional hardware either.</p>
<p dir="auto">Connect GLASS2 unit to M5StickCPlus and then connect RFID2 to the second port of the GLASS2 unit.</p>
<p dir="auto">Then in UIFlow2 add both units (GLASS2 and RFID2) and start programming them.</p>
<p dir="auto">BTW: I2C is a bus system - you can read up about it <a href="https://en.wikipedia.org/wiki/I%C2%B2C" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26733</link><guid isPermaLink="true">https://community.m5stack.com/post/26733</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 14 Oct 2024 11:18:56 GMT</pubDate></item><item><title><![CDATA[Reply to PA.HUB2 Unit - documentation on Mon, 14 Oct 2024 09:01:23 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></p>
<p dir="auto">I have a Stick C plus 1.1 and I want to attach a RFID2 and a GLASS2. The idea being I will display a message on the GLASS2 depending on the data read from the RFID2.</p>
<p dir="auto">I am using a PAHUB2 as the Stick C only has a single port, so I go from Stick C to PAHUB2 and have the RFRID2 on channel 0 and the GLASS2 on channel 1.</p>
<p dir="auto">Tony</p>
]]></description><link>https://community.m5stack.com/post/26730</link><guid isPermaLink="true">https://community.m5stack.com/post/26730</guid><dc:creator><![CDATA[tonyd]]></dc:creator><pubDate>Mon, 14 Oct 2024 09:01:23 GMT</pubDate></item><item><title><![CDATA[Reply to PA.HUB2 Unit - documentation on Sun, 13 Oct 2024 17:41:54 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/tonyd" aria-label="Profile: tonyd">@<bdi>tonyd</bdi></a></p>
<p dir="auto">PaHub and PaHub2 units have an identical API so you should be able to use the PaHub blocks in UIFlow2 for both.</p>
<p dir="auto">That said, you only need a PaHub/PaHub2 unit if you want to control more than one I2C unit of the same kind and these I2C units all have the <strong>same</strong> I2C address.</p>
<p dir="auto">If the I2C units you want to control all have <strong>different</strong> I2C addresses there is no need for a PaHub/PaHub2 unit as all I2C units can just be connected in parallel.</p>
<p dir="auto">Maybe let us know how your setup looks like and we can try to help you.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26719</link><guid isPermaLink="true">https://community.m5stack.com/post/26719</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 13 Oct 2024 17:41:54 GMT</pubDate></item></channel></rss>