Hello everyone!
I’ve been trying to connect a pixhawk to Jetson Nano. I followed the steps on this site: Connecting PixHawk to Raspberry Pi and NVIDIA Jetson - Hackster.io
I connected gnd, rx and tx cables to telemetry 2 port properly and downloaded the necessary libraries.
After that, I typed the following command:
sudo mavproxy.py --master=/dev/ttyTHS1
And I got this output:
Connect /dev/ttyTHS1 source_system=255
Log Directory:
Telemetry log: mav.tlog
Waiting for heartbeat from /dev/ttyTHS1
MAV> link 1 down
How can I solve this problem?