

The JZ QC-MINI is a compact quick charger designed for efficient and reliable charging of electronic devices. It features multiple output ports and incorporates smart charging technology to optimize power delivery, ensuring fast and safe charging for a wide range of devices. Its small form factor makes it ideal for portable applications, travel, and integration into custom electronic projects.








The JZ QC-MINI does not have traditional pins but features two USB-A output ports. Below is a description of the ports:
| Port Number | Type | Description |
|---|---|---|
| Port 1 | USB-A | Primary output port with smart charging capability. Supports 5V, 9V, 12V DC. |
| Port 2 | USB-A | Secondary output port with smart charging capability. Supports 5V, 9V, 12V DC. |
The JZ QC-MINI can be used to power an Arduino UNO via its USB port. Below is an example of how to connect and use it:
Here is a simple Arduino sketch to test the setup:
// Blink an LED connected to pin 13 on the Arduino UNO
// Ensure the JZ QC-MINI is connected to power the Arduino
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Device Not Charging
Slow Charging
Charger Overheating
No Power Output
Q: Can I use the JZ QC-MINI to charge two devices simultaneously?
Q: Is the JZ QC-MINI compatible with fast-charging protocols like Quick Charge or Power Delivery?
Q: Can I use the JZ QC-MINI to power development boards other than Arduino?
Q: Is the JZ QC-MINI safe to use with sensitive electronics?