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

Add blinking heartbeat LED to the BMS that changes color based on state #14

Open
mkamalel opened this issue Apr 22, 2020 · 0 comments
Open
Labels

Comments

@mkamalel
Copy link
Collaborator

mkamalel commented Apr 22, 2020

Have a blinking LED that changes color depending on the state.
Charging = blue
Running = green
Fault = Red

This would be done by finding which HET(High End Timer) pins are connected to LEDs and toggling them every half second or so to the required color refer to https://github.com/sfuphantom/vcu-fw/blob/master/VCU/Phantom/main.c ~line 336 vStateMachineTask for some examples on setting LEDs to different colors

@mkamalel mkamalel added the good first issue Good for newcomers label Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant