I have been sucessfuly running programs using dronekit, and particularly this script. But, a day, i take off the RX and TX wiring and connect them all back again. But, this time it seems like it doesn’t pass the vehicle connecting command. I put a print() on before and after that command, and as what i guessed, the program only getting to the “before” print(), and then stuck at the:
“vehicle = connect(‘/dev/ttyAMA0’, baud=921600, wait_ready=True)”
and also, i tried to test the “mavproxy.py” command, but it doesn’t show the data from the vehicle fully (only some parts of it, like the flight mode) and i can’t send any command, like:
mode GUIDED
arm throttle
all of them are kind of being ignored.
Does anyone know what are actually the cause? Thank you very much