-
Notifications
You must be signed in to change notification settings - Fork 9
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
Identify or design battery backup #34
Comments
This could work https://www.adafruit.com/product/1566 |
That one isn't good - it won't charge and supply power simultaneously. This one will, though. https://www.adafruit.com/product/1959 . It holds as much charge as I specified earlier. It will be good to verify how much discharge there is, but including one of these in the box would be good practice even for v1. (even better if we could tell the battery is near death..) |
I've had good results with this battery with other Raspberry Pi 3 projects: |
According to the customer answers on the Anker, it doesn't support charging and using simultaneously. We'd have to have some additional circuitry to route mains power to both the battery (when it's not fully charged) and the RPi, until mains power died, and then switch over to getting power from the battery. That 1959 battery will do both at once, which helps. (A bigger battery would be nice, but the smaller one would do for awhile.) A more diligent model would go into a power-saving mode (turning off peripherals and such) when running on battery. |
Pretty good: https://www.adafruit.com/product/1565 - might work 3-5 hours? |
2Ah 5V battery needs to keep the SOHO radio running when the power is out. It will be good to notify via GPIO to conserve power.
The text was updated successfully, but these errors were encountered: