Android Hardware Repair & Micro-soldering

OnePlus 9R Charging IC Repair Lab: Pinout & Circuit Analysis Using Its Official Schematic

Google AdSense Native Placement - Horizontal Top-Post banner

Introduction: The Critical Role of Charging Systems in Modern Smartphones

The OnePlus 9R, like any high-performance smartphone, relies on a sophisticated charging system to keep it powered throughout the day. When this system fails, it can render the device unusable. Common charging issues range from slow charging and intermittent connections to complete failure to charge. Diagnosing and repairing these intricate faults requires a deep understanding of the device’s circuitry, often necessitating detailed schematic analysis. This expert-level guide delves into the OnePlus 9R’s charging IC, its critical pinouts, and the surrounding circuit, empowering technicians with the knowledge to perform effective micro-soldering repairs.

Understanding the Smartphone Charging Architecture

Modern smartphone charging systems are far more complex than a simple direct connection to the battery. They incorporate intelligent power management ICs (PMICs) or dedicated charging ICs that regulate voltage and current, manage battery health, and communicate with the device’s main processor. This architecture ensures efficient power delivery, protects the battery from overcharging or overheating, and supports various fast-charging protocols.

Key components within a typical charging circuit include:

  • USB-C Connector: The primary input for power.
  • Over-Voltage Protection (OVP) IC: Safeguards against excessive input voltage.
  • Charging IC (Charger IC): The central component, responsible for converting input voltage to a suitable charging voltage for the battery.
  • Fuel Gauge IC: Monitors battery charge level and health (often integrated into the charging IC or PMIC).
  • Battery Management System (BMS): Integrated within the battery pack for cell balancing and protection.
  • Power Management IC (PMIC): Often includes or works alongside the charging IC, distributing power to various sub-systems.
  • Inductors, Capacitors, Resistors, Diodes: Supporting passive components crucial for filtering, regulation, and protection.

Identifying the OnePlus 9R’s Charging IC: BQ25790/BQ25792 Series Analysis

While specific component designators can vary, many high-performance Android devices, including the OnePlus 9R, utilize advanced charging ICs from manufacturers like Texas Instruments. For illustrative purposes, we will analyze principles based on the widely used BQ25790 or BQ25792 series, which are common in fast-charging applications. Always consult the official OnePlus 9R schematic (often labeled ‘U1401’ or similar for the main charging IC) for exact component identification and pin assignments.

Key Pinouts and Their Functions (BQ2579x Representative)

Understanding the function of each pin on the charging IC is paramount for diagnosis. Here’s a breakdown of critical pins you’d typically find:

Pin Name | Function                     | Diagnostic Expectation
--------------------------------------------------------------------------------
VBUS     | Input from USB-C connector   | 5V, 9V, 12V (depending on charger)
BAT      | Output to Battery connector  | 3.7V - 4.4V (charging voltage)
SYS      | System Power Output          | ~3.7V - 4.4V (powers main board)
SW1, SW2 | Switching Node (Inductor)    | High-frequency switching waveform
GND      | Ground                       | 0V
SCL      | I2C Serial Clock (Data)      | Digital signal (communication)
SDA      | I2C Serial Data (Clock)      | Digital signal (communication)
INT      | Interrupt Output             | Active low, signals events to CPU
OTG      | USB On-The-Go Control        | Controls power output for OTG
STAT     | Status LED/Output            | Indicates charging status
TS       | NTC Thermistor Input         | Voltage proportional to temp
ID       | Input Current Limit          | Detects charger type, sets limit
PG       | Power Good Indicator         | Active high, indicates valid input
PROCHOT  | Thermal Protection Hot       | Active low, indicates thermal throttling

Circuit Analysis: Power Flow and Control

Let’s trace the power flow from the USB-C port to the battery and the main system:

  1. VBUS Input: When a charger is connected, voltage (5V, 9V, or higher for fast charging) enters through the USB-C port, passes through an OVP IC (e.g., UCPD, CCG3PA, etc.) and then arrives at the VBUS pins of the charging IC. Associated capacitors (Cxxx) filter this input.
  2. Charging IC Regulation: The charging IC (e.g., BQ25790) converts this input voltage into a suitable charging voltage for the battery (typically 3.7V to 4.4V) and a system voltage (SYS) for the rest of the phone. This conversion is often done using a buck-boost converter topology, involving external inductors (Lxxx) and switching transistors.
  3. Battery Charging (BAT): The regulated voltage is outputted via the BAT pins to the battery connector. Current limiting and thermal management are crucial here.
  4. System Power (SYS): The SYS rail directly powers the phone’s main board, allowing the device to operate even with a dead or missing battery, provided external power is connected.
  5. I2C Communication: The main CPU communicates with the charging IC via the SCL and SDA lines. This bidirectional communication allows the CPU to monitor charging status, battery health, temperature, and dynamically adjust charging parameters. Fault conditions are often reported via this bus or the INT pin.

Common Charging Faults and Advanced Diagnostic Steps

Identifying the root cause of a charging fault requires a systematic approach:

