Author Topic: Power bank Issues low power Loads issue  (Read 2309 times)

0 Members and 2 Guests are viewing this topic.

Offline DanielradcliffTopic starter

  • Contributor
  • Posts: 17
  • Country: us
  • Meow hello I have autism
Power bank Issues low power Loads issue
« on: February 21, 2021, 04:20:44 am »
Power bank. Anyone know of a usb power bank Circuit that does not go to sleep when powering light loads like a small radio or an Arduino
« Last Edit: February 21, 2021, 04:23:34 am by Danielradcliff »
Meow hello I’m DanielRadcliff
 

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00
Re: Power bank Issues low power Loads issue
« Reply #1 on: February 21, 2021, 04:50:52 am »

I own an older one that works with low loads...  but I haven't been able to find one like it since.

It seems the newer ones all use the same IC and the people who designed that IC were too clever by half.
 
The following users thanked this post: Danielradcliff

Offline janoc

  • Super Contributor
  • ***
  • Posts: 3818
  • Country: de
Re: Power bank Issues low power Loads issue
« Reply #2 on: February 21, 2021, 11:05:08 am »
That's a good problem to have ... I have a dual output power bank (iGET B-20000) with outputs labeled 2.5A and 2.1A. And I have naively thought - "Yay, good enough for my Raspberry Pi ..." Except RasPi turns off right away.

OK, out comes the electronic load and the bloody thing outputs only 4.3V at 2A of current!  :o

It is anywhere close to 5V only if you stick to the basic 500mA load. I guess those numbers printed on the bank are "won't start smoking within 10 seconds if you stay below this ..." rating. WTF ...
 
The following users thanked this post: Danielradcliff

Offline subliti

  • Contributor
  • Posts: 21
  • Country: 00
Re: Power bank Issues low power Loads issue
« Reply #3 on: February 21, 2021, 11:36:18 am »
Idk
But what you could do to prevent this, is to use a small mcu, load resistor and a mosfet and choose a resistor value so that it pulls lets say 100mA. And than u just programm your mcu to give a 1sec pulse every 20sec or so. Depents on the power bank. So if you know ur power bank deactivates 40s after it detects "no" load, than u just pulse it every 35sec.
This would prevent the turning off.

You could then for example build a small adapter board with this circuit with 2 female usb sockets (or one male socket that connects straight to the power bank and the other is female), and than this could be used on any power bank
« Last Edit: February 21, 2021, 11:39:44 am by subliti »
 
The following users thanked this post: Danielradcliff

Offline mino-fm

  • Regular Contributor
  • *
  • Posts: 147
  • Country: de
Re: Power bank Issues low power Loads issue
« Reply #4 on: February 21, 2021, 06:25:42 pm »
Please use a translation program http://www.mino-elektronik.de/Powerbank/powerbank.htm


It seems the newer ones all use the same IC
No!
 
The following users thanked this post: Danielradcliff

Offline DanielradcliffTopic starter

  • Contributor
  • Posts: 17
  • Country: us
  • Meow hello I have autism
Re: Power bank Issues low power Loads issue
« Reply #5 on: February 21, 2021, 10:33:17 pm »
Is there a ready made solution 
Meow hello I’m DanielRadcliff
 

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00
Re: Power bank Issues low power Loads issue
« Reply #6 on: February 21, 2021, 10:47:18 pm »
Please use a translation program http://www.mino-elektronik.de/Powerbank/powerbank.htm


It seems the newer ones all use the same IC
No!

Well, they all behave the same...   every single one I've tried for the last several years have refused to cooperate with small loads.

Are you aware of any that act differently?  I'll be the first to buy!

 
The following users thanked this post: Danielradcliff

Offline Peabody

  • Super Contributor
  • ***
  • Posts: 2086
  • Country: us
 
The following users thanked this post: Danielradcliff

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00
Re: Power bank Issues low power Loads issue
« Reply #8 on: February 21, 2021, 11:07:54 pm »
Here's one you might look at:

https://www.amazon.com/Voltaic-Systems-Formerly-Battery-Samsung/dp/B07ZS3WYZY/ref=sr_1_1?dchild=1&keywords=voltaic&qid=1613947993&sr=8-1


Quote
ALWAYS ON FEATURE - Voltaic's upgraded "Always On" feature makes it easy and efficient to use with various sensor or time lapse applications

Looks like the Sales department has caught up with the needs of the market!   Thanks for the pointer, I'll have a hunt around again now that it appears to be an "upgrade" to go back to how they always used to work!  :D
 
The following users thanked this post: Danielradcliff

Offline Peabody

  • Super Contributor
  • ***
  • Posts: 2086
  • Country: us
Re: Power bank Issues low power Loads issue
« Reply #9 on: February 22, 2021, 05:00:57 am »
At considerably lower cost, there is something called the "18650 battery shield v3" which has the battery holder, a charger, three ganged 3.3V linear regulators, and a 5V boost converter with USB-A output.

https://www.ebay.com/itm/18650-Battery-Shield-Micro-USB-Wemos-ESP32-V3-ESP-32-for-Arduino-Raspberry-Pi/293951798138

