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

Feature request for Battery input power #257

Closed
TrashHauler opened this issue Jan 18, 2024 · 1 comment
Closed

Feature request for Battery input power #257

TrashHauler opened this issue Jan 18, 2024 · 1 comment

Comments

@TrashHauler
Copy link

Can you please add the following feature or guide me in the direction of coding it myself?

Request: Input/Battery minimum voltage cutout

Reason: Protect cordless tool battery as input power source from dropping below minimum safe voltage to prevent battery damage (Dewalt and Milwaukee batteries rely on the tool for low voltage cutout protection—Ryobi batteries have protection built into the battery)

Specifics: I haven’t done any programming in 30 years so I am more than a bit rusty. I would like to accomplish the following:

  1. add a menu input and variable for “Battery Cutout Voltage” or maybe “input voltage cutout” default=zero
  2. create battery / input voltage protection BVP function with the following basic logic
    If v_in_adc <= battery_cutout_voltage
    Set v_out and i_out = zero (handle_bvp?)
    Display on screen BVP activated at input voltage = battery_cutout_voltage
  3. Check for BVP just like checking for OVP or OCP

Thanks in advance,

Bob

@kanflo
Copy link
Owner

kanflo commented Feb 15, 2024

Sorry, this project is abandoned on my part. There was some activity in #249 in November last year so someone might still be developing for it.

@kanflo kanflo closed this as completed Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants