Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to connect my android to a drone via telemetry #188

Open
Sefibrah opened this issue Oct 10, 2024 · 1 comment
Open

I want to connect my android to a drone via telemetry #188

Sefibrah opened this issue Oct 10, 2024 · 1 comment

Comments

@Sefibrah
Copy link
Contributor

Sefibrah commented Oct 10, 2024

image

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)?

@Sefibrah 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
@JonasVautherin
Copy link
Collaborator

Unfortunately that would still need some work. There are some discussions and workaround here: #23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants