LSS full control serial wired joystick?

Can I fully utilize the LSS config tool options with a wired joystick option via arduino? Tried the RC PPM option and it works but cannot use any of the servo settings out of LSS config. Is there code available and a wired joystick available to control 3 channels?

Can I fully utilize the LSS config tool options with a wired joystick option via arduino?

Can you clarify? The LSS Config is not meant to have input - it’s for a user to manually configure the servo. If you’d like to control three servos using an Arduino board, you can either use them in serial mode, or in RC mode. If you opt for RC mode, you might use the Arduino servo library. In either case, you’ll need to make the appropriate electrical connections (be certain of these since the wrong connection can lead to issues or even destruction of electronics.

Perhaps tell us what you want to do and what electronics you have?

I tried the PPM RC to serial Arduino code supplied by Eric, it works but I need to adjust the speeds since some of the servos are too fast. I did configure each servo in LSS but the settings are not evident.

I’d like to either try a preprogrammed move sequence with 3 servos via arduino or use a hardwired joystick via arduino. The RC mode via ppm appears to have limitations unless I’m missing something?

Thank you!