You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens, that some servos or other motor controllers require the PWM signal to be outputted at a specific frequency. These frequency my be between 5 and 400 Hz.
It would be awesome to configure that output frequency on initialization of a single servo or on a global scale.
The text was updated successfully, but these errors were encountered:
You can do this by change the refresh rate in servo.h.
But it is magic for me, why the possible frequeny decreases as more servo objects are generated. With only on servo, 333 Hz ar possible. With 2 servos 200 Hz and with 4 servos about 150 Hz. Why is this?
I would understand this with 8 bit / 16 MHz prozessors. But why also with the much faster 32 bit processors with frequencies >48 MHz?
Is this library up to date or an old dinosaurus? ;)
It happens, that some servos or other motor controllers require the PWM signal to be outputted at a specific frequency. These frequency my be between 5 and 400 Hz.
It would be awesome to configure that output frequency on initialization of a single servo or on a global scale.
The text was updated successfully, but these errors were encountered: