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

Implement remote arming of FC from ground station #86

Open
bytecod3 opened this issue Feb 11, 2025 · 2 comments
Open

Implement remote arming of FC from ground station #86

bytecod3 opened this issue Feb 11, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@bytecod3
Copy link
Contributor

No description provided.

@bytecod3 bytecod3 converted this from a draft issue Feb 11, 2025
@bytecod3 bytecod3 self-assigned this Feb 11, 2025
@bytecod3 bytecod3 added the enhancement New feature or request label Feb 11, 2025
@bytecod3 bytecod3 moved this from Todo to In Progress in N-4 rocket Feb 11, 2025
@brian-io
Copy link

Hey, the arming is already implemented in the basestation here, file App.jsx line 48 onwards

 // Toggle arming state
    const newArmedState = !telemetry.operationMode;
    const message = new MQTT.Message(
      JSON.stringify({
        command: newArmedState ? "ARM" : "DISARM",
      })
    );
    message.destinationName = "n4/commands";

What's required is to prepare the topic "n4/commands" in the FC to receive the "ARM" or "DISARM" command.
I've prepared a documentation of the various topics and what data is sent and received

@bytecod3
Copy link
Contributor Author

Okay. Well noted. Also @brian-io could you kindly make yourself available at IPIC ASAP for physical integration and testing of base station?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants