I’ve been looking for the best solution to power my spark robot which uses 3 servos, and got seduced by these portable “power banks” which are sold as backup power for cell phones. The one I bought offered 10000 mAh, 2.1A output, overcharging protection and protection from draining the battery, charging from any 5v usb connection, and it’s possible to leave the spark running while it is charging.
All this seemed great but when I start using the servos the power cuts and the spark core restarts.
I’m guessing that this has to do with it’s curcuits wanting a steady discharge and not sudden spikes in power demand which my servos are causing.
Does anyone here have experiences with using these kinds of batteries, also with servos or similar power demands?
It did seem a bit too good to be true, but if it would work with one of these it would be ideal for my project.
@kennethlimcp I’m powering the servos directly from the battery. Do you have any experiences with drawing much or sudden current from your battery? If so, which kind is it?
@kennethlimcp Thanks for the tip, I will try to add a capacitor.
I was just reading through the reviews now of the battery I got and came across this: When a(n) overcurrent/short circuit/overcharge/overdischarge happens,
PB10000C will cut off its energy output automatically and enter
Protection Mode to prevent damage to itself and your device(s).
Hey Kenneth! Just want to ask a simple question. How do you keep the power bank on when the core goes into deep sleep for about 30 minutes or 1 hour. I notice that my power bank will turn off after like 30 seconds or a minute and the core also turns off with it.
This is Jeff from Voltaic Systems. We have created an override function on two of our batteries for these types of applications when a device like the Electron or an Arduino goes into sleep mode. Our V15 and V44 batteries can be switched into Always On mode and don’t ever shut off. A high current spike can affect that setting, so the V44 is preferred if you are going over 1A. See https://www.voltaicsystems.com/always-on
Tried this but doesn’t seem to work, at least not for my power bank. Neither calling System.reset() or pressing the reset button reawakens the battery. Unplugging and plugging back in or pressing one of the buttons on the power bank are only things that reawaken it.