<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Using FSR, but the motor torque is not controlled - Motors and Sensors				            </title>
            <link>https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 10 May 2026 11:05:17 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: Using FSR, but the motor torque is not controlled</title>
                        <link>https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-241</link>
                        <pubDate>Fri, 03 Apr 2026 18:03:51 +0000</pubDate>
                        <description><![CDATA[Hello @Huang_Enghong,
Apologies for the delayed response. The FSRs are set to calibrate for the first 5 seconds then the following 7 steps are a recalibration/check. This error has not made...]]></description>
                        <content:encoded><![CDATA[<p>Hello @<a class="is_guest" title="Huang_Enghong">Huang_Enghong,</a></p>
<p>Apologies for the delayed response. The FSRs are set to calibrate for the first 5 seconds then the following 7 steps are a recalibration/check. This error has not made a notable impact on our end after the initial 5 second calibration. If this issue only occurs during calibration for your team as well we recommend adding a millis() based timer to prevent the controller from sending torque commands before the FSRs are calibrated</p>]]></content:encoded>
						                            <category domain="https://theopenexo.nau.edu/community/motors-and-sensors/">Motors and Sensors</category>                        <dc:creator>connorg</dc:creator>
                        <guid isPermaLink="true">https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-241</guid>
                    </item>
				                    <item>
                        <title>RE: Using FSR, but the motor torque is not controlled</title>
                        <link>https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-232</link>
                        <pubDate>Thu, 26 Mar 2026 02:28:29 +0000</pubDate>
                        <description><![CDATA[Very sorry.There was a typo in the text input. We are using the controller developed by the EXO Project Team.]]></description>
                        <content:encoded><![CDATA[Very sorry.There was a typo in the text input. We are using the controller developed by the EXO Project Team.]]></content:encoded>
						                            <category domain="https://theopenexo.nau.edu/community/motors-and-sensors/">Motors and Sensors</category>                        <dc:creator>Huang_Enghong</dc:creator>
                        <guid isPermaLink="true">https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-232</guid>
                    </item>
				                    <item>
                        <title>RE: Using FSR, but the motor torque is not controlled</title>
                        <link>https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-231</link>
                        <pubDate>Thu, 26 Mar 2026 02:12:07 +0000</pubDate>
                        <description><![CDATA[float ProportionalHipMoment::calc_motor_cmd()
{
    //Store Flexion and Extension Setpoints
    float extension_setpoint = _controller_data-&gt;parameters[controller_defs::proportional_hi...]]></description>
                        <content:encoded><![CDATA[float ProportionalHipMoment::calc_motor_cmd()
{
    //Store Flexion and Extension Setpoints
    float extension_setpoint = _controller_data-&gt;parameters;
    float flexion_setpoint = _controller_data-&gt;parameters;




The code above is the existing controller developed and used by our project team, which is what we are currently utilizing. During the FSR calibration process, any foot contact with the FSR—whether a light touch or firm pressure—will result in uncontrolled torque output from the motor.]]></content:encoded>
						                            <category domain="https://theopenexo.nau.edu/community/motors-and-sensors/">Motors and Sensors</category>                        <dc:creator>Huang_Enghong</dc:creator>
                        <guid isPermaLink="true">https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-231</guid>
                    </item>
				                    <item>
                        <title>RE: Using FSR, but the motor torque is not controlled</title>
                        <link>https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-229</link>
                        <pubDate>Wed, 25 Mar 2026 21:23:52 +0000</pubDate>
                        <description><![CDATA[Can you please provide more information about which controller you are using? Custom or one of our existing controllers?]]></description>
                        <content:encoded><![CDATA[Can you please provide more information about which controller you are using? Custom or one of our existing controllers?]]></content:encoded>
						                            <category domain="https://theopenexo.nau.edu/community/motors-and-sensors/">Motors and Sensors</category>                        <dc:creator>Zachary Lerner</dc:creator>
                        <guid isPermaLink="true">https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-229</guid>
                    </item>
				                    <item>
                        <title>Using FSR, but the motor torque is not controlled</title>
                        <link>https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-228</link>
                        <pubDate>Mon, 23 Mar 2026 03:20:29 +0000</pubDate>
                        <description><![CDATA[Dear Developer, 
We are trying to control a motor using FSR with the original v2.0 code. We have set the torque to 0.5 N·m via the SD card. However, when controlling the motor through the G...]]></description>
                        <content:encoded><![CDATA[<p><span>Dear Developer, </span></p>
<p><span>We are trying to control a motor using FSR with the original v2.0 code. We have set the torque to 0.5 N·m via the SD card. However, when controlling the motor through the GUI, the output torque becomes extremely large and uncontrollable. Even after increasing the current limit of the adjustable power supply from 24V/2A to 24V/5A, the current hits the upper limit instantly. Could you please advise on how to resolve this issue? Thank you very much for your help.</span></p>]]></content:encoded>
						                            <category domain="https://theopenexo.nau.edu/community/motors-and-sensors/">Motors and Sensors</category>                        <dc:creator>Huang_Enghong</dc:creator>
                        <guid isPermaLink="true">https://theopenexo.nau.edu/community/motors-and-sensors/using-fsr-but-the-motor-torque-is-not-controlled/#post-228</guid>
                    </item>
							        </channel>
        </rss>
		