Hello, I'm trying to control a continuous winch servo using Arduino NANO clone and I'm encountering some problems where the servo does not seem to be able to hold the final position and starts twitching and oscillating around the final position quite substantially.
My setup: Servo, JX SW6114T (https://www.aliexpress.com/i/32832756339.html)
Board, Arduino NANO clone CH340
I found out, that the servo has a dedicated programmer (JX Servo USB Programmer for SW6109D and SW6114D,Winch Servos) with software which allows for setting the value of some parameters (like the PWM pulse properties, rotation range, etc..) I thought it might be the case that the PWM values set by the manufacturer might differ from the ones used in the Servo.h library and thus wanted to take a look at it.
But in order to use the programmer, one needs a special "converter" board, see the previous link, which allows for connecting the servo directly to the USB port of the computer.
And here comes my question:
Do you know if there is a way to use an Arduino board as this "converter"? In other words can I directly connect the servo to the USB port via the Arduino, so I can use the programmer to read and set values in the servo?