Please help with attached information please!
Conceptual design of a Knee Joint movement for rehabilitative purposes.pdf (251 KB)
Please help with attached information please!
Conceptual design of a Knee Joint movement for rehabilitative purposes.pdf (251 KB)
How do I determine the right angular position sensor for this system?
A potentiometer would give somewhat crude information. A rotary encoder would give much more exact information.
I need someone to give me an idea towards writing the code for this control procedure using Arduino.
No problem.
void setup()
{
}
void loop()
{
}
All you need to do now is add the stuff before the functions, the stuff in setup() and the stuff in loop().
Your project description is all about measurement and comparison to some mysterious "desired" trajectory.
An Arduino Uno board is used to control the motors
What motors? What are they doing?
The position of the stiffness motor was controlled
Was?
The PID controller sent a pulse-width modulation (PWM) signal to the Arduino Uno to control the output of the ESC connected to the Servo motor.
Why did it do that?