1. Initial Visual Inspection

  • Inspect the USB-C port for damage, debris, or corrosion.
  • Check for signs of liquid damage or impact around the charging IC and surrounding components.
  • Look for burnt components, missing resistors/capacitors, or cracked solder joints.

2. Voltage Checks (Multimeter essential)

Using a digital multimeter, measure voltages at key test points:

  • USB-C Connector VBUS: With a charger connected, measure voltage on the main VBUS line at the FPC connector. Expect 5V, 9V, or 12V. If 0V, suspect the USB-C port or OVP IC.
  • Charging IC VBUS Input: Measure directly on the VBUS input pins of the charging IC. This confirms if power reaches the IC.
  • SYS Rail: Measure voltage on a main SYS rail capacitor or test point. Expect battery voltage range (~3.7V-4.4V) when charging is active. If 0V, the charging IC may not be outputting power to the system.
  • BAT Output: Measure voltage at the charging IC’s BAT output or the battery connector’s positive terminal (with battery disconnected initially, then connected). Expect ~3.7V-4.4V if charging is attempting.
  • Battery Connector: Measure voltage on the battery connector’s positive and negative terminals with the battery connected. It should rise slowly if charging is occurring.

3. Continuity and Resistance Checks (Power off)

  • Ground Continuity: Check for continuity between suspected ground points and a known ground.
  • Short Circuit Detection: With power off, use diode mode or resistance mode to check for shorts on VBUS, SYS, and BAT lines to ground. A very low resistance (near 0 ohms) indicates a short.
  • I2C Lines: Check resistance on SCL and SDA lines. Expect several hundred ohms to several kilo-ohms (pulled up by resistors). If shorted to ground, communication will fail.

4. Thermal Analysis

If the device attempts to charge but gets unusually hot, use a thermal camera or isopropyl alcohol to identify components that are overheating. An excessively hot charging IC or PMIC often indicates an internal short or severe overload.

5. Oscilloscope for I2C and Switching Nodes

For advanced diagnostics, an oscilloscope can reveal crucial information:

  • I2C Communication: Observe SCL and SDA lines during charger connection. You should see digital clock and data signals. Absence suggests a CPU or IC communication fault.
  • Switching Nodes (SW1, SW2): Check for high-frequency switching waveforms on the inductor pins. Absence indicates the IC isn’t operating its buck-boost converter, possibly due to faults or lack of enablement.

Micro-soldering Repair Lab: Replacing the Charging IC

Once a faulty charging IC is identified, replacement is often the solution. This requires precision micro-soldering skills:

Required Tools:

  • Hot air rework station (e.g., Quick 861DW)
  • Fine-tip soldering iron (e.g., JBC, Hakko)
  • Microscope (essential for BGA components)
  • Flux (Amtech 559 or similar)
  • Solder paste (low temperature if possible) or solder balls (for reballing)
  • Fine-tip tweezers, spatulas
  • Copper desoldering wick
  • Isopropanol (IPA) for cleaning

Step-by-Step Replacement Process:

  1. Preparation: Secure the PCB in a heat-resistant jig. Apply Kapton tape to protect adjacent components sensitive to heat.
  2. Flux Application: Apply a generous amount of high-quality flux around the faulty charging IC.
  3. IC Removal: Using the hot air station, set temperature to ~350-380°C with moderate airflow. Heat the IC evenly until the solder reflows. Carefully lift the IC with fine tweezers.
  4. Pad Cleaning: Clean the IC pads on the PCB using a soldering iron and desoldering wick. Ensure all old solder is removed and pads are clean and flat. Clean with IPA.
  5. New IC Preparation (if BGA): If using a new BGA IC, it might come pre-balled. If not, you’ll need to reball it using a stencil and solder paste/balls.
  6. IC Placement: Apply fresh, high-quality flux to the cleaned pads on the PCB. Carefully align the new charging IC, paying close attention to the orientation dot/pin 1 marker.
  7. IC Soldering: Reheat the new IC with the hot air station. The IC will self-align as the solder balls melt. Gently tap the IC with tweezers to confirm it’s settled.
  8. Cool Down and Cleaning: Allow the board to cool naturally. Clean any flux residue with IPA.
  9. Testing: Perform resistance checks for shorts around the new IC before applying power. Test the device’s charging function.

Conclusion: Precision and Patience for Success

Repairing a charging IC on a device like the OnePlus 9R is a testament to the blend of theoretical knowledge and practical skill. By meticulously analyzing the schematic, understanding critical pin functions, and following a methodical diagnostic approach, technicians can accurately pinpoint faults. Coupled with precise micro-soldering techniques, a seemingly dead device can be brought back to life, extending its lifespan and providing a sustainable repair solution. Always prioritize safety, use proper tools, and verify your work at each step to ensure a successful and lasting repair.

Android Mobile Specs & Compare Directory

Are you researching mobile hardware properties, processor SoCs, GPU chipsets, or RAM configurations? Access our complete specs catalog to compare up to 5 devices side-by-side!

Compare Devices Specs →
Google AdSense Inline Placement - Content Footer banner