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

Power button logic is input voltage dependent #9

Open
ke5gdb opened this issue Jul 10, 2024 · 0 comments
Open

Power button logic is input voltage dependent #9

ke5gdb opened this issue Jul 10, 2024 · 0 comments

Comments

@ke5gdb
Copy link
Contributor

ke5gdb commented Jul 10, 2024

The power down logic is somewhat input voltage dependent. Using a pair of AA alkaline batteries, everything works as expected. However a single-cell LiPo battery at 3.8v was enough to erroneously trigger the shutdown logic.

The fix should be relatively straightforward: compare the VBAT value against the SW value and if an excessive voltage delta exists, then power down.

I should have some time to dig into this issue this weekend, but I wanted to document it for visibility. It's very likely this same bug affects the RS41ng code, but I'll address that over on that repo at a later date.

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

1 participant