2

I have a custom made 5s power bank (30 x 18650 cells) and I want to make a power supply to charge my laptop using this power bank. It's not a big deal to make a 5V charger because I just have to hard wire a 5V step down regulator and it will work, but what about higher voltages?

Of course, I can use a standard AC power supply and connect it using a car power inverter, but efficiency in this case will be quite low. I tried to find such power supply/controller on aliexpress or ebay, but it looks like only 5V versions are available. What is the best/easiest way to do it?

Thank you!

Voltage Spike
  • 75,799
  • 36
  • 80
  • 208
Tutankhamen
  • 187
  • 2
  • 8
  • boost converters work the same as bucks, what the question? – dandavis Sep 11 '18 at 21:23
  • `but what about higher voltages?` is a bit ambiguous. Please ask more direct questions. Forget Ebay, they are a parts broker, not a supplier. Use the search terms "buck regulator" and "boost regulator" and you will find plenty of vendors. –  Sep 11 '18 at 22:05
  • 1
    Which "Power Delivery over Type-C design" guidances did you digest before asking this question? – Ale..chenski Sep 11 '18 at 22:05
  • @Sparky256 i mean pd over usb-c – Tutankhamen Sep 11 '18 at 23:31
  • 1
    As it turns out, this appears to be a shopping question. It should be closed as "off topic". – Ale..chenski Feb 18 '19 at 21:53
  • 1
    How is this a shopping question? If you read into it it doesn't look like a shopping question to me. "What is the best way to do it?" and the question about step down regulators doesn't look like shopping – Voltage Spike Feb 21 '19 at 17:08
  • @laptop2d, because the OP said later, actually, "I wanted to buy one, but..". Full explanation on how to make a PD adapter was given in my answer, with all necessary references etc., and it was accepted. Half-year later someone found a off-the shelf adapter (which didn't exist at the time of original question), and OP changed his mind and re-voted his acceptance to the "shopping answer". Which renders the question as "shopping". Just pulling strings a bit. – Ale..chenski Feb 23 '19 at 07:37

3 Answers3

3

Form the set of keywords "USB", "type-C", "power supply" "up to 20V 5A" and the literal question,

I want to make a power supply to charge my laptop using this power bank. It's not a big deal to make a 5V charger ...[snip], but what about higher voltages?

it is obvious the that the question is about implementation of Power Delivery protocol over Type-C CC lines and design of power supply (controllable DC-DC converter) with variable output in accord with Power Delivery handshake protocol.

Answer: there are several semiconductor companies who offer a portfolio of ICs and design guidances on how to build a PD over Type-C.

One is Texas Instruments, see their presentation on USB Developer Days 2017.

The other is ST Micro, see their guide.

Cypress Semiconductors offers a portfolio of reference designs as well.

This is from just the first page of Google search. There are several other companies like Maxim, Fairchild, NXP, ON Semi, Renesas/NEC, Rohm, and maybe many more Chinese sources with similar products.

Ale..chenski
  • 38,845
  • 3
  • 38
  • 103
  • thank you for you answer, I tried to google it and I have some understanding how pd over usb-c works, but I don't want to reinvent the wheel, i.e. I expected there should be ootb solutions. I found several such devices, but they're not power enough. – Tutankhamen Sep 11 '18 at 23:29
  • 1
    @Tutankhamen, what do you mean "not power enough"? One standard design approach is to have several DC-DC converters, at least two, one for +5Vsafe default, and the other one for the profile you plan to offer (like 20V 5A), and then program your PD receiver in accord with your profile. When the profile is accepted by device, you just switch to +20V using a good switch. But you have to make the power option by yourself, so there is no such thing as "not power enough", it is up to you, and 20V5A unit is certainly doable. – Ale..chenski Sep 11 '18 at 23:57
  • Yes, 20V 5A is exactly what I need, I said I found several ootb devices which provides maximum 3Amps. Like this one https://www.amazon.com/BiXPower-Type-Power-Converter-Delivery/dp/B07BC5TWJB and it's not enough for me – Tutankhamen Sep 12 '18 at 01:28
  • 1
    @Tutankhamen, then I misunderstood you, I thought you want to make your own Type-C Power delivery supply, not to buy one. – Ale..chenski Sep 12 '18 at 01:46
  • actually, I wanted to buy one, but if it's impossible, then try build it. May be it is a good idea to try to build one. Thank you for your answer though. – Tutankhamen Sep 12 '18 at 01:52
1

I am aware of two such devices.

  1. ChargerLAB POWER-Z DC to USB PD Converter Board JGL-DCPD review at https://kknews.cc/digital/e8mezky.html

  2. Magicfox PD180. It takes a 12-28V DC via 5.5 * 2.5/2.1mm barrel (or USB C PD 100W) and provides two USB C ports and an USB A port. A review http://bbs.chongdiantou.com/thread-57387-1-1.html here and the same is https://kknews.cc/zh-tw/digital/rorpmmv.html here as well.

Google Translate helps in translating the Chinese reviews. The first one seems to be available from an Asian reseller in English, shipping worldwide (Google is your friend). The second is on jd.com but there are various Chinese shopping proxies to help.

chx
  • 336
  • 2
  • 5
  • 14
0

If you are still looking for a solution, I found a DC to PowerDelivery converter which has reviews on Amazon. I have not used this myself I a searching for a Solar Panel DC output to PowerDelivery converter. I may eventually try this myself, but none of the reviews talked about solar panels, just AC power supplies with this device. https://www.amazon.com/BiXPower-Type-Power-Converter-Delivery/dp/B07BC5TWJB/ref=sr_1_3?keywords=USB+Type+C+Power+Converter+bixpower&qid=1581808832&sr=8-3 I thought power delivery devices would be more prevalent now, but only a few solar panels with PD output are available which are very expensive.

  • 2
    Welcome to EE.SE. We generally don't do product recommendations as they quickly become obsolete as will the links in your answer and your post will be useless then. You might enjoy the [Tour](https://electronics.stackexchange.com/tour) which explains how the site works. – Transistor Feb 15 '20 at 23:32