Skip to content
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

Flying with USB connection #9663

Closed
korigod opened this issue Jun 13, 2018 · 3 comments
Closed

Flying with USB connection #9663

korigod opened this issue Jun 13, 2018 · 3 comments

Comments

@korigod
Copy link
Contributor

korigod commented Jun 13, 2018

Is it ok to fly with USB-connected companion computer? We used to use UART connection, but it has several disadvantages. The speed is low, also it has less resistance to interference compared to the USB differential pair and it's not possible to flash FMU using the default PX4 bootloader.

So is the circuit_breaker_engaged_usb_check introduced to fly with USB or it's only for lab tests and flying with USB is not recommended anyway? What are the disadvantages of flying with USB (except for unsuitable connectors, which can be replaced)? In particular, what is the motivation behind commit 55cf08d by @LorenzMeier?

@hamishwillee
Copy link
Contributor

This isn't really a bug, so you should ask it on the discussion forums

From the MAVLInk UART example:

Also Note: Using a UART (serial) connection should be preferred over using the USB port for flying systems. The reason being that the driver for the USB port is much more complicated, so the UART is a much more trusted port for flight-critical functions. To learn how this works though the USB port will be fine and instructive."

So I would guess that this will probably work, but if things fall over debugging is going to be much harder.

@stale
Copy link

stale bot commented Jan 21, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Feb 4, 2019

Closing as stale.

@stale stale bot closed this as completed Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants