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

Double Battery Automatic Contactor Support GPIO #572

Closed
malcolmputer opened this issue Oct 30, 2024 · 2 comments
Closed

Double Battery Automatic Contactor Support GPIO #572

malcolmputer opened this issue Oct 30, 2024 · 2 comments
Labels
hardware Hardware support needed

Comments

@malcolmputer
Copy link

Expected Behavior

It would be great for double battery support to also support automatic contactor support utilizing GPIO, something like this:

// Contactor handling
#define POSITIVE_CONTACTOR_PIN 32
#define NEGATIVE_CONTACTOR_PIN 33
#define PRECHARGE_PIN 25

#define 2ND_POSITIVE_CONTACTOR_PIN 13
#define 2ND_NEGATIVE_CONTACTOR_PIN 16
#define 2ND_PRECHARGE_PIN 18

Actual Behavior

Currently this has to be done manually, or utilizing a battery that supports contactor control over CAN, since the 3lb board that's in development supports multiple relays, it makes sense to support this.

@dalathegreat dalathegreat added the hardware Hardware support needed label Oct 30, 2024
@dalathegreat
Copy link
Owner

PR for this is UP 🙌 #619

@dalathegreat
Copy link
Owner

Closed as completed! Target for 7.8.0 release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hardware Hardware support needed
Projects
None yet
Development

No branches or pull requests

2 participants