For me it seems APM system leaves about 20% of the first throttle travel as dead slack, then suddenly springs forth with about 20% duty cycle in the PWM signal. This probably isn't an issue for most users, but for those of us with larger ships and/or supply rails, it tends to put a bit of stress on things. Is there any setting anywhere to adjust this?
You need to be a member of diydrones to add comments!
Replies
in your APM_config.h set this to the minimum value, 130 of 1000 is the default. (13%) Lower it but keep it high enough so that your motors won't stall.
#define MINIMUM_THROTTLE 130
Jason