Last active
April 13, 2023 14:37
-
-
Save dbaldwin/401dff6f61a83de30955a1dcc495e239 to your computer and use it in GitHub Desktop.
mavp2p px4 mini connected to pi zero via usb port (not usb power port)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run the following on Pi Zero attached to Pixhawk 4 Mini via USB | |
# Sends to windows desktop | |
./mavp2p serial:/dev/ttyACM0:57600 udpc:192.168.86.32:14550 | |
# Pi Zero m2r with Pixhawk 4 Mini connected via USB | |
mavlink2rest -c serial:/dev/ttyACM0:57600 | |
# Connected over UART | |
./mavp2p serial:/dev/serial0:921600 udpc:192.168.86.32:14550 | |
# Connected over UART | |
./mavp2p serial:/dev/serial0:57600 udpc:192.168.86.32:14550 | |
# On windows desktop | |
.\mavlink2rest-x86_64-pc-windows-msvc.exe | |
# Now access | |
http://127.0.0.1:8088/mavlink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment