I have a Spektrum S6250 servo, 4 AA batter compartment, and Spektrum SR310 2 CH surface receiver. For this servo I am thinking about using this chip ATtiny 45 microchip.com/wwwproducts/en/ATtiny45.
My servo needs to rotate one direction when I press a button, and the other way when I press the same button. This is the only function I need it to do.
May someone recommend a board for me to put this on, or a board that meets the needs. Im missing the control board these 3 pieces attach to. I do not want to use wifi or radio signal, so I need a cable running from this assembly to a button that will be pushed to turn the servo on.
Once everything is assembled, I will focus on learning how to program it.
You can use a programmable servo controller as the Lynxmotion BotBoarduino Controller that you can interface with your RC Servo as an output and a button as input.
The BotBoarduino is Arduino compatible so you can find a lot of sample codes and examples online explaining how to control an RC Servo with a button. Here is an example.
You don’t need to use an RC Receiver and the ATtiny45 chip with this solution.
Thank you so much for pointing me into the correct direction. I have something pop up in my life, but this is on my to do list now. Thank you again for the guidance. The fun will be assembling this, now that will I have the correct parts, and teaching myself code. Thank you again.