Open alvinolima50 opened 1 year ago
Servos came with the following configuration of PID: P = 32 ; I = D = 0. The following video shows how it's graph looked like. Also, we used this tutorial to recalibrate PID parameters.
Changing to P = 32; I = 10; D = 120 got the following results.
Analyzing these results, maybe the tunning was great to big angles, but not very good to small angles. The graph indicates that the problem might be related with low P and I, but high D. Next steps is to test with low D and try to work changing only P and D.
Changing to P = 40; I = 10; D = 1 got the following results.
Sending the signal to the servos has a very long delay.
Questions raised:
Are servos in series the only option, or can groups be placed in parallel?
Use of communication between wireless ESP