hardware
1 A Low-Dropout Regulator UMW - AMS1117
Public Made by Adomby adom
UMW / Youtai Semiconductor AMS1117 - second-source three-terminal 1 A low-dropout linear regulator. Fixed 1.2/1.5/1.8/2.5/3.3/5.0 V or adjustable, in SOT-223-3L, TO-252-2L and SOT-89-3L.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1">
<style>
/* Adom theme system: studio-dark token base (adom/adom-theme-system) */
:root{
--bg:#0d1117;--surface:#161b22;--elevated:#1c2128;--overlay:#21262d;--border:#30363d;
--text:#e6edf3;--text-body:#c9d1d9;--text-2:#8b949e;--text-3:#484f58;
--accent:#00b8b1;--accent-hover:#00d4cb;--accent-bright:#00e6dc;--on-accent:#05221f;
--blue:#64abff;--blue-fill:#0061ef;--purple:#8c6bf7;
--green:#3fb950;--red:#f85149;--yellow:#d29922;
}
*{box-sizing:border-box}
html,body{background:var(--bg);margin:0}
body{color:var(--text-body);padding:20px 8px 44px;font-family:Satoshi,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.55;font-size:15px}
.wrap{max-width:1180px;margin:0 auto}
h1{font-size:30px;margin:0;font-weight:800;letter-spacing:-.01em;color:var(--text)}
h2{font-size:20px;font-weight:700;margin:34px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border);color:var(--text)}
a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}
code{background:rgba(139,148,158,.16);padding:1px 6px;border-radius:5px;font-size:.88em;font-family:"JetBrains Mono",ui-monospace,Menlo,monospace}
.ident{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.mfr{color:var(--text-2);font-size:15px}
.badge{margin-left:auto;font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--on-accent);background:linear-gradient(90deg,var(--accent-bright),var(--blue));padding:5px 14px;border-radius:20px}
.oneline{color:var(--text-body);font-size:15.5px;margin:14px 0 16px}
.metarow{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.m{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:12.5px;color:var(--text-2)}
.m b{color:var(--text);font-weight:700}
.callout{background:rgba(0,184,177,.09);border:1px solid rgba(0,184,177,.25);border-left:4px solid var(--accent);border-radius:10px;padding:13px 16px;font-size:14px;color:var(--text-body);margin:6px 0 4px}
.sib{background:rgba(140,107,247,.08);border:1px solid rgba(140,107,247,.24);border-left:4px solid var(--purple);border-radius:10px;padding:13px 16px;font-size:14px;color:var(--text-body);margin:0 0 18px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:6px 0}
@media(max-width:720px){.grid{grid-template-columns:1fr 1fr}}
.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px}
.card .k{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.card .v{font-size:22px;font-weight:800;margin-top:7px;color:var(--text)}
.card .s{color:var(--text-2);font-size:13px;margin-top:5px}
.spec{display:flex;gap:10px;padding:9px 0;border-top:1px solid var(--border);font-size:14px}
.spec:first-child{border-top:0}
.spec .lbl{min-width:200px;color:var(--accent);font-weight:600}
.viewers2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:820px){.viewers2{grid-template-columns:1fr}}
.vh{font-size:13px;font-weight:600;color:var(--text-2);margin:0 0 7px}
.vframe{width:100%;border:1px solid var(--border);border-radius:12px;background:var(--surface);display:block}
.pinwrap{columns:2;column-gap:20px}
@media(max-width:720px){.pinwrap{columns:1}}
.pg{break-inside:avoid;margin-bottom:16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}
.pgh{display:flex;align-items:center;gap:9px;font-weight:700;font-size:13px;letter-spacing:.04em;padding:10px 14px;border-left:4px solid;background:var(--elevated);color:var(--text)}
.pgh .dot{width:9px;height:9px;border-radius:50%}
.pgh .ct{margin-left:auto;color:var(--text-2);font-weight:600;font-size:12px}
.pt{width:100%;border-collapse:collapse;font-size:13px}
.pt td{padding:6px 14px;border-top:1px solid var(--border)}
.pt .pn{color:var(--text-2);width:34px;text-align:right;font-variant-numeric:tabular-nums}
.pt .nm{font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;font-weight:600;white-space:nowrap;color:var(--text)}
.pt .fx{color:var(--text-body)}
.vgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
@media(max-width:820px){.vgrid{grid-template-columns:1fr}}
.vcard{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px 18px}
.vcard h3{margin:0;font-size:16px;display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--text)}
.vcard .sub{color:var(--text-2);font-size:12.5px;margin:6px 0 12px}
.vcard .oc{font-size:12px;color:var(--text-2);margin-top:8px}
.vcard .oc b{color:var(--text)}
.vcard code{font-size:12px}
.oc code{background:rgba(100,171,255,.16);color:#dbe9ff;border:1px solid rgba(100,171,255,.32);padding:2px 8px;font-weight:600}
.occode{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px 22px;margin:4px 0 18px;text-align:center}
.ocbig{font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;font-size:clamp(28px,5.5vw,50px);font-weight:800;letter-spacing:2px;line-height:1.1}
.oclegend{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 22px;margin-top:22px;font-size:13.5px;color:var(--text-body);text-align:left}
@media(max-width:640px){.oclegend{grid-template-columns:1fr}}
.ocitem .octop{display:flex;align-items:center;gap:8px}
.ocdesc{color:var(--text-2);font-size:13px;margin-top:5px;line-height:1.35}
.ocitem .sw{width:12px;height:12px;border-radius:3px;flex-shrink:0}
.ocitem b{font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;font-size:15px}
.chip{font-size:10.5px;font-weight:800;letter-spacing:.05em;padding:3px 9px;border-radius:20px;text-transform:uppercase}
.vt{border-collapse:collapse;width:100%;font-size:13.5px}
.vt th{text-align:left;padding:8px 12px;border-bottom:1px solid var(--border);color:var(--accent);font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.vt td{padding:7px 12px;border-top:1px solid var(--border)}
.vt tr td:first-child{font-family:"JetBrains Mono",ui-monospace,Menlo,monospace;font-weight:600;color:var(--text);white-space:nowrap}
.at{border-collapse:collapse;width:100%;font-size:13px}
.at td{text-align:left;padding:7px 10px;border-top:1px solid var(--border);vertical-align:top}
.at .tool{font-weight:700;white-space:nowrap}
.na{color:var(--text-3);font-style:italic}
.ul{list-style:none;padding:0;margin:0}
.ul li{padding:8px 0;border-top:1px solid var(--border)}
.ul li:first-child{border-top:0}
.dsheet{width:100%;height:840px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}
</style></head><body><div class=wrap>
<div class=ident><h1>AMS1117</h1><span class=mfr>UMW · Youtai Semiconductor</span><span class=badge>1 A LDO · UMW</span></div>
<p class=oneline>UMW's <b>second-source</b> AMS1117: a positive <b>1 A low-dropout linear voltage regulator</b> with a typical dropout of <b>1.2 V at 1 A</b>, in fixed 1.2 / 1.5 / 1.8 / 2.5 / 3.3 / 5.0 V versions or an adjustable version set by two resistors around a 1.25 V reference. Output tolerance is 1.5 % on every fixed version except 1.2 V, which is 2 %. Includes thermal shutdown and current limiting, and takes up to <b>18 V</b> in. Offered in SOT-223-3L, TO-252-2L and SOT-89-3L.</p>
<div class=sib><b>This page is the UMW / Youtai Semiconductor part only.</b> Everything below comes from the UMW datasheet and applies to UMW-branded silicon. The part number originated at Advanced Monolithic Systems, whose version has a <b>different voltage lineup, a different third package and materially different limits</b>. If your BOM says AMS, use <a href="https://wiki.adom.inc/adom/ams-ams1117">1 A Low-Dropout Regulator AMS - AMS1117</a> instead.</div>
<div class=metarow>
<span class=m>Output <b>1 A</b></span><span class=m>Dropout <b>1.30 V max @ 1 A</b></span><span class=m>V<sub>IN</sub> <b>18 V max</b></span>
<span class=m>Versions <b>6 fixed + ADJ</b></span><span class=m>Packages <b>SOT-223 · TO-252 · SOT-89</b></span><span class=m>Pins <b>3</b></span>
</div>
<h2>At a glance</h2>
<div class=grid>
<div class=card><div class="k" style="color:#00b8b1">Output current</div><div class=v>1 A</div><div class=s>Current limit 2.1 A min · 2.5 A max</div></div>
<div class=card><div class="k" style="color:#28c3d4">Dropout</div><div class=v>1.30 V max</div><div class=s>1.20 V typ at the full 1 A</div></div>
<div class=card><div class="k" style="color:#4fb7f0">Fixed outputs</div><div class=v>6 versions</div><div class=s>1.2 · 1.5 · 1.8 · 2.5 · 3.3 · 5.0 V</div></div>
<div class=card><div class="k" style="color:#64abff">Adjustable</div><div class=v>1.25 V ref</div><div class=s>V<sub>OUT</sub> = V<sub>REF</sub>(1 + R2/R1) + I<sub>ADJ</sub>R2</div></div>
<div class=card><div class="k" style="color:#8c6bf7">Packages</div><div class=v>3 options</div><div class=s>SOT-223-3L · TO-252-2L · SOT-89-3L</div></div>
<div class=card><div class="k" style="color:#a98bf9">Input voltage</div><div class=v>18 V max</div><div class=s>12 V recommended operating maximum</div></div>
</div>
<h2>Specifications</h2>
<div>
<div class=spec><span class=lbl>Output current</span><span>1 A</span></div>
<div class=spec><span class=lbl>Fixed output voltages</span><span>1.2 / 1.5 / 1.8 / 2.5 / 3.3 / 5.0 V. Also available adjustable</span></div>
<div class=spec><span class=lbl>Output accuracy</span><span>1.5 % on 1.5 / 1.8 / 2.5 / 3.3 / 5.0 V and the adjustable version · <b>2 % on the 1.2 V version</b></span></div>
<div class=spec><span class=lbl>Reference voltage</span><span>1.250 V typ: 1.231 to 1.268 V at 25 °C, 1.225 to 1.275 V over the full range</span></div>
<div class=spec><span class=lbl>Dropout voltage</span><span>1.00 typ / 1.20 max at 100 mA · 1.05 / 1.25 at 500 mA · <b>1.20 / 1.30 at 1 A</b></span></div>
<div class=spec><span class=lbl>Input voltage</span><span>18 V absolute maximum · 12 V recommended operating maximum</span></div>
<div class=spec><span class=lbl>Line regulation</span><span>9 mV typ, 18 mV max (V<sub>IN(min)</sub> ≤ V<sub>IN</sub> ≤ 12 V, I<sub>OUT</sub> = 10 mA)</span></div>
<div class=spec><span class=lbl>Load regulation</span><span>10 mV typ, 18 mV max (10 mA ≤ I<sub>OUT</sub> ≤ 1 A)</span></div>
<div class=spec><span class=lbl>Current limit</span><span><b>2.1 A min, 2.5 A max</b></span></div>
<div class=spec><span class=lbl>Quiescent current</span><span>5 mA typ, 10 mA max (4.25 V ≤ V<sub>IN</sub> ≤ 6.5 V)</span></div>
<div class=spec><span class=lbl>Ripple rejection</span><span>60 dB min, 75 dB typ (120 Hz, V<sub>IN</sub> − V<sub>OUT</sub> = 3 V, 1 V<sub>PP</sub> ripple)</span></div>
<div class=spec><span class=lbl>Adjust pin current</span><span>60 µA typ, 120 µA max · change 0.2 µA typ, 5 µA max</span></div>
<div class=spec><span class=lbl>Output temperature stability</span><span>0.3 % typ</span></div>
<div class=spec><span class=lbl>Temperature stability</span><span>0.5 % typ</span></div>
<div class=spec><span class=lbl>Long term stability</span><span>0.3 % typ (1000 h at 125 °C)</span></div>
<div class=spec><span class=lbl>RMS output noise</span><span>0.003 % of V<sub>OUT</sub> (10 Hz to 10 kHz)</span></div>
<div class=spec><span class=lbl>Protection</span><span>Current limiting + thermal shutdown at <b>150 °C</b> typ</span></div>
<div class=spec><span class=lbl>Thermal resistance R<sub>θJA</sub></span><span>SOT-223-3L <b>88 °C/W</b> · TO-252-2L <b>86 °C/W</b> · SOT-89-3L <b>102 °C/W</b></span></div>
<div class=spec><span class=lbl>ESD tolerance</span><span>2000 V minimum</span></div>
<div class=spec><span class=lbl>Operating junction temp</span><span>−40 to +125 °C recommended · 150 °C absolute maximum</span></div>
<div class=spec><span class=lbl>Storage temperature</span><span>−65 to +150 °C</span></div>
<div class=spec><span class=lbl>Soldering</span><span>Lead temperature 260 °C, 5 s</span></div>
<div class=spec><span class=lbl>Required output cap</span><span>22 µF tantalum covers all cases; smaller values work without adjust-pin bypassing</span></div>
</div>
<h2>Symbol & footprint</h2>
<div class=viewers2>
<div><div class=vh>Schematic symbol: hover a pin for its function</div>
<iframe class=vframe height=520 loading=lazy title="AMS1117 schematic symbol" src="https://wiki.adom.inc/api/v1/pages/adom/umw-ams1117/files/viewer-symbol.html"></iframe></div>
<div><div class=vh>PCB footprint: switch package bottom-right (SOT-223 / TO-252 / SOT-89)</div>
<iframe class=vframe height=520 loading=lazy title="AMS1117 footprint (SOT-223 / TO-252 / SOT-89)" src="https://wiki.adom.inc/api/v1/pages/adom/umw-ams1117/files/viewer-footprints.html"></iframe></div>
</div>
<h2>Pin map <span style="color:var(--text-2);font-weight:400;font-size:14px">3 terminals, identical across all three packages</span></h2>
<div class=callout>The pinout is the same on SOT-223-3L, TO-252-2L and SOT-89-3L, and <b>on all three the metal tab is V<sub>OUT</sub></b>, internally bonded to pin 2. It is the heat path, so it must be soldered to a copper pour on the output net, never to ground. All three footprints shipped here carry the tab as pad 2.</div>
<div class=pinwrap>
<div class=pg><div class=pgh style="border-color:#00b8b1"><span class=dot style="background:#00b8b1"></span>All packages<span class=ct>3 + tab</span></div><table class=pt><tbody>
<tr><td class=pn>1</td><td class=nm>GND/ADJ</td><td class=fx>Ground on fixed versions; adjust (feedback) node on the adjustable version</td></tr>
<tr><td class=pn>2</td><td class=nm>VOUT</td><td class=fx>Regulated output. Also the metal tab</td></tr>
<tr><td class=pn>3</td><td class=nm>VIN</td><td class=fx>Input supply voltage, 18 V max</td></tr>
<tr><td class=pn>n/a</td><td class=nm>TAB</td><td class=fx>Thermal pad, bonded to pin 2 (V<sub>OUT</sub>)</td></tr>
</tbody></table></div>
<div class=pg><div class=pgh style="border-color:#8c6bf7"><span class=dot style="background:#8c6bf7"></span>Topside marking<span class=ct>3</span></div><table class=pt><tbody>
<tr><td class=pn></td><td class=nm>SOT-223-3L</td><td class=fx><code>AMS1117</code> / <code>3.3</code> + lot code</td></tr>
<tr><td class=pn></td><td class=nm>TO-252-2L</td><td class=fx><code>1117 CD</code> / <code>3.3</code> + lot code</td></tr>
<tr><td class=pn></td><td class=nm>SOT-89-3L</td><td class=fx><code>STK17</code> / <code>3.3</code> + lot code. Note the different prefix</td></tr>
</tbody></table></div>
</div>
<h2>Internal structure</h2>
<div class=callout>The pass element is a <b>single NPN transistor driven by a PNP</b>, so dropout is set by V<sub>DROP</sub> = V<sub>BE</sub> + V<sub>SAT</sub>. Which is why this family cannot get below about 1 V and why dropout rises with load. Fixed and adjustable versions are the <b>same die</b>: an on-chip link selection (F1 and F2 connected with A open for fixed, A connected with F1 and F2 open for adjustable) either wires the internal divider to the output or brings the feedback node out on pin 1.</div>
<h2>Component variants</h2>
<div class=callout>All variants are the same silicon. The order code carries the <b>package</b> and the <b>output voltage</b> independently. Unlike the AMS original, UMW spells the adjustable version out as <code>-ADJ</code> rather than leaving the suffix blank.</div>
<div class=occode>
<div class=ocbig><span style="color:#e6edf3">AMS1117</span><span style="color:#8c6bf7">CD</span><span style="color:#00e6dc">-3.3</span><span style="color:#64abff">S</span></div>
<div class=oclegend>
<div class=ocitem><div class=octop><span class=sw style="background:#8b949e"></span><b style="color:#e6edf3">AMS1117</b></div><div class=ocdesc>base part: 1 A LDO</div></div>
<div class=ocitem><div class=octop><span class=sw style="background:#8c6bf7"></span><b style="color:#a98bf9">CD / blank</b></div><div class=ocdesc><code>CD</code> = TO-252-2L · blank = SOT-223-3L</div></div>
<div class=ocitem><div class=octop><span class=sw style="background:#00e6dc"></span><b style="color:#00e6dc">-3.3 / -ADJ</b></div><div class=ocdesc>fixed output voltage, or <code>-ADJ</code> for the adjustable version</div></div>
<div class=ocitem><div class=octop><span class=sw style="background:#64abff"></span><b style="color:#8fc6ff">S</b></div><div class=ocdesc>trailing <code>S</code> selects SOT-89-3L</div></div>
</div>
</div>
<div class=vgrid>
<div class=vcard>
<h3>SOT-223-3L<span class=chip style="background:rgba(139,148,158,.18);color:#8b949e">no letter</span></h3>
<div class=sub>5.90 to 6.70 × 3.90 ±0.30 mm body, 1.60 ±0.15 mm height · 2.30 mm TYP lead pitch · 4.60 ±0.15 mm lead span · tab = V<sub>OUT</sub></div>
<div class=oc><b>Fixed:</b> <code>AMS1117-1.2</code> <code>-1.5</code> <code>-1.8</code> <code>-2.5</code> <code>-3.3</code> <code>-5.0</code></div>
<div class=oc><b>Adjustable:</b> <code>AMS1117-ADJ</code></div>
<div class=oc>R<sub>θJA</sub> <b>88 °C/W</b></div>
</div>
<div class=vcard>
<h3>TO-252-2L <code style="font-size:13px">CD</code></h3>
<div class=sub>6.40 to 6.70 × 6.00 to 6.30 mm body, 2.20 to 2.30 mm height · 2.20 to 2.40 mm lead pitch · tab = V<sub>OUT</sub></div>
<div class=oc><b>Fixed:</b> <code>AMS1117CD-1.2</code> <code>-1.5</code> <code>-1.8</code> <code>-2.5</code> <code>-3.3</code> <code>-5.0</code></div>
<div class=oc><b>Adjustable:</b> <code>AMS1117CD-ADJ</code></div>
<div class=oc>R<sub>θJA</sub> <b>86 °C/W</b>. The best thermal option</div>
</div>
<div class=vcard>
<h3>SOT-89-3L <code style="font-size:13px">S</code></h3>
<div class=sub>4.50 ±0.30 × 2.45 ±0.30 mm body, 1.50 ±0.20 mm thick · 3.00 mm BSC lead pitch · tab = V<sub>OUT</sub></div>
<div class=oc><b>Fixed:</b> <code>AMS1117-1.2S</code> <code>-1.5S</code> <code>-1.8S</code> <code>-2.5S</code> <code>-3.3S</code> <code>-5.0S</code></div>
<div class=oc><b>Adjustable:</b> <code>AMS1117-ADJS</code></div>
<div class=oc>R<sub>θJA</sub> <b>102 °C/W</b> · smallest footprint, marked <code>STK17</code></div>
</div>
</div>
<p style="color:var(--text-2);font-size:13.5px;margin:14px 0 0">The AMS original offers an <b>8-lead SOIC</b> in place of SOT-89, and a <b>2.85 V</b> version that UMW does not carry. See the <a href="https://wiki.adom.inc/adom/ams-ams1117">AMS page</a>.</p>
<h2>Output voltage versions</h2>
<p style="color:var(--text-2);font-size:14px;margin:0 0 10px">Two limit sets per version: the tighter one at T<sub>J</sub> = 25 °C with I<sub>OUT</sub> = 10 mA, and the wider one over the full load and line range (0 or 10 mA ≤ I<sub>OUT</sub> ≤ 1 A).</p>
<table class=vt><thead><tr><th>Version</th><th>V<sub>OUT</sub> typ</th><th>Min to max at 25 °C</th><th>Min to max, full range</th><th>Test V<sub>IN</sub></th><th>Accuracy</th></tr></thead><tbody>
<tr><td>AMS1117-1.2</td><td>1.200 V</td><td>1.176 to 1.224 V</td><td>1.152 to 1.248 V</td><td>3.2 V</td><td><b>2 %</b></td></tr>
<tr><td>AMS1117-1.5</td><td>1.500 V</td><td>1.477 to 1.522 V</td><td>1.470 to 1.530 V</td><td>3.5 V</td><td>1.5 %</td></tr>
<tr><td>AMS1117-1.8</td><td>1.800 V</td><td>1.773 to 1.827 V</td><td>1.746 to 1.854 V</td><td>3.8 V</td><td>1.5 %</td></tr>
<tr><td>AMS1117-2.5</td><td>2.500 V</td><td>2.462 to 2.538 V</td><td>2.450 to 2.550 V</td><td>4.5 V</td><td>1.5 %</td></tr>
<tr><td>AMS1117-3.3</td><td>3.300 V</td><td>3.250 to 3.349 V</td><td>3.235 to 3.365 V</td><td>5.0 V</td><td>1.5 %</td></tr>
<tr><td>AMS1117-5.0</td><td>5.000 V</td><td>4.925 to 5.075 V</td><td>4.900 to 5.100 V</td><td>7.0 V</td><td>1.5 %</td></tr>
<tr><td>AMS1117-ADJ</td><td>1.250 V ref</td><td>1.231 to 1.268 V</td><td>1.225 to 1.275 V</td><td>V<sub>OUT</sub>+2 V</td><td>1.5 %</td></tr>
</tbody></table>
<div class=callout style="margin-top:14px"><b>Datasheet inconsistency worth knowing.</b> The Features bullet on page 1 claims "1.5 % output accuracy" for a list that <b>includes</b> 1.2 V, but the General Description on the same page says 1.2 V is <b>2 %</b>, and the Electrical Characteristics table settles it: 1.176 to 1.224 V at 25 °C is ±2.0 %, where every other version works out to ±1.5 %. Design to <b>2 %</b> on the 1.2 V part.</div>
<h2>Assets</h2>
<p style="color:var(--text-2);font-size:14px;margin:0 0 10px">KiCad symbol, all three footprints and matching 3D models, plus the canonical <b>adom-lbr JSON</b> the rest is generated from.</p>
<table class=at><tbody>
<tr><td class=tool style="color:#00b8b1">KiCad symbol</td><td><a href=ams1117.kicad_sym>ams1117.kicad_sym</a> (3-pin, all three packages)</td></tr>
<tr><td class=tool style="color:#28c3d4">KiCad footprints</td><td><a href=ams1117-sot223.kicad_mod>AMS1117_SOT-223</a> · <a href=ams1117-to252.kicad_mod>AMS1117_TO-252</a> · <a href=ams1117-sot89.kicad_mod>AMS1117_SOT-89</a></td></tr>
<tr><td class=tool style="color:#64abff">3D models</td><td>SOT-223 <a href=ams1117-sot223.step>.step</a> / <a href=ams1117-sot223.glb>.glb</a> · TO-252 <a href=ams1117-to252.step>.step</a> / <a href=ams1117-to252.glb>.glb</a> · SOT-89 <a href=ams1117-sot89.step>.step</a> / <a href=ams1117-sot89.glb>.glb</a></td></tr>
<tr><td class=tool style="color:#8c6bf7">Canonical</td><td><a href=ams1117.adom-lbr.json>ams1117.adom-lbr.json</a></td></tr>
<tr><td class=tool style="color:#484f58">Fusion 360 / EAGLE</td><td class=na>Not available yet</td></tr>
<tr><td class=tool style="color:#484f58">Altium</td><td class=na>Not available yet</td></tr>
</tbody></table>
<h2>Implementation</h2>
<ul class=ul>
<li><a href="https://wiki.adom.inc/adom/large-automotive-eth-switch-molecule"><b>Large Automotive Eth Switch Molecule</b></a>. An AMS1117-1.2 supplies the KSZ9131 gigabit PHY 1.2 V core rail (U902) from the board's 3.3 V rail. 1.2 V is a UMW-only version, so this is a UMW part.</li>
<li><a href="https://wiki.adom.inc/adom/ams-ams1117"><b>1 A Low-Dropout Regulator AMS - AMS1117</b></a>. The original Advanced Monolithic Systems part. Adds 2.85 V and an 8-lead SOIC; drops 1.2 V and SOT-89.</li>
</ul>
<h2>Application notes</h2>
<ul class=ul>
<li><b>Typical circuit is 10 µF in, 22 µF out.</b> The output capacitor is part of the device's stability, not just decoupling. 22 µF tantalum covers every case including a bypassed adjust pin; without adjust-pin bypassing, smaller values work, but the datasheet is explicit that stability degrades as output current rises.</li>
<li><b>Dropout is load-dependent, and specified all the way to 1 A</b>: 1.20 V max at 100 mA rising to 1.30 V max at the full amp. Size the input rail from the 1 A figure unless the load is genuinely light.</li>
<li><b>Current limit is high.</b> At 2.1 to 2.5 A this part will happily push well past its 1 A rating into a fault before folding back, so the thermal path, not the current limit, is what protects the board. Thermal shutdown is at 150 °C.</li>
<li><b>Copper is the heat sink.</b> P<sub>D(max)</sub> = (T<sub>J(max)</sub> − T<sub>amb</sub>) / R<sub>θJA</sub>, and the datasheet is clear that R<sub>θJA</sub> depends on mounting technique. The 88 / 86 / 102 °C/W figures are a starting point, not a guarantee.</li>
<li><b>Adjustable output:</b> V<sub>OUT</sub> = V<sub>REF</sub> × (1 + R2/R1) + I<sub>ADJ</sub> × R2, with V<sub>REF</sub> = 1.25 V and I<sub>ADJ</sub> ≈ 60 µA.</li>
</ul>
<h2>Datasheet</h2>
<iframe class=dsheet loading=lazy title="AMS1117 datasheet (UMW / Youtai Semiconductor)" src="https://wiki.adom.inc/api/v1/pages/adom/umw-ams1117/files/docs/ams1117-datasheet-umw.pdf"></iframe>
<p style="margin:8px 0 0;font-size:13px"><a href=docs/ams1117-datasheet-umw.pdf>Download the full datasheet (PDF)</a> · UMW (Youtai Semiconductor), <i>AMS1117 1 A LDO Voltage Regulator</i> · <a href="https://www.umw-ic.com">umw-ic.com</a></p>
<h2>Provenance</h2>
<ul class=ul>
<li><b>Every electrical number on this page</b> is read from the UMW / Youtai Semiconductor datasheet embedded above: description, features and nomenclature from page 1, absolute maximums and recommended operating conditions from page 2, the Electrical Characteristics table from page 3, pin configuration and function description from page 4, application circuits from page 5, and package outlines from pages 7 to 8. Nothing from the Advanced Monolithic Systems datasheet is mixed in.</li>
<li><b>The 2 % accuracy call on the 1.2 V version</b> resolves a contradiction inside the datasheet itself, in favour of the Electrical Characteristics table over the Features bullet. See the note under the version table.</li>
<li><b>Symbol:</b> generated with <code>adom-symbol</code> to the datasheet's pin description table (1 = GND/ADJ, 2 = VOUT, 3 = VIN).</li>
<li><b>Footprints:</b> the KiCad 10 official library land patterns, renamed: <code>SOT-223-3_TabPin2</code>, <code>TO-252-3_TabPin2</code> and <code>SOT-89-3</code>. The <code>TabPin2</code> variants are correct here because the AMS1117 tab is V<sub>OUT</sub>, which is pin 2.</li>
<li><b>3D models:</b> the matching KiCad 10 official STEP models (<code>SOT-223.step</code>, <code>TO-252-3_TabPin2.step</code>, <code>SOT-89-3.step</code>), converted to GLB with <code>step2glb</code>.</li>
<li><b>Canonical JSON:</b> <code>ams1117.adom-lbr.json</code>, imported from the KiCad symbol + SOT-223 footprint with <code>adom-lbr import-kicad</code>.</li>
<li><b>Fusion and Altium libraries are deliberately absent.</b> They are generated rather than hand-verified, and the generated Altium symbol encoding has produced wrong geometry before, so nothing is shipped here until it can be checked in the tool itself.</li>
</ul>
</div>
<script>(function(){function ph(){var h=Math.min(16000,document.documentElement.scrollHeight);parent.postMessage({type:'readme-height',height:h},'*');parent.postMessage({type:'resize',height:h},'*');}window.addEventListener('load',ph);window.addEventListener('resize',ph);if(window.ResizeObserver)new ResizeObserver(ph).observe(document.body);setTimeout(ph,250);setTimeout(ph,1000);setTimeout(ph,2500);ph();})();</script>
</body></html>