Skip to content

Can't control MOSFETs with bms.set_0xE1_mosfet_control #2

@airy77

Description

@airy77

I've called the function every way possible but I can't seem to turn off either FET.

bms.set_0xE1_mosfet_control(false,false); // My understanding is that this call should disable both FETs, but it doesn't
bms.set_0xE1_mosfet_control(false, true); // My understanding is that this call should disable the charge FET, but it doesn't
bms.set_0xE1_mosfet_control(true, false); // My understanding is that this call should disable the discharge FET, but it doesn't
bms.set_0xE1_mosfet_control(true, true); // My understanding is that this call should enable both FETs, but since I was never able to disable the FETs, I don't know if this actually turns them on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions