You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: