The Quick Charge QC3.0 trigger lets you extract 12V (or 9V, 20V) from a standard Qualcomm Quick Charge phone charger — turning any ₹300-500 phone adapter into a versatile DC power supply. This guide shows you how QC3.0 works, how trigger boards negotiate voltage, and practical applications for Indian makers and hobbyists.
What Is QC3.0 and How Does It Work?
Quick Charge (QC) is Qualcomm’s fast charging protocol that modulates voltage on USB data lines (D+ and D-) to negotiate higher voltages from compatible chargers. Unlike USB Power Delivery which uses the CC pin, QC uses the legacy D+/D- pins.
QC3.0 voltage range: 3.6V to 20V in 200mV steps. This fine-grained control allows the phone to request exactly the voltage it needs.
QC3.0 negotiation:
Step 1: Device pulls D+ to 0.6V → Charger enters QC mode
Step 2: Device signals desired voltage via D+/D- voltage levels:
D+ = 3.3V, D- = 0.6V → Continuous mode (QC3.0)
Pulse D+ high → Increment voltage by 200mV
Pulse D- high → Decrement voltage by 200mV
Step 3: Charger adjusts VBUS output accordingly
Common QC3.0 output voltages:
5V (default), 9V, 12V, 20V (QC2.0 fixed)
3.6V to 20V in 200mV steps (QC3.0 variable)
QC3.0 Trigger Boards Explained
A QC trigger board automates the D+/D- signalling to lock in a specific voltage. These boards cost ₹50-150 on Indian markets and contain a small IC (often CH32V003 or dedicated QC trigger) that handles negotiation.
Types of trigger boards:
- Fixed voltage: DIP switch or solder pad selects 5V/9V/12V/20V. Simplest option.
- Variable voltage: Potentiometer adjusts output from 3.6V to 20V in 200mV steps.
- Dual QC/PD: Supports both QC and USB PD negotiation for maximum compatibility.
Getting 12V from a Phone Charger
Most Indian phone chargers from Samsung, Xiaomi, Realme, and OnePlus support QC2.0 or QC3.0. Here is how to get 12V:
- Get a QC3.0 trigger board (available on Amazon India, Robu.in, or Zbotic)
- Set the DIP switch or solder pad to 12V position
- Connect the trigger board to the QC charger via USB cable
- Measure output with a multimeter — should read 11.8-12.2V
- Connect your 12V load to the output terminals
Current capacity: Most QC3.0 chargers support 1.5-2A at 12V (18-24W). Some higher-end chargers (Xiaomi 67W, Samsung 45W) can deliver 3A at 12V. Always check your charger’s specifications.
Circuit Diagram and Wiring
QC3.0 Charger → USB Cable → QC Trigger Board → Load
|
[DIP: 12V selected]
|
VOUT+ ──→ Load (+)
VOUT- ──→ Load (-)
|
Add 100uF cap for stability
For Arduino-controlled QC3.0:
Arduino D2 → D+ control (via voltage divider)
Arduino D3 → D- control (via voltage divider)
Use the QC3Control library for Arduino
Practical Uses in India
- 12V LED strip lighting: Power a 2-metre LED strip directly from a phone charger for desk/workbench lighting
- 12V fan for electronics cooling: Run a small DC fan for cooling 3D printers or enclosures
- Battery charging: Feed 12V into a 3S BMS-equipped lithium pack via a CC/CV module
- Car accessories at home: Power 12V car phone holders, dash cams, or FM transmitters from a wall charger
- Portable soldering: Power a TS100/TS80 soldering iron at 12V from a phone charger in the field
Dual USB Quick Charge output module accepting 6-32V input.
View on Zbotic →
Shop All Batteries & Power Modules →
Frequently Asked Questions
Will using a QC trigger damage my phone charger?
No. The charger is designed to deliver these voltages. QC trigger boards send the same signals a phone would. The charger’s internal protection handles any issues.
Can I use QC3.0 and USB PD interchangeably?
No. They are different protocols using different pins (D+/D- vs CC). A QC trigger will not work with a PD-only charger and vice versa. Many modern chargers support both — check the specifications.
What happens if I connect a non-QC charger to a QC trigger?
The trigger board will fail to negotiate and the charger will output its default 5V. Your circuit receives 5V instead of 12V — design accordingly with a voltage check before enabling the load.
Add comment