Replies: 1 comment 3 replies
-
How do you transmit RC control from ground to drone? Do you embed it into mavlink telemetry or use separate data channel? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using OpenHD which uses this script wifibroadcast. I did ask on their telegram community but have no answers and maybe they are still busy with some other parts of the project so I will try to ask it here.
Gnd has RC control via joystick connected thru USB as HID
Air has video, audio , mavlink/telemetry
What I am trying to do is enabling the audio from gnd to air but the RC control freezes and vehicle puts on hold. Video , audio and telemetry still works.
This is the transmission from gnd to air part on the script
./wfb_tx -u 5050 -p 66 -B 20 -M 0 -K /tmp/tx.key $NICS_LIST
the air to gnd that I copied uses -u 5051 -p67
Is what I'm doing ( uplink audio = gnd -> air) possible via wfb?
TIA
Beta Was this translation helpful? Give feedback.
All reactions