Hello Everyone:
I am trying to use DroneNet to bridge Pixhawk 6c between my notebook (running MP), so I can establish connection through ethernet. My wiring is shown below:
However, I failed to connect to my pixhawk 6c through the DroneNet, though some messages indeed shows up:
and I can ping 192.168.168.115 and 192.168.168.116 from my notebook.
@Claude_Lu if I understand correctly, you’re trying to Mission Planner using ethernet connection via dronenet? Since you can ping your flight controller, I assume your PPP link is working fine.
Here a configuration that I tested and works well:
Try setting: NET_P1_TYPE =2 (UDP Server), NET_P1_PORT to some port number, NET_P1_PROTOCOL = 2.
You can set NET_P1_IP* all to 0.
Then you should be able to connect to MP by setting the IP address of the Flight controller and setting the port (UDP).