These can be found lots of places - Ebay, Aliexpress, Amazon, Banggood.  They also come in 2-cell and 4-cell versions, but I think only the single-cell v3 behaves correctly as an always-on UPS.  Andreas Spiess has a video on it:



But there's a potential problem with getting charging to terminate properly if you are powering the load while charging:



However, if your circuit periodically goes to sleep, that may enough to get charging to terminate.

 
The following users thanked this post: Danielradcliff

Offline oPossum

  • Super Contributor
  • ***
  • Posts: 1428
  • Country: us
  • Very dangerous - may attack at any time
Re: Power bank Issues low power Loads issue
« Reply #10 on: February 22, 2021, 05:53:47 am »
 
The following users thanked this post: Danielradcliff

Offline DanielradcliffTopic starter

  • Contributor
  • Posts: 17
  • Country: us
  • Meow hello I have autism
Re: Power bank Issues low power Loads issue
« Reply #11 on: February 22, 2021, 08:10:57 pm »
Thanks everyone but I still don’t have a solution that I can make that will fit space is tight or to buy  to solve this issue keep trying everyone I’m listening
« Last Edit: February 22, 2021, 11:59:51 pm by Danielradcliff »
Meow hello I’m DanielRadcliff
 

Offline Peabody

  • Super Contributor
  • ***
  • Posts: 2086
  • Country: us
Re: Power bank Issues low power Loads issue
« Reply #12 on: February 22, 2021, 10:57:35 pm »
Well, in theory you could have an 8-pin ATTiny processor, a decoupling capacitor, a transistor, a base resistor and a load resistor.   Might not need the base resistor if the GPIO pullup resistor is enough to drive the transistor, which it almost certainly would be.  Might not need  the capacitor either.

 
The following users thanked this post: Danielradcliff

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00
Re: Power bank Issues low power Loads issue
« Reply #13 on: February 22, 2021, 11:39:54 pm »
Thanks everyone but I still don’t have a solution that I can make that will fit space is tight or buy  to solve this issue keep trying everyone I’m listening

How tight is the space?
 
The following users thanked this post: Danielradcliff

Online NiHaoMike

  • Super Contributor
  • ***
  • Posts: 9158
  • Country: us
  • "Don't turn it on - Take it apart!"
    • Facebook Page
Re: Power bank Issues low power Loads issue
« Reply #14 on: February 22, 2021, 11:46:13 pm »
How about just get a boost converter module that doesn't automatically turn off?
Cryptocurrency has taught me to love math and at the same time be baffled by it.

Cryptocurrency lesson 0: Altcoins and Bitcoin are not the same thing.
 
The following users thanked this post: Danielradcliff

Offline DanielradcliffTopic starter

  • Contributor
  • Posts: 17
  • Country: us
  • Meow hello I have autism
Re: Power bank Issues low power Loads issue
« Reply #15 on: February 23, 2021, 12:06:14 am »
Seven 3/8 inches  deep   by 5 5/8 wide  12 Inches tall These measurements are all in inches
« Last Edit: February 23, 2021, 12:09:36 am by Danielradcliff »
Meow hello I’m DanielRadcliff
 

Offline DanielradcliffTopic starter

  • Contributor
  • Posts: 17
  • Country: us
  • Meow hello I have autism
Re: Power bank Issues low power Loads issue
« Reply #16 on: February 23, 2021, 12:16:53 am »
The inside The center thing is the usb power bank Circuit from Amazon up above is the battery holders for 18 650 cells  to the left is a step down converter for the solar panels to take in the 7 V and drop it to 5 V for the Power bank circuit which is one of the issues  there’s another issue With the power bank it’s self powering low load device.
The thing below the power back circuit is a usb plug thing for the back .
« Last Edit: February 23, 2021, 12:27:44 am by Danielradcliff »
Meow hello I’m DanielRadcliff
 

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00
Re: Power bank Issues low power Loads issue
« Reply #17 on: February 23, 2021, 02:30:31 am »

Have you made a circuit diagram / sketch of how the system you are building is meant to work?

 

Offline DanielradcliffTopic starter

  • Contributor
  • Posts: 17
  • Country: us
  • Meow hello I have autism
Re: Power bank Issues low power Loads issue
« Reply #18 on: February 23, 2021, 03:23:14 am »
No I have not made a sketch it’s all in my head currently I’m trying to produce a schematic for you all I’m using an app called iCircuit. Use your imagination on this Schematic picture  Are used by components I had available in the app I’ve never made a schematic in my life actually So this is kind a hard i’m good at taking in information but not putting out information it’s complicated
« Last Edit: February 23, 2021, 03:35:29 am by Danielradcliff »
Meow hello I’m DanielRadcliff
 

Offline DanielradcliffTopic starter

  • Contributor
  • Posts: 17
  • Country: us
  • Meow hello I have autism
Re: Power bank Issues low power Loads issue
« Reply #19 on: February 23, 2021, 03:44:05 am »
More schematic pictures
Meow hello I’m DanielRadcliff
 

Offline SilverSolder

  • Super Contributor
  • ***
  • Posts: 6126
  • Country: 00
Re: Power bank Issues low power Loads issue
« Reply #20 on: February 23, 2021, 06:32:11 am »

Keep working on it, it is beginning to make sense!
 
The following users thanked this post: Danielradcliff


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf