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

Orion battery level reading (CAN TX/RX) #30

Closed
smit-happens opened this issue Feb 22, 2018 · 1 comment
Closed

Orion battery level reading (CAN TX/RX) #30

smit-happens opened this issue Feb 22, 2018 · 1 comment
Assignees
Labels
CAN Anything correlating to CAN communication on the car orion

Comments

@smit-happens
Copy link
Owner

We need to request and receive the battery level from Orion in order to store the 90% level in unitek as described in #29

@ShawnPierpont
Copy link
Collaborator

This is working using the FlexCAN library and the OrionController and OrionModel have been implemented to extract the data from the CAN messages that have been designed that the BMS will output. The BMS does not need to be written to to receive this data, but rather just read for the specific CAN ID we need. That part will be implemented in the CanController and will just need to return the struct I created which is just using the data directly from the buffer of the CAN message

smit-happens added a commit that referenced this issue Mar 27, 2018
work on #140, fix #136, need to verify #129
fix #70, fix #30, need to verify #25
Main Success Scenario automation moved this from To do to Done Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CAN Anything correlating to CAN communication on the car orion
Projects
No open projects
Development

No branches or pull requests

3 participants