-
Notifications
You must be signed in to change notification settings - Fork 104
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
Does the PiJuice work without a connected battery? #1082
Comments
Thanks for the answer, from what I understand of this setting, it's not related in that it will determine the behavior of the Pijuice if there is no battery and a current source appears. ps: I tried it anyway, and as I expected, it doesn't change a thing, the behavior is the same. |
You've indirectly answered my question about using the PiJuice without a battery, however, I'm unable to operate my module if a battery isn't connected and I'm well below the 2.5A (<0.7A). Notes:
So I'll try to rephrase my question a little more precisely: Is the current limitation (2.5A) the same with or without a battery? Is the output voltage path the same whether the battery is present or not? Thx |
I made some measurements and here are the results. My conclusion is that it's not possible to achieve a 2.5A load without a battery without supplying 10V as input. Without batteryVIN 5V, max load: ~0.82A With batteryVIN 5V, max load ~2A The BQ24160 datasheet states that it's possible to achieve 2.5A at 10V and 1.5A at 6.5V, so my measurements are more or less consistent. However, why it can't deliver a higher current without the presence of a battery escapes me a little... Unless I've missed something in the documentation, it seems to me that this is a very important point that deserves to be mentioned. |
Hi,
I'm using a PiJuice Zero with a 600mAh battery to power a daughter board containing a Compute Module 4 and a few peripherals (the battery is there to properly shut down the module if the main power supply is lost, hence the low capacity).
The daughterboard and Compute Module are powered by the Pijuice Zero's GPIO port.
I recently noticed that if the battery wasn't connected, it wouldn't start (it supplies the necessary 5V but stops plus starts again and so on, you can even hear a clicking noise), as soon as I connect the battery, everything works properly.
So my question is: is this normal, or does it have to be a connected battery?
Thx
The text was updated successfully, but these errors were encountered: