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

Update Command Handling Code for TSAT-7 #3

Open
Koloss0 opened this issue Oct 20, 2024 · 0 comments
Open

Update Command Handling Code for TSAT-7 #3

Koloss0 opened this issue Oct 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Koloss0
Copy link
Contributor

Koloss0 commented Oct 20, 2024

The command handling code (jump) is using command codes and a code structure from TSAT-6. In TSAT-7, the command list has changed significantly (see the new list), and the introduction of the TSAT Utilities Kit created a standard way of intaking CAN messages with the message received callback.

Here's a full list of instructions for getting all of this done:

  1. Read the Wiki page for TUK to understand what it is, how to use it, and how to install it.
  2. Add TUK to the project based on the instructions provided.
  3. Use the reference code from here as a guide of what it should look like. You can also use the Payload repository to help, since it's more developed. Then begin updating the code to match that structure. This will involve creating a callback function where messages are handled, initializing the CAN Wrapper Module, and calling the poll functions in the main loop.

Feel free to ask questions below.

@Koloss0 Koloss0 added the enhancement New feature or request label Oct 20, 2024
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
None yet
Development

No branches or pull requests

1 participant