Using the connection string below, one of my Windows 10 computers connects to the Intel Aero drone just fine.
vehicle = connect(‘udp:0.0.0.0:14550’, wait_ready=False)
But when using another one of my Windows 10 computers, I receive the error below. Same for the Raspberry Pi that I tried using.
WARNING:dronekit:Link timeout, no heartbeat in last 5 seconds
I suspect that there’s no problem with the Intel Aero Drone since it connects to one of my computers just fine. Maybe there’s some connection setting I could change on the others to get them to connect? Any ideas?