I'm a new Arduino user.
I have to drive 8 servo motor for a modular robot and I have to use Arduino nano beacuse arduino mega is too big for the modular robot.
My question is can I drive a pwm signal using all digital pin? I read this can be possible using digital output and sequential delay but the disadvantage is that any interrupts will affect the timing, which can cause considerable jitter unless you disable interrupts.
What about using timers and register?
i use HS-422& looks like it hould be good.
can you explain what legs are PPM on nano? (sorry, i don't understand english electronic shorts wery well..) :-/
ok, and the last one dummy question:
what if i'll give 6 volts instead of 5 volts on a arduino?
will it work? it only 1 volt of difference and it should have voltage regulator on a board... :-?