Maintaining servo
I have a 6-legged robot (hexapod) project where I use an STM32F4 to communicate via PCA9685 to control the servos. When I transmit a set of angles to keep the robot stationary, it poses correctly right after booting up. However, an issue occurs when I try to manually force or shift the servos back and forth while the angles are being transmitted: the servos start spinning wildly for a moment before returning to their designated positions. I suspect this is due to interference caused by the deviation between the forced physical angle and the commanded angle from the PCA9685. Is there a way to resolve this issue? Could it perhaps be that the current I am supplying to the servos is insufficient?