-
Notifications
You must be signed in to change notification settings - Fork 49
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
Battery charging #11
Comments
I've only used no-name batteries from aliexpress, and they appear to work from my own testing. Are you setting the charge current via the driver in ZMK? |
I'm actually running the
My understanding was that setting a pin to be an input would produce a high-impedance state. But perhaps I'm doing this incorrectly. Thanks for your feedback. |
yes, this should have worked. I'm not sure why it's not working, though. It might be some incompatibility somewhere, but I can't really help with just this much to go on. |
I am trying to use Mikoto with a 3.7V 400mAh lithium ion polymer battery (https://www.adafruit.com/product/3898). I am setting the charging current to 100mA in software. But charging does not seem to work correctly: as I understand it, the battery is supposed to charge to about 4.2V, but it often gets stuck between 3V and 3.5V. It seems like perhaps the precharge phase is working, but not the fast charge phase. (See: https://www.ti.com/lit/ds/symlink/bq24075.pdf).
Is there a battery that is known to charge correctly with this circuit?
The text was updated successfully, but these errors were encountered: