-
Notifications
You must be signed in to change notification settings - Fork 402
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
Powerbank without interruption while charging #309
Comments
The mentioned post uses GPIO 5 and GPIO 6 which is Pin 31 and Pin 33 on the board. |
I mixed pin an GPIO - thanks for the hint about the volume control - so the problem will only be for the Elko 18.000 |
More thoughts on the Elko Solution: Since PIN4 is 5V Power and PIN6 is GND - is there a problem if PIN3(GPIO2) is connected toPIN 4 at the same time. I mean obviously the board is designed to connect 5V to go through GPIO2 for 2 Seconds. The Elko runs with 6.3 Volt - do I have to put in something (resistor) to make it 5V? Or will it be fine? |
The 6,3 volts are only the max the cap can handle. If you feed them with 5 volts you only get 5 volts back. I use caps with with a rating of 32 volts and its just fine. |
this one works great without interrupting while the pi was connected |
Hello, can you please send some details how you have wired the bank exactly? I want to use the same solution maybe. Very regards. |
I can just second what xCite said. I'm using the same Powerbank and you can plug/unplug power without affecting the running PI. |
When I use a USB-powered speaker and RFID-reader and maybe an OLED-Display and halt the Pi will the power cinsumption drop to zero? I thought that the Pi will still consume power. |
hey @derOger that works pretty well but 2 things:
sorry for my english, it was'nt the best but I hope it is understandable explained |
Up to date battery/powerbank solutions are collected here #2270 so I’m closing this old issue. |
I connected my pi to a Powerbank which supports the function to charge and running the pi at the same time. Unfortunately there is a short interruption of the power supply when I disconnect the Powerbank from the external charging plug.
The solution is described in an heise article
https://books.google.de/books?id=HAo4DwAAQBAJ&lpg=PA81&ots=Ug1Rj_N3IY&dq=Eine%20einfache%20USB-Powerbank%20macht%20den%20Raspberry%20Pi%20mobil.%20Doch%20ein%20Dauerbetrieb%20ist%20damit%20nicht%20m%C3%B6glich%3A%20Beim%20An-%20oder%20Abstecken%20des%20Ladekabels%20bricht%20die%20Versorgungsspannung%20so%20weit%20zusammen%2C%20dass%20der%20Raspi%20neu%20bootet.%20Elkos%20und%20Goldcaps%20f%C3%BCllen%20die%20L%C3%BCcke.&hl=de&pg=PA81#v=onepage&q&f=false
they connect an Elko 18.000 6.3 Volt to the pins 4 and 6.
Now the question - how can I apply this solution if I still want to use an external swith to turn the pi on and off.
Right now the switch connects to GPIO3 (PIN5) and GND (PIN6). If I have an Elko connected to 4 and 6 at the same time they would be a circuit 465 with 6.3 Volts every time I press the button.
Can I do that or will I break my pi ? Does anyone know how I could manage to interrupt the connection 4 and 6 every time I connect 5 and 6?
To make it even harder I also want to connect an external knob for sound control. This post
#267
also includes 5 6.
Thanks a lot for any help!
The text was updated successfully, but these errors were encountered: