I’m trying to establish a mavlink connexion between my rapsberry pi zero and my flight controller (F405-STD from mateksys). I want to make the physical connexion via an micro-USB to micro-USB cable.
My issue is that i think my RPi Zero doesn’t recognize my flight controller.
I do have make the following steps :
SERIALX_PROTOCOL] = 2. Set all the serial protocol to 2
[SERIALX_BAUD] = 57. Set all the serial baudrate to 57
[LOG_BACKEND_TYPE] = 3
I’m a bit confused how you’re connecting the flight controller to the Pi. Are you connecting the USB port of the flight controller to the USB port of the Pi? If so, it’s not being detected by the Pi.