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

BMS state of charge tracking #6

Open
6 tasks
colescott opened this issue May 7, 2020 · 0 comments
Open
6 tasks

BMS state of charge tracking #6

colescott opened this issue May 7, 2020 · 0 comments
Labels
bms Battery management system project enhancement New feature or request

Comments

@colescott
Copy link
Collaborator

The state of charge (or I guess discharge) should be tracked by watt-hour counting from the current sensor and stored in the internal memory of the LPC1768.

Tasks:

  • Implement analog in for current sensor and validate
  • Add KVStore from mbed to store configuration and SoC values
  • Compute discharge rate and update SoC accordingly
  • Publish SoC to CAN bus
  • Reset SoC when charging (this might require smarter charging logic)
  • Add a fault for low SoC
@colescott colescott added enhancement New feature or request bms Battery management system project labels May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bms Battery management system project enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant