Hi
I tried to write my own PWM to PPM code to an Arduino Pro Mini.
The PPM generation is working fine, only 14 microsecond delay in the signal, but this is rock solid.
But he polling of PWM inputs are too laggy. The result is about 60-80 microseconds shaking in the signal continiously.
Is there any other way of scanning more PWM inputs without this shaking result?
My code is attached to the post.
Thanks
Zoltan
pwm2ppm.ino (2.89 KB)