How can I control the motors directly (for testing)?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I control the motors directly (for testing)?

Jump to solution
1,521 Views
nxf58541
NXP Employee
NXP Employee

Is there a way to disengage an FMU and use somthing like four trigger switches to control all four ESC's directly to gain full control of a drone?

0 Kudos
1 Solution
1,448 Views
nxf58541
NXP Employee
NXP Employee

You can use the Mavlink Shell for tests - connect to your drone using the USB cable or the telemetry. Now let's suppose you want to test the outputs of, eg. channels 1 and 3, and set the PWM value to 1200 us:

pwm arm //arm output
pwm test -c 13 -p 1200
pwm disarm //disarm output
pwm info //print current configuration of all channels

View solution in original post

0 Kudos
1 Reply
1,449 Views
nxf58541
NXP Employee
NXP Employee

You can use the Mavlink Shell for tests - connect to your drone using the USB cable or the telemetry. Now let's suppose you want to test the outputs of, eg. channels 1 and 3, and set the PWM value to 1200 us:

pwm arm //arm output
pwm test -c 13 -p 1200
pwm disarm //disarm output
pwm info //print current configuration of all channels

0 Kudos