<?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[GestureUnit with AtomLite]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I can't use the GestureUnit with the AtomLite.<br />
Is there anything I can do?</p>
<p dir="auto">I tried ...<br />
AtomLite &amp; GestureUnit &amp; some Arduino Lib -- failed!<br />
AtomLite &amp; GestureUnit &amp; UIFlow 1.8.9 -- failed!<br />
AtomLite(G25&amp;G21 pins for i2c) &amp; GestureUnit &amp; UIFlow 1.8.9 -- failed!<br />
AtomLite &amp; "TofUnit" &amp; UIFlow 1.8.9 -- worked!<br />
M5Stack &amp; GestureUnit &amp; UIFlow 1.8.9 -- worked!<br />
M5StickPlus &amp; GestureUnit &amp; UIFlow 1.8.9 -- worked!<br />
Another AtomLite &amp; GestureUnit &amp; UIFlow 1.8.9 -- failed!</p>
<p dir="auto">I put only "gesture_0 begin" at UIFlow and I get below.</p>
<p dir="auto">Traceback (most recent call last):<br />
File "flow/m5cloud.py", line 82, in _exec_fun<br />
File "&lt;string&gt;", line 6, in &lt;module&gt;<br />
File "<a href="http://unit.py" target="_blank" rel="noopener noreferrer nofollow ugc">unit.py</a>", line 144, in get<br />
File "&lt;string&gt;", line 1, in &lt;module&gt;<br />
File "units/_gesture.py", line 20, in <strong>init</strong><br />
File "units/_gesture.py", line 26, in _available<br />
Unit: Gesture unit maybe not connect</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.m5stack.com/topic/3846/gestureunit-with-atomlite</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 20:51:29 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3846.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Dec 2021 08:02:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GestureUnit with AtomLite on Fri, 10 Jun 2022 11:56:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2243">@water5</a></p>
<p dir="auto">today I got my gesture unit and I can confirm that it works fine with M5Core2 but fails to work with M5AtomLite using UiFlow firmware 1.9.8.</p>
<p dir="auto">What I found however is, that the gesture unit starts to work with M5AtomLite as soon as I add another I2C unit. I also double-checked with an I2C scan: only gesture unit connected to M5AtomLite and the scan finds nothing. Gesture unit and PbHub connected to M5Atom and the scan finds both. Go figure...</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/17691</link><guid isPermaLink="true">https://community.m5stack.com/post/17691</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 10 Jun 2022 11:56:02 GMT</pubDate></item><item><title><![CDATA[Reply to GestureUnit with AtomLite on Thu, 23 Dec 2021 06:41:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello Felix,</p>
<p dir="auto">Yes, I use port A for the gesture unit.</p>
<p dir="auto">According to my results, I suspect that there is compatibility problem bitween AtomLite &amp; GestureUnit.</p>
<p dir="auto">Does anybody use a AtomLite &amp; a GestureUnit?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.m5stack.com/post/15928</link><guid isPermaLink="true">https://community.m5stack.com/post/15928</guid><dc:creator><![CDATA[water5]]></dc:creator><pubDate>Thu, 23 Dec 2021 06:41:06 GMT</pubDate></item><item><title><![CDATA[Reply to GestureUnit with AtomLite on Mon, 20 Dec 2021 09:38:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2243">@water5</a></p>
<p dir="auto">hmm, not sure why it would fail when used with UIFlow. I assume you selected port A for the gesture unit, correct?</p>
<p dir="auto">Note: there is always the possibility something's broken in UIFlow. I don't have a gesture unit so I cannot test myself whether it should work or not with UIFlow.</p>
<p dir="auto">For Arduino it should work after disabling internal I2C (not used in AtomLite) and starting I2C on Groove port A with this statements in setup:</p>
<pre><code>  M5.begin(true, false, true); // turn off internal I2C
  Wire.begin(26, 32); // Groove I2C on port A
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15892</link><guid isPermaLink="true">https://community.m5stack.com/post/15892</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 20 Dec 2021 09:38:28 GMT</pubDate></item></channel></rss>