Hello I am controlling multiple servos on a glider and I am having issues with the servo on each wing as there is a slight delay between them. I am using 2 NRF24L01 for communication between 2 Arduino Nanos.
In my code Servo 1 and 2 are the issues as they do not sync properly.
caldercurtis:
Hello I am controlling multiple servos on a glider and I am having issues with the servo on each wing as there is a slight delay between them. I am using 2 NRF24L01 for communication between 2 Arduino Nanos.
In my code Servo 1 and 2 are the issues as they do not sync properly.
How long (in millisecs) is the slight delay?
What do you mean by "do not sync propelrly"?
Add some code to print the values that the wireless receives. If they are correct then you need to look elsewhere for the problem.
If this was my project I would write the code like this