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 件の賞賛