LDO Regulators — I/O & Auxiliary Power Rails
LDO voltage regulators used in cryptocurrency miners for VDDIO, 3.3V control logic, and auxiliary power rails — including AMS1117 specifications and testing procedures.
Overview
While buck converters handle the heavy-lifting of core voltage regulation, LDO (Low Drop-Out) linear regulators are used throughout hash boards and control boards for lower-current auxiliary rails. These include the 1.8V VDDIO rail that powers ASIC chip I/O interfaces, the 3.3V rail for control logic and sensors, and various other housekeeping voltages.
LDO failures produce different symptoms than buck converter failures and are often overlooked during diagnostics.
What LDOs Do in Miners
LDO regulators provide clean, stable voltage rails for noise-sensitive circuits:
1.8V VDDIO Rail
Every ASIC chip has a VDDIO pin that powers its communication interfaces — the Clock In/Out (CI/CO) and Receive In/Out (RI/RO) signal chains. This rail is typically generated by one or more LDO regulators fed from the 3.3V or 5V rail.
If the 1.8V rail fails: All chips on the affected section lose their communication interfaces. The miner reports "0 ASIC found" or missing chips — symptoms identical to a dead signal chain, which can mislead technicians into searching for broken chips when the real problem is the VDDIO LDO.
3.3V Control Rail
The 3.3V rail powers:
- AT24C02 EEPROM — board identification memory
- PIC16F1704 bridge controller — I2C bridge on Antminer boards
- Temperature sensors (LM75A, TMP451, NCT218)
- Signal level shifters and pull-up resistors
- LED indicators
If the 3.3V rail fails: The control board cannot communicate with the hash board at all. EEPROM cannot be read, temperature sensors are offline, and the board appears completely dead.
Other LDO Rails
Some designs use additional LDOs for:
- 1.2V — PLL reference voltage on some ASIC chips
- 2.5V — Analog reference in some sensor circuits
- 0.9V — Core logic on control board SoCs
Common LDO ICs in Miners
| IC | Output Voltage | Max Current | Dropout | Package | Found In |
|---|---|---|---|---|---|
| AMS1117-1.8 | 1.8V fixed | 1A | 1.1V | SOT-223 | Antminer S19, S21 (VDDIO) |
| AMS1117-3.3 | 3.3V fixed | 1A | 1.1V | SOT-223 | Most miners (control rail) |
| AMS1117-ADJ | Adjustable | 1A | 1.1V | SOT-223 | Various |
| RT9013-18 | 1.8V fixed | 500mA | 0.25V | SOT-23-5 | Whatsminer boards |
| RT9013-33 | 3.3V fixed | 500mA | 0.25V | SOT-23-5 | Whatsminer boards |
| ME6211A33 | 3.3V fixed | 500mA | 0.1V | SOT-23-5 | Avalon boards |
| SPX3819M5 | 3.3V fixed | 500mA | 0.34V | SOT-23-5 | Control boards |
The AMS1117 family is by far the most common LDO in mining hardware. Learning to identify and test this single IC covers the majority of LDO-related repairs.
AMS1117 Pinout (SOT-223)
┌─────────┐
GND ─┤1 3├─ Vin
│ 2 │
└────┬────┘
│
Vout (tab)- Pin 1 (GND): Ground reference
- Pin 2 / Tab (Vout): Regulated output voltage. The large tab also serves as the primary output connection and heat sink.
- Pin 3 (Vin): Input voltage. Must be at least Vout + 1.1V (dropout voltage).
LDO Failure vs. Buck Converter Failure
Understanding the difference helps avoid misdiagnosis:
| Symptom | Buck Converter Failure | LDO Failure |
|---|---|---|
| Missing chips | A group/domain of chips missing | All chips missing (if VDDIO) or board completely dead (if 3.3V) |
| Hashrate impact | Proportional to domain size | Total board failure |
| Thermal signature | Hot regulator area | LDO may not show significant heat |
| Voltage measurement | VDD domain at 0V or wrong value | 1.8V or 3.3V rail at 0V |
| Board detection | Board detected, partial chips | Board not detected at all (if 3.3V rail) |
When a hash board shows "0 ASIC found" or is completely undetected, always check the 1.8V and 3.3V rails before assuming a chip or signal chain failure. A single failed LDO is a much simpler repair than replacing ASIC chips.
Testing Procedures
Identify LDO Locations
LDOs are typically located:
- Near the signal connector (for control rails)
- At the edges of the hash board (for VDDIO distribution)
- Close to the EEPROM and temperature sensor clusters
Look for SOT-223 packages (AMS1117) or small SOT-23-5 packages near the board connector area.
Measure Output Voltage (Powered)
- Power the board through a test fixture or bench supply with current limiting
- Measure the output pin of each LDO:
- 1.8V LDO: Expected 1.75V to 1.85V
- 3.3V LDO: Expected 3.25V to 3.35V
- If the output reads 0V, proceed to the next steps
Verify Input Voltage
- Measure the input pin of the failed LDO
- Expected: At least Vout + dropout voltage (e.g., at least 2.9V for AMS1117-1.8, at least 4.4V for AMS1117-3.3)
- If input voltage is missing, trace the input power path — the LDO itself may be fine but its supply is absent
Check for Output Short (Unpowered)
- Disconnect all power
- Set multimeter to diode mode
- Probe from the LDO output to GND
- Normal: 0.4V to 0.7V forward voltage
- Shorted: Below 0.1V — the LDO may have failed internally, or a downstream component is shorted
Thermal Check
- Power the board briefly (30 seconds)
- Touch-test or use a thermal camera on each LDO
- Normal: Warm to the touch (40-60°C for AMS1117 under load)
- Abnormal: Extremely hot (above 100°C) or completely cold when it should be warm
- An excessively hot LDO suggests an output overload or the LDO is failing
Common Failure Modes
1. LDO Output Dead (0V)
Causes:
- Internal junction failure (most common in AMS1117 after thermal stress)
- Missing input voltage (upstream supply issue)
- Output shorted by a downstream component
Fix: Replace the LDO. AMS1117 in SOT-223 is easily soldered with a standard iron.
2. Output Voltage Low
Causes:
- Excessive current draw from a shorted downstream device
- LDO operating beyond its thermal limits (entering thermal shutdown)
- Input voltage too low (below dropout threshold)
Fix: Measure current draw on the output rail. If excessive, find and fix the downstream short first.
3. Noisy Output
Causes:
- Missing or failed input/output bypass capacitors
- LDO oscillating due to improper output capacitor ESR
Fix: Check and replace the 10uF to 22uF capacitors on the LDO input and output pins. The AMS1117 requires a minimum 22uF output capacitor for stability.
Replacement Notes
- AMS1117 in SOT-223 is one of the easiest components to replace on a hash board — a soldering iron and flux are sufficient
- The large tab pad on SOT-223 carries both the output voltage and provides heat dissipation — ensure good solder contact
- Replacement parts are inexpensive and widely available — keep AMS1117-1.8 and AMS1117-3.3 in stock
- After replacing an LDO, verify the output voltage before reconnecting downstream loads
- If an LDO failed from an output short, identify and repair the short before installing the replacement
Used In
LDO regulators are present on virtually every hash board and control board:
- Antminer S19 Series — AMS1117-1.8 (VDDIO), AMS1117-3.3 (control)
- Antminer S21 — AMS1117-1.8, AMS1117-3.3
- Whatsminer M50 — RT9013-18, RT9013-33
- Whatsminer M30S — RT9013 series
Related Pages
Buck Converters — Common ICs & Specifications
Detailed reference for buck converter ICs used in cryptocurrency mining hash boards, including TPS53647, MP2943, IR3553, and RAA228228 specifications and testing procedures.
Temperature Sensors — Overview
Comparison of temperature sensor ICs used in cryptocurrency mining hardware — LM75A, TMP451, and NCT218 specifications, I2C addresses, and roles in thermal management.