<?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[My first try with the little six-axis robotic arm| mechArm 270-M5Stack]]></title><description><![CDATA[<p dir="auto">I have recently started preparing for my graduate design and have chosen a topic in the direction of a small six-axis robotic arm. While searching for information, I saw a video of a YouTuber who made a robotic arm by himself and make the robotic arm complete tasks like a human hand. I was surprised and impressed by this video, which provides me with more inspiration for robotic arm learning.<br />
<img src="https://hackster.imgix.net/uploads/attachments/1517684/image_uuU0aNuvEl.png?auto=compress%2Cformat&amp;w=740&amp;h=555&amp;fit=max" alt="alt text" class=" img-fluid img-markdown" /><br />
When I searched for "robotic arm," most of the search results were industrial robotic arms, which were unsuitable for my learning purpose. What I was looking for was a small robotic arm for educational use. And my requirements were:</p>
<ul>
<li>
<p dir="auto">It can be easily installed.</p>
</li>
<li>
<p dir="auto">High quality with stable movement</p>
</li>
<li>
<p dir="auto">Sufficient information and tutorials that help me in programming</p>
</li>
</ul>
<p dir="auto">After comparing many products, finally I selected the <a href="https://shop.elephantrobotics.com/collections/mecharm/products/mecharm-m5stack" target="_blank" rel="noopener noreferrer nofollow ugc">mechArm 270-M5Stack</a>, a small six-axis desktop robotic arm from Elephant Robotics. The mechArm 270-M5 is a multifunctional robotic arm with six degrees of freedom in an industrial design and is based on the M5Stack-ESP32. It supports connecting LEGO firmware at the end of the arm and can be equipped with many accessories, such as a suction pump and gripper.<br />
<img src="https://hackster.imgix.net/uploads/attachments/1517685/image_UW8uXkJbiF.png?auto=compress%2Cformat&amp;w=740&amp;h=555&amp;fit=max" alt="alt text" class=" img-fluid img-markdown" /><br />
Also, I got a lot of information about mechArm 270 and many tutorials for programming the robot from Elephant Robotics. Supporting multiple systems and programming languages is also an advantage that attracts me<br />
The main purpose of this article is to share my feelings and problems in this learning process.  I tried to control the mechArm in ROS, the Robot Operating System, which was well-developed as a good choice in robotics learning. Here is my attempt using the mechArm companion material in ROS.<br />
<img src="https://hackster.imgix.net/uploads/attachments/1517686/image_sxzvQGxrF6.png?auto=compress%2Cformat&amp;w=740&amp;h=555&amp;fit=max" alt="alt text" class=" img-fluid img-markdown" /><br />
（<a href="https://docs.elephantrobotics.com/docs/gitbook-en/12-ApplicationBaseROS/12.1-ROS1/12.1.1-%E4%BB%8B%E7%BB%8D.html" target="_blank" rel="noopener noreferrer nofollow ugc">Gitbook</a> from Elephant Robotics.）<br />
The environment setup and cases are written in detail in Gitbook, and I wanted to follow the steps on it. When I was installing ROS, it always showed download unsuccessfully, and one solution was changing the download source. Gitbook provided an Ubuntu system with an environment that I could operate directly.<br />
<img src="https://hackster.imgix.net/uploads/attachments/1517687/AgAACgPnCYOh8SHNiY1Bwq-e8lkU8Xzm.png?auto=compress%2Cformat&amp;w=740&amp;h=555&amp;fit=max" alt="alt text" class=" img-fluid img-markdown" /><br />
Here is was I did use the gitbook guidance:<br />
First, I used USB Type-C to connect the mechArm to the computer.<br />
Making sure the connection was successful, I entered the command to check.</p>
<pre><code>ls /dev/tty* //Checking the PC serial connection
</code></pre>
<p dir="auto"><img src="https://hackster.imgix.net/uploads/attachments/1517688/image_e66uEtzb1n.png?auto=compress%2Cformat&amp;w=740&amp;h=555&amp;fit=max" alt="alt text" class=" img-fluid img-markdown" /><br />
When I saw the <strong>'/dev/ttyACM0'</strong>, I knew I had made it.<br />
Next, I used the function described in the Gitbook, which functions as a slider to control the robotic arm.<br />
In ROS, the Elephant Robotics team has already built the mechArm model and the slider control topic.I only took two commands to make it work.<br />
<img src="https://hackster.imgix.net/uploads/attachments/1517689/image_Z6MPO6FYJk.png?auto=compress%2Cformat&amp;w=740&amp;h=555&amp;fit=max" alt="alt text" class=" img-fluid img-markdown" /><br />
When I finished running it, I found that my robotic arm did not follow the control slider movement. A 1:1 virtual scene is created in ROS, so another script has to be run to control the robotic arm.<br />
I've made a video to document it.<br />
<a href="https://www.youtube.com/watch?v=ESRLthJKoyI" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=ESRLthJKoyI</a><br />
<em>（The shaking of the mechArm in the video is due to the lack of a fixed base, not a problem with the arm.）</em><br />
There is also <strong>model following</strong>, <strong>keyboard control</strong>, and <strong>GUI control.</strong><br />
<strong>Slider control, keyboard control</strong>, and <strong>GUI control</strong> are all features of the single-joint control robotic arm, but it is MoveIt that I am most excited about, with its ability to perform motion planning, forward and reverse kinematics, 3D perception, and collision detection.<br />
When I <strong>drag the axis</strong> at the end of the mechArm, the mechArm follows the overall movement. MoveIt can generate random poses automatically.<br />
<strong>I also made a video recording.</strong><br />
<a href="https://www.youtube.com/watch?v=EZa6Vek00VQ" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=EZa6Vek00VQ</a></p>
<h2><strong>My thoughts and ideas:</strong></h2>
<p dir="auto">The configuration of MoveIt can be complicated for those who are new to it and don't know where to start.<br />
<img src="https://hackster.imgix.net/uploads/attachments/1517690/AgAACgPnCYPrPfZKXVBKrrTjDM5pN0GV.png?auto=compress%2Cformat&amp;w=740&amp;h=555&amp;fit=max" alt="alt text" class=" img-fluid img-markdown" /><br />
When I used mechArm, MoveIt was configured and can be used directly, which brings great convenience for programming.<br />
I saw the configuration information of mechArm in MoveIt, which brought me great convenience.<br />
The supporting information and data in mechArm is an attractive point for me. It is very useful and helpful for the individual maker who just starting robotics learning like me. Next, I will try to complete the MoveIt configuration of mechArm independently to start learning.<br />
If you like this article, please give me a like or leave a comment to support it. Thank you!</p>
]]></description><link>https://community.m5stack.com/topic/4785/my-first-try-with-the-little-six-axis-robotic-arm-mecharm-270-m5stack</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:05:02 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4785.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Nov 2022 01:51:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to My first try with the little six-axis robotic arm| mechArm 270-M5Stack on Fri, 11 Nov 2022 01:26:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pengyuyan" aria-label="Profile: pengyuyan">@<bdi>pengyuyan</bdi></a><br />
The m5stack-basic esp32 is mainly used for the Internet of Things. The robotic arm needs a bridge to connect to the computer, where the m5stack-basic esp32 development board is used, which also powers the arm. We have set up some microPython in the m5 to facilitate using some functions.</p>
]]></description><link>https://community.m5stack.com/post/19258</link><guid isPermaLink="true">https://community.m5stack.com/post/19258</guid><dc:creator><![CDATA[ElephantRobotics]]></dc:creator><pubDate>Fri, 11 Nov 2022 01:26:18 GMT</pubDate></item><item><title><![CDATA[Reply to My first try with the little six-axis robotic arm| mechArm 270-M5Stack on Thu, 10 Nov 2022 01:04:57 GMT]]></title><description><![CDATA[<p dir="auto">What role does the m5stack-Basic play in this robotic arm?</p>
]]></description><link>https://community.m5stack.com/post/19246</link><guid isPermaLink="true">https://community.m5stack.com/post/19246</guid><dc:creator><![CDATA[Pengyuyan]]></dc:creator><pubDate>Thu, 10 Nov 2022 01:04:57 GMT</pubDate></item><item><title><![CDATA[Reply to My first try with the little six-axis robotic arm| mechArm 270-M5Stack on Tue, 08 Nov 2022 08:19:13 GMT]]></title><description><![CDATA[<p dir="auto">It looks great.Looking forward to your subsequent and more exciting projects about mechArm.</p>
]]></description><link>https://community.m5stack.com/post/19234</link><guid isPermaLink="true">https://community.m5stack.com/post/19234</guid><dc:creator><![CDATA[ElephantRobotics]]></dc:creator><pubDate>Tue, 08 Nov 2022 08:19:13 GMT</pubDate></item><item><title><![CDATA[Reply to My first try with the little six-axis robotic arm| mechArm 270-M5Stack on Tue, 08 Nov 2022 03:15:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a>  Thanks!I read some of the articles they posted that provided some help.</p>
]]></description><link>https://community.m5stack.com/post/19233</link><guid isPermaLink="true">https://community.m5stack.com/post/19233</guid><dc:creator><![CDATA[kkkkkk]]></dc:creator><pubDate>Tue, 08 Nov 2022 03:15:09 GMT</pubDate></item><item><title><![CDATA[Reply to My first try with the little six-axis robotic arm| mechArm 270-M5Stack on Mon, 07 Nov 2022 05:42:28 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for sharing your experience <a class="plugin-mentions-user plugin-mentions-a" href="/user/elephantrobotics" aria-label="Profile: ElephantRobotics">@<bdi>ElephantRobotics</bdi></a> are members here and so will be happy to see this.</p>
]]></description><link>https://community.m5stack.com/post/19226</link><guid isPermaLink="true">https://community.m5stack.com/post/19226</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 07 Nov 2022 05:42:28 GMT</pubDate></item></channel></rss>