<?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[Some questions...]]></title><description><![CDATA[<ol>
<li>What is the difference between <strong>M5GO V2.6</strong> and <strong>ESP32 Basic Core V2.6</strong>?</li>
<li>Is M5GO/FIRE Battery Bottom and M5GO/FIRE Battery Bottom Charging Base compatible with ESP32 Basic Core V2.6?</li>
<li>Is  I2C address adjustment (dual address adjustment supported ) and can we achieve six-axis control by stacking two <strong>Stepmotor Driver Module (HR8825)</strong> similarly like <strong>GRBL Module 13.2 Stepmotor Driver (DRV8825)</strong>?</li>
</ol>
]]></description><link>https://community.m5stack.com/topic/3951/some-questions</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 14:20:37 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3951.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Jan 2022 17:09:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Some questions... on Sat, 22 Jan 2022 15:46:50 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> said in <a href="/post/16300">Some questions...</a>:</p>
<blockquote>
<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a></p>
<p dir="auto">I think you might still be thinking about the wrong module. (I know it's a bit confusing as both these modules are listed on the specs page.)</p>
<p dir="auto">The Stepmotor Driver Module (HR8825) uses an TCA9554 and not an STM32. So no open source firmware as far as I can see.</p>
<p dir="auto">Thanks<br />
Felix</p>
</blockquote>
<p dir="auto">I think you may be thinking of the servo module as the ones I have and the product title shows AATMEGA328<br />
<img src="/assets/uploads/files/1642866373912-screenshot-2022-01-22-at-15.44.52.png" alt="0_1642866371685_Screenshot 2022-01-22 at 15.44.52.png" class=" img-fluid img-markdown" /><br />
the 13.2 uses the STM32</p>
]]></description><link>https://community.m5stack.com/post/16305</link><guid isPermaLink="true">https://community.m5stack.com/post/16305</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 22 Jan 2022 15:46:50 GMT</pubDate></item><item><title><![CDATA[Reply to Some questions... on Sat, 22 Jan 2022 09:17:52 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a></p>
<p dir="auto">I think you might still be thinking about the wrong module. (I know it's a bit confusing as both these modules are listed on the specs page.)</p>
<p dir="auto">The Stepmotor Driver Module (HR8825) uses an TCA9554 and not an STM32. So no open source firmware as far as I can see.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16300</link><guid isPermaLink="true">https://community.m5stack.com/post/16300</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 22 Jan 2022 09:17:52 GMT</pubDate></item><item><title><![CDATA[Reply to Some questions... on Sat, 22 Jan 2022 08:56:09 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> said in <a href="/post/16292">Some questions...</a>:</p>
<blockquote>
<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a></p>
<p dir="auto">correct, but <a class="plugin-mentions-user plugin-mentions-a" href="/user/nilz" aria-label="Profile: NilZ">@<bdi>NilZ</bdi></a> was asking about the <strong>Stepmotor Driver Module (HR8825)</strong>. Or did I miss something?</p>
<p dir="auto">Thanks<br />
Felix</p>
</blockquote>
<p dir="auto">Ahh, I sread the 13.2 on the bottom line and thought that was what he was asking about.<br />
However, the firmware is available here: <a href="https://github.com/m5stack/stepmotor_module/tree/master/Firmware%20for%20stepmotor%20module/GRBL-Arduino-Library" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/stepmotor_module/tree/master/Firmware for stepmotor module/GRBL-Arduino-Library</a><br />
and you can change the address in grblmain.cpp by editing</p>
<pre><code>#define I2C_ADDR 0x73
</code></pre>
<p dir="auto">to</p>
<pre><code>#define I2C_ADDR 0x71
</code></pre>
<p dir="auto">or any other available i2c address and the address is handled by the atmega328 controller.</p>
]]></description><link>https://community.m5stack.com/post/16297</link><guid isPermaLink="true">https://community.m5stack.com/post/16297</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 22 Jan 2022 08:56:09 GMT</pubDate></item><item><title><![CDATA[Reply to Some questions... on Sat, 22 Jan 2022 03:38:46 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a></p>
<p dir="auto">correct, but <a class="plugin-mentions-user plugin-mentions-a" href="/user/nilz" aria-label="Profile: NilZ">@<bdi>NilZ</bdi></a> was asking about the <strong>Stepmotor Driver Module (HR8825)</strong>. Or did I miss something?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16292</link><guid isPermaLink="true">https://community.m5stack.com/post/16292</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 22 Jan 2022 03:38:46 GMT</pubDate></item><item><title><![CDATA[Reply to Some questions... on Fri, 21 Jan 2022 21:17:58 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> said in <a href="/post/16286">Some questions...</a>:</p>
<blockquote>
<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/nilz" aria-label="Profile: NilZ">@<bdi>NilZ</bdi></a></p>
<ol>
<li>apart from the M5Stack color (white vs. black) there is no difference - you can double-check that yourself as for both the schematic link is the same.</li>
<li>yes</li>
<li>no, the I2C address is fixed to 0x27. There are no dip switches or solder pads to change the I2C address I can see. That said, in the <a href="https://docs.m5stack.com/en/module/stepmotor_driver" target="_blank" rel="noopener noreferrer nofollow ugc">schematic</a> you'll see that the chip doing I2C has three address pins but they are all tied to VCC.</li>
</ol>
<p dir="auto">Thanks<br />
Felix</p>
</blockquote>
<p dir="auto">The GRBL has a set of dip switches that are used to change the I2c address from 0x70 to 0x71</p>
<p dir="auto"><img src="https://static-cdn.m5stack.com/resource/docs/static/assets/img/product_pics/module/grbl13.2/grbl13.2_02.webp" alt="alt text" class=" img-fluid img-markdown" /><br />
<a href="https://docs.m5stack.com/en/module/grbl13.2" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/module/grbl13.2</a></p>
]]></description><link>https://community.m5stack.com/post/16287</link><guid isPermaLink="true">https://community.m5stack.com/post/16287</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 21 Jan 2022 21:17:58 GMT</pubDate></item><item><title><![CDATA[Reply to Some questions... on Fri, 21 Jan 2022 20:35:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/nilz" aria-label="Profile: NilZ">@<bdi>NilZ</bdi></a></p>
<ol>
<li>apart from the M5Stack color (white vs. black) there is no difference - you can double-check that yourself as for both the schematic link is the same.</li>
<li>yes</li>
<li>no, the I2C address is fixed to 0x27. There are no dip switches or solder pads to change the I2C address I can see. That said, in the <a href="https://docs.m5stack.com/en/module/stepmotor_driver" target="_blank" rel="noopener noreferrer nofollow ugc">schematic</a> you'll see that the chip doing I2C has three address pins but they are all tied to VCC.</li>
</ol>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16286</link><guid isPermaLink="true">https://community.m5stack.com/post/16286</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 21 Jan 2022 20:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to Some questions... on Fri, 21 Jan 2022 20:21:05 GMT]]></title><description><![CDATA[<p dir="auto">1 - None,<br />
2 - Yes,<br />
3 - Yes, if you change the I2c address on one unit, you can use both for 6 axis but you will need to add an external supply to only one module as the power will be passed through the MBUS.</p>
]]></description><link>https://community.m5stack.com/post/16285</link><guid isPermaLink="true">https://community.m5stack.com/post/16285</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 21 Jan 2022 20:21:05 GMT</pubDate></item></channel></rss>