"Hi Marco did you have any success with arduino to pixhawk communication? Im currently trying to read data from arduino with pixhawk through tx rx ports but I have no luck. Any pointers on how make this work?"
Writing a driver for PX4 using the i2c example. Im getting this error when I Make the file. Anyone know why this would be? Thanks,Firmware/Build/px4fmu-v2_default.build/builtin_commands.c.o:(.rodata.g_builtins+0x2c): undefined reference to…
Hello, I'm trying to figure out how to send PWM signal to Pixhawk board to trigger a flight mode. I want arduino to, once data has been received from senaor arduino writes a PWM signal to Pixhawk and triggers a flight mode.Anyone have information on…