High change in motors

Hi, I have a MiniPix flight controller with the 4.0.3 firmware.
It has a high change in motors especially in the pitch axis, that causes an x-axis vibration.
I was decreased ATC_ACCEL_P_MAX and ATC_ACCEL_R_MAX and also roll/pitch PID but it had a little effect. It also has a velocity error when taking off. (althold mode)
What could be the reason?
Log file: https://easyupload.io/cnsem1

1 Like

Read the wiki, there are multiple documented ways of reducing the vibration. Including Notch filters.

And 4.0.3 is not the latest stable version, you might want to update that.

You have these values set for ~18" props:
ATC_ACCEL_P_MAX,60000
ATC_ACCEL_R_MAX,60000
But this is set for much smaller props:
INS_GYRO_FILTER,40

If you actually have larger props lower this. For 18" it would be ~26Hz

I will test with 4.0.7 and also activate the Notch filter. I hope it gets right. But I do not understand the reason for the velocity error. (It appears after takeoff).

My props are 10",
I was decreased ATC_ACCEL_P_MAX and ATC_ACCEL_R_MAX and some others, to get better performance. because it has oscillate in the pitch axis.
Is this correct? What should I do?
Thanks.

Set them to the value appropriate for 10" props from the Alt>A plug-in.