(Maybe) trivial question for sophisticated electronics engineer but hard one for a newbie in Li-Po battery charging design.
My portable device is planned to have Li-Po battery and USB type-C port for charging. While regular 5V charging management is simple, I want to try to use QC3.0 standards. So my device can work with old-fashion wall chargers and with with modern QC3.0 chargers which support 9V and 12V supply. Benefit for the device: faster charging of the battery.
Simplified charging chain in the device:
simulate this circuit – Schematic created using CircuitLab
So far, I found this useful article. From it I understand that:
- It is spoken there about "how to build QC3.0 wall charger".
- There is "Standard or Charging Downstream", "Upstream", "Dedicated Charging" ports.
The other good article describes the terms better, however does not enlight the USB-C charging.
I googled for following terms:
- usb power delivery controller;
- design quick charge usb type c for portable device;
- quick charge usb type c protocol ic;
- quick charge usb type c battery charging circuit.
All these bring results for "how to build QC3.0 wall charger". However, my interest is "how to build a device part of the charging circuit which can communicated with advance wall chargers and take the maximal possible power rate".
Ready "power bank ICs" like IP5328P don't satisfy the requirements because the battery output is connected through the IC. UPDATE: They all provide the power out by the click on "power on" button until the power is drawn. And then they "power off". I don't need such "smart" features becasue this complicates the entire design with dirty workaround tricks. I need the battery power to go straight to the device circuit.
Questions:
- Hard question: Any recomendation or particular solution to "how to build a device part of the charging circuit which can communicate with advanced wall chargers and take the maximal possible power rate"?
- Easier question: Considering all queries I googled are wrong, what should I search to find the answer?
These threads don't carry the answer although their title is similar:
- Battery charging over USB-C (using USB-PD?)
- charging speed from USB QC3.0 to USB-C PD
- Does a USB PD source supply any voltage to a non USB PD compliant USB C device? If yes, how much?
Feel free to downvote but give me a hint, please... I waste already 2 weeks searching the answer...
UPDATE: Maybe this module provides the required functionality: it communicates with the PD controller in the wall charger and takes from it the preset voltage (e.g. 12V) if possible. Else it takes 5V as usual. Then regular Li-Po battery PMIC - MP2639B, for instance - can be used to charge the battery. Which IC is used there? How to search such chips? How their function is defined?