I have a motor controlled by an MP6551 driver and an Arduino. I’ve successfully implemented speed control using PWM, but I’m facing challenges with torque control. Specifically, I need to:
- Monitor the motor's torque and trigger a buzzer if it exceeds a certain threshold.
- Set the motor to operate under a specific torque load.