Servo frequency default 1000Hz #43
Unanswered
NotIllusion2000
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it correct, that the Servo frequency defaults to 1000Hz? At that frequency a servo can't be controlled since the signal needs to be at least 2,5ms long for proper decoding, the on cycle is maximum 2000us long. Next thing is that if I set frequency to 50Hz ( myservo.setFrequency(PIN_Thr, 50); ) it still is 1000Hz, measured with an oscilloscope. The debugger shows 50 Hz. If I set 250 or 400Hz everything works. Is it my error or is the code not correct?
Beta Was this translation helpful? Give feedback.
All reactions