Hi,
my config : the plane : holybro px 4 arduplane last version.
raspberry pi 5 connected to tailscale
usb cam
ground station 1 : on pc connected to tailscale
mission planner udp port 14550
ok
ground station 2 : raspberry pi 3b+ connected to tailscale
python and mavlink installed
mission planner installed
unable to get the mavlink stream
i try to connect to mavlink with this command :
mavproxy.py --master=/dev/ttyAMA0 --baudrate 57600 --out 100.78.14.39:14550 --aircraft MyCopter
where 100.78.14.39 is the ip adress of the pi 5 in the plane . it doesn’t work : AMA0 no such file.
if i try
mavproxy.py --master=/dev/serial0 --baudrate 57600 --out 100.78.14.39:14550 --aircraft MyCopte
r
i get : link 1 down
what can i do ?
thanks