<?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[RoverC Pro Hat, Stick C, and servo in UIFlow 1.7.2]]></title><description><![CDATA[<p dir="auto">I am not able to find the method to drive the gripper servo within the hat using UIFlow. There are only 3 methods available in UIFlow:</p>
<ul>
<li>Set the wheel pulse</li>
<li>Set wheels pulse for all wheels</li>
<li>Set RoverC speed</li>
</ul>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.m5stack.com/topic/3074/roverc-pro-hat-stick-c-and-servo-in-uiflow-1-7-2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 01:28:08 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3074.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Mar 2021 22:56:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RoverC Pro Hat, Stick C, and servo in UIFlow 1.7.2 on Thu, 18 Mar 2021 06:54:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/tross4s" aria-label="Profile: tross4s">@<bdi>tross4s</bdi></a> ,<br />
Sorry for that.We wiil update it ASAP.</p>
]]></description><link>https://community.m5stack.com/post/13093</link><guid isPermaLink="true">https://community.m5stack.com/post/13093</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Thu, 18 Mar 2021 06:54:14 GMT</pubDate></item><item><title><![CDATA[Reply to RoverC Pro Hat, Stick C, and servo in UIFlow 1.7.2 on Tue, 16 Mar 2021 15:54:50 GMT]]></title><description><![CDATA[<p dir="auto">This code worked for me:<br />
from m5stack import *<br />
from m5ui import *<br />
from uiflow import *<br />
import i2c_bus<br />
import hat</p>
<p dir="auto">setScreenColor(0x030545)</p>
<p dir="auto">hat_roverc1 = hat.get(hat.ROVERC)<br />
label0 = M5TextBox(57, 6, "RoverC", lcd.FONT_DejaVu40, 0x01e2b1, rotate=90)</p>
<p dir="auto">i2c0 = i2c_bus.easyI2C(i2c_bus.PORTA, 0x38, freq=400000)<br />
i2c0.write_mem_data(16, 80, i2c_bus.UINT8LE)</p>
]]></description><link>https://community.m5stack.com/post/13049</link><guid isPermaLink="true">https://community.m5stack.com/post/13049</guid><dc:creator><![CDATA[tross4s]]></dc:creator><pubDate>Tue, 16 Mar 2021 15:54:50 GMT</pubDate></item><item><title><![CDATA[Reply to RoverC Pro Hat, Stick C, and servo in UIFlow 1.7.2 on Sat, 13 Mar 2021 08:47:04 GMT]]></title><description><![CDATA[<p dir="auto">Have you tried using a servo unit on port A?</p>
]]></description><link>https://community.m5stack.com/post/12970</link><guid isPermaLink="true">https://community.m5stack.com/post/12970</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 13 Mar 2021 08:47:04 GMT</pubDate></item></channel></rss>