Drive brushed quadcopter motors directly from PWM rail?

I would like to build a micro quadcopter based on brushed DC motors. I am trying to figure out whether I can drive them directly from the PWM rail without an intermediate ESC. Can the PWM be configured for arbitrary output or is it set to the classical 1-2ms 50 Hz servo-scheme?

The motors in question are these ones.

@kozuch, these motors do not seem to have enough thrust to lift the combination of NAVIO2, Raspberry and themselves. You’d need something more powerful if you want to get in the air IMO.

The NAVIO PWM rail is aimed at providing PWM signals to drive an ESC or servo, and also at distributing 5V power if a source (such as an ESC bec) is attached to the rail. I personally would not recommend driving a motor using the current from the signal pin, since it is most certain that it will not be enough, and worst case you could even damage your hardware.

To drive a brushed motor you have a choice of drivers, starting from simple H-bridges to complete brushed ESC circuits.

1 Like