-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP_VideoTX: Tramp: Add half-duplex to port config #28806
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Can I ask that you set the correct baud rate as well? Pretty sure its fixed for tramp
You did that already, Andy. But I had a bracket issue none the less. In my setup, pull-down on tx and rx are not necessary. Should I add them none the less to keep consistency with SmartAudio? i.e.
I have tested this and it makes no difference at all on my setup. I'll set pull-down for consistency then. |
f0fd0ce
to
b9b5033
Compare
Tramp is half-duplex, so this should be set automatically like already done for SmartAudio. Also set pull-down options for consistency with SmartAudio.
b9b5033
to
c98707e
Compare
-2 I have some InternalError 0x10000000 with this patch, have to reverse engineer where this comes from.
Seems to be some fighting between tramp trying to set options and parameter storage. I don't understand it yet, will keep digging. |
That indicates some kind of hardware failue or crash. Maybe there is some npe in your code. |
It may have something to do with me changing between this SW, #28810 and AP 4.5.7 . I have to get another tramp vtx. I'm currently violating engineers code by working on the system that is actually flying instead of the technical mock-up. |
This Patch fixes a minor annoyance with Tramp.
The protocol is half-duplex, yet the corresponding bit needs to be set manually in options.
This has already been done for Smart Audio.
BTW: Documentation does not even tell about this bit.
https://ardupilot.org/plane/docs/common-vtx.html#immersionrc-tramp