You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my android device, connected to a telemetry thingy. But how do I identify its connection string in my MavSDK-Java code?
As you can see, I am trying this approach:
mMavsdkServer = new MavsdkServer();
int mavsdkServerPort = mMavsdkServer.run("serial:///dev/ttyUSB0:57600");
mRover = new io.mavsdk.System("localhost", mavsdkServerPort);
But I think I am approaching it a bit too naively... can someone at least point me in the right direction(s)?
The text was updated successfully, but these errors were encountered:
Sefibrah
changed the title
I want to connect my android to a drone via telemtry
I want to connect my android to a drone via telemetry
Oct 10, 2024
I have my android device, connected to a telemetry thingy. But how do I identify its connection string in my MavSDK-Java code?
As you can see, I am trying this approach:
But I think I am approaching it a bit too naively... can someone at least point me in the right direction(s)?
The text was updated successfully, but these errors were encountered: