Hi All,
I want to turn a rudder like mechanism and currently I use DC motor and polarity to turn it left & right. But It has a limitation that it can cannot be positioned in between. Now I want this extra position to be included. So thinking about a servo to achieve three positions ( left - 0, middle (default) - 90, Right - 180.
I know I can achieve this with nano. But is there anyway to control the servo positions without board. Is there any chip or very minimal circuit to achieve this?
So, A circuit that takes 2 inputs A, B and
When
A-0, B-1 = Move servo to 0 ;
A-1, B-0 = Move servo to 180;
A-0, B-0 = Move servo to 90 (default position).
A-1, B-1 is not a possible combination. So no need to concern about it.
I want to turn a rudder like mechanism and currently I use DC motor and polarity to turn it left & right. But It has a limitation that it can cannot be positioned in between. Now I want this extra position to be included. So thinking about a servo to achieve three positions ( left - 0, middle (default) - 90, Right - 180.
I know I can achieve this with nano. But is there anyway to control the servo positions without board. Is there any chip or very minimal circuit to achieve this?
So, A circuit that takes 2 inputs A, B and
When
A-0, B-1 = Move servo to 0 ;
A-1, B-0 = Move servo to 180;
A-0, B-0 = Move servo to 90 (default position).
A-1, B-1 is not a possible combination. So no need to concern about it.