<?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[Multiple SERVO Modules?]]></title><description><![CDATA[<p dir="auto">Is there a way to change the 0x53 address in a servo module in order to stack multiple modules?</p>
]]></description><link>https://community.m5stack.com/topic/1450/multiple-servo-modules</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 03:44:30 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1450.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Nov 2019 18:18:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple SERVO Modules? on Fri, 08 Nov 2019 21:28:06 GMT]]></title><description><![CDATA[<p dir="auto">Got it!   Thanks!</p>
]]></description><link>https://community.m5stack.com/post/6298</link><guid isPermaLink="true">https://community.m5stack.com/post/6298</guid><dc:creator><![CDATA[britcollector]]></dc:creator><pubDate>Fri, 08 Nov 2019 21:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple SERVO Modules? on Tue, 05 Nov 2019 18:43:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2342">@britcollector</a> Yes, You just put a new address is the code of the firmware and upload the updated firmware to the atmega.</p>
<p dir="auto">just change this line</p>
<pre><code>#define Server_Addr 0x53
</code></pre>
<p dir="auto">to something like</p>
<pre><code>#define Server_Addr 0x54
</code></pre>
]]></description><link>https://community.m5stack.com/post/6275</link><guid isPermaLink="true">https://community.m5stack.com/post/6275</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 05 Nov 2019 18:43:37 GMT</pubDate></item></channel></rss>