Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
Standard hobby RC servo pulses are just a specialized form of PWM. Typically the signal repeats every 20 ms (so 50 Hz PWM frequency), but this can vary. The pulse itself most often ranges from 1 ms to 2 ms, with ~1.5 ms being the neutral position. For servos with larger ranges, you might see pulses between 0.5 and 2.5 ms (neutral will still be around 1.5 ms).Deadband of the RC signal is determined by your speed controller (ESC). I don't think there's any official deadband range (at least not that I know about). Basically you implement your own deadband by keeping motor speed at zero or servo position at neutral for servo pulses between (deadband - dt) and (deadband - dt), where dt might be a few percent of the total range (so maybe 20 - 40 us?)- Ben