You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?The text was updated successfully, but these errors were encountered: