svpcom / wfb-ng

WFB-NG - the next generation of long-range packet radio link based on raw WiFi radio
https://docs.px4.io/main/en/tutorials/video_streaming_wifi_broadcast.html
GNU General Public License v3.0
1k stars 238 forks source link

Can not arm vehicle through Mavlink in monitor mode #18

Closed mattgorski closed 6 years ago

mattgorski commented 6 years ago

Ive finally got everything tweaked and running great but for some reason vehicle did not respond to command Arm/Disarm when trying to arm the copter. Any idea what causes this? I can arm fine when connected IP direct via UDP but not in monitor mode.

Using PX4 and Pixhawk with SYS_COMPANION set it to 921600.

svpcom commented 6 years ago

wifibroadcast is unidirectional link. For arming vehicle you need bidirectional one like SiK radio

mattgorski commented 6 years ago

@svpcom Much appreciation on the response. That makes sense. I'll have to pickup a SiK radio for my setup.