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

feat: add GPS module thread(s) #12

Open
2 tasks
rureverek opened this issue Feb 28, 2023 · 2 comments
Open
2 tasks

feat: add GPS module thread(s) #12

rureverek opened this issue Feb 28, 2023 · 2 comments
Labels
feature New feature or request

Comments

@rureverek
Copy link
Contributor

Description

Thread should meet the requirements of GPS Module Hardware.

Requirements

  • Data packing into pdu telemetry message and sending together via UART/SPI with other CAN messages.
  • Data logging as a CAN message.
@rureverek rureverek added the feature New feature or request label Feb 28, 2023
@t-bre
Copy link
Member

t-bre commented Mar 1, 2023

The CAN stuff here will also needed to be added to the CAN defs repo. I would like the GPS data to go on the CAN-S (non-critical) bus, so we'll need a new DBC file for that bus which will introduce some complications with the current generator system. We'll need to deal with the fact that there are two separate CAN buses in the whole of this codebase, so this is actually potentially quite a big thing to work on. I might make another issue for it.

@t-bre t-bre changed the title feat: Add GPS Module thread/s feat: add GPS module thread(s) Mar 1, 2023
@rureverek
Copy link
Contributor Author

New branch feat/add_gps_module now contain GPS Comms init and entry functions.

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

No branches or pull requests

2 participants