Guys, I have a reciprocating engine model that involves some movement of 4 parts: A continuous rotation servo, 2 180deg servos and an LED.
This is how it is supposed to move:
The continuous rotation moves at a speed as I specify e.g.: Servo.write(100);
After 2 seconds the first servo moves from 0 deg to 30 deg and then moves back to 30 deg back to 0 deg after 3 seconds.
Then 1 second after the first servo goes back to 0 degrees, the led lights up for 1 second.
2 seconds later the second servo from 0 deg to 30 deg and moves back to 30 to 0 after 3 seconds like the first servo.
All of this is executed while the continuous rotation servo is moving without any interruptions or stoppage.
Can someone help me please, I need this for my project. Any kind of help will be appreciated.