Answered: Servo Programming

how can i make a servo to turn in one direction using channel 1 of the rc, and stays there, as in they dont follow the stick, or maybe using the channel 5 or 6 buttons for that goal. if i use the stick, it follow the movement of tha channel 1 stick so always goes back to the start.

i have tried many forms, but im not good in programming

hope to get some help

thanks/

You can do this through programming. You can watch the value of channel 1 until a certain value is reached and then set channel 1’s corresponding motor output to that certain value. The servo connected to that motor output will now stay at that position. Also, once you determine what the value for a specific position is, you can set a motor output to that value whenever channel 5’s button is pressed. The code to make this happen is up to you.