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

FWXV-279: XBee Telemetry Branch #316

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

FWXV-279: XBee Telemetry Branch #316

wants to merge 29 commits into from

Conversation

et312
Copy link
Contributor

@et312 et312 commented Sep 28, 2024

No description provided.

@et312 et312 requested a review from Akashem06 September 28, 2024 18:07
et312 and others added 6 commits September 28, 2024 18:13
* Removed resistor values and added ISenseMux enum for use in current sense file.

* Updated pd_sense_output_group to return correct value

* implemented current sense function in power_seq_fsm
* bootloader datagram setup

* datagram class complete with test cases

* bootloader progress

* remove crc32 from can_datagram.py + modified unit test

* bootloader datagram setup

* datagram class complete with test cases

* bootloader progress

* complete flash_application code, unit tests required

* add jump application, both flash and jump app needs testing

* test jump application, valid results

* complete unit tests and remove typeerrors for flash app

* add and test multi-board flashing and jumping

* add and test validation static methods

* fix crc bits for can_datagram.py

* add state machine for bootloader

* add BOOTLOADER_FLASH_COMPLETE state for the state machine

* [API/CLI] Redid start and data messaging. Needs new tests. Begun API + Flash devlopment

* [DATA STATES] Seperated first data msg and following messages with arbitration id

* [JUMP APP/START] Wrote brief skeleton functions, needs more error handling

* [ADDED BACK DATA_READY STATE FOR SIMPLICITY]

* [LINKERSCRIPTS + SCON CHANGES FOR APPLICTION/BOOT FLASHING]

* [JUMP APPLICATION ASSEMBLY AND BAREMETAL CAN DRIVER]

* need to fix packet loss in can transmission

* [Formatting]

* BOOTLOADER

* Semi-working

* BOOTLOADER IS WORKING LETS GO

* Major cleanup

* formatingg/linting

* fixed small changes

* formatting

* Build fix

* build change

* build system changes

---------

Co-authored-by: Your Name <[email protected]>
Co-authored-by: Aditya Sen <[email protected]>
* initial algo

* perdict ocv func

* state of charge tests

* STATE OF CHARGE WITH LUT

* PASS ALL TESTS. NEEDS INTEGRATION TESTING ON HARDWARE

* REFACTOR DONE

* formatting

* formatting

* applied changes
* fixed

* fix num 2
* bootloader datagram setup

* datagram class complete with test cases

* bootloader progress

* remove crc32 from can_datagram.py + modified unit test

* bootloader datagram setup

* datagram class complete with test cases

* bootloader progress

* complete flash_application code, unit tests required

* add jump application, both flash and jump app needs testing

* test jump application, valid results

* complete unit tests and remove typeerrors for flash app

* add and test multi-board flashing and jumping

* add and test validation static methods

* fix crc bits for can_datagram.py

* add state machine for bootloader

* add BOOTLOADER_FLASH_COMPLETE state for the state machine

* [API/CLI] Redid start and data messaging. Needs new tests. Begun API + Flash devlopment

* [DATA STATES] Seperated first data msg and following messages with arbitration id

* [JUMP APP/START] Wrote brief skeleton functions, needs more error handling

* [ADDED BACK DATA_READY STATE FOR SIMPLICITY]

* [LINKERSCRIPTS + SCON CHANGES FOR APPLICTION/BOOT FLASHING]

* [JUMP APPLICATION ASSEMBLY AND BAREMETAL CAN DRIVER]

* need to fix packet loss in can transmission

* [Formatting]

* BOOTLOADER

* Semi-working

* BOOTLOADER IS WORKING LETS GO

* Major cleanup

* small changes

* small change

* format

* done

* formatting

* bruh done

* small fix

---------

Co-authored-by: Your Name <[email protected]>
Co-authored-by: Aditya Sen <[email protected]>
@@ -18,6 +18,8 @@
watchdog: 3
power_distribution:
watchdog: 5
telemetry:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update the yamls? The task in main.c pops from a queue and doesn't do any checks on the messages. I might be forgetting but does that queue only contain messages that have the correct target board? or all messages?

If it's all messages then do we need to do this?

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

Successfully merging this pull request may close these issues.

4 participants