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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,657 次查看
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 项奖励
1 解答
1,584 次查看
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 项奖励
1 回复
1,585 次查看
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 项奖励