Minimal requirements to keep propellers spinning?

Firmware/software/electronics/mechanics
Post Reply
salocinx
Beginner
Posts: 21
Joined: Wed Feb 06, 2019 7:58 pm
Contact:

Minimal requirements to keep propellers spinning?

Post by salocinx »

Hi. I am currently experimenting with the "low level commander"; setting roll, pitch, yaw and thrust.

I am using the

Code: Select all

def send_setpoint(self, roll, pitch, yaw, thrust)
function.

What are the minimal requirements to keep the propellers spinning?

A.) Minimum thrust value (e.g. thrust = 10000) ?
B.) Interval of repeating messages (e.g. 0.5 s) ?
C.) Unlocking motors with initial values (e.g. send_setpoint(0, 0, 0, 0)) ?
Post Reply