Hi!
I have built a drone. Speedybee F405 V4, 60A ESC, 4S1P battery pack (21700 EVE 40PL, 70Amp cells). I have strapped the drone to a heavy piece of wood, to avoid flip-over, fly-away … It’s an expensive toy
I’m planning to use the drone for photography and smooth movements. No crazy freestyle, no drone racing
When I push some thrust on the RC controller, the drone sometimes start wobbling. Sometimes it’s stable, sometime it’s shaking.
Google link for my .BIN log:
Here’s a screenshot from Mission Planner log analyzer of accelerometers:
I think te battery voltage is OK, it’s not sagging unacceptable:
Can you please give me some direction where to start?
Is the drone contruction bad?
Are my PID parameters wrong?
Thank you!
My PID values are the following:
ATC_RAT_RLL_P = 0.12
ATC_RAT_RLL_I = 0.12
ATC_RAT_RLL_D = 0.006
ATC_RAT_PIT_P = 0.12
ATC_RAT_PIT_I = 0.12
ATC_RAT_PIT_D = 0.006
ATC_RAT_YAW_P = 0.15
ATC_RAT_YAW_I = 0.08
ATC_RAT_YAW_D = 0.003
ATC_ANG_RLL_P = 6.5
ATC_ANG_PIT_P = 6.5
ATC_ANG_YAW_P = 4.5
ACRO_RP_P = 4.5
ACRO_YAW_P = 3.0
ACRO_RP_RATE = 540
ACRO_YAW_RATE = 420
ACRO_TRAINER = 1
MOT_THST_EXPO = 0.65
MOT_SPIN_MIN = 0.15
MOT_SPIN_ARM = 0.10