Reference
Quick-reference tables and charts for common electronics work.
E24 Standard Resistor Values
// 24 values per decade · multiply by 1 Ω, 10 Ω, 100 Ω, 1 kΩ, 10 kΩ, 100 kΩ, or 1 MΩ
Ceramic Capacitor Codes
// 3-digit code: first 2 digits × 10^(3rd digit) pF · e.g. 104 = 10 × 10⁴ pF = 100 nF
| Code | Value | Code | Value |
|---|---|---|---|
| 100 | 10 pF | 150 | 15 pF |
| 220 | 22 pF | 330 | 33 pF |
| 470 | 47 pF | 680 | 68 pF |
| 101 | 100 pF | 151 | 150 pF |
| 221 | 220 pF | 471 | 470 pF |
| 681 | 680 pF | 102 | 1 nF |
| 222 | 2.2 nF | 332 | 3.3 nF |
| 472 | 4.7 nF | 682 | 6.8 nF |
| 103 | 10 nF | 223 | 22 nF |
| 473 | 47 nF | 683 | 68 nF |
| 104 | 100 nF (0.1 µF) | 224 | 220 nF |
| 474 | 470 nF | 105 | 1 µF |
AWG Wire Gauge Chart
// copper wire · resistance at 20 °C · current rating for chassis wiring in free air (NEC)
| AWG | Diameter (mm) | Ω / m | Max current (A) |
|---|---|---|---|
| 30 | 0.255 | 0.339 | 0.5 |
| 28 | 0.321 | 0.213 | 0.8 |
| 26 | 0.405 | 0.134 | 1.0 |
| 24 | 0.511 | 0.0842 | 2.0 |
| 22 | 0.644 | 0.0530 | 3.0 |
| 20 | 0.812 | 0.0333 | 5.0 |
| 18 | 1.024 | 0.0209 | 7.0 |
| 16 | 1.291 | 0.0132 | 13 |
| 14 | 1.628 | 0.00829 | 17 |
| 12 | 2.053 | 0.00521 | 20 |
| 10 | 2.588 | 0.00328 | 30 |
Logic Level Reference
// VIH = min input HIGH · VIL = max input LOW · VOH = min output HIGH · VOL = max output LOW
| Family | VCC | VIH min | VIL max | VOH min | VOL max |
|---|---|---|---|---|---|
| 74LS TTL | 5V | 2.0V | 0.8V | 2.4V | 0.5V |
| 74HC CMOS | 5V | 3.5V | 1.0V | 4.4V | 0.1V |
| 3.3V LVTTL | 3.3V | 2.0V | 0.8V | 2.4V | 0.4V |
| 3.3V LVCMOS | 3.3V | 2.0V | 0.8V | 2.4V | 0.4V |
Compatibility quick-check
Common IC Pinouts
// pin 1 marked by dot or notch on physical package
NE555 / LM555
DIP-8 · SOIC-8
General-purpose timer. Astable (oscillator) or monostable (one-shot) modes.
LM7805
TO-220 · TO-92 · D2PAK
Fixed +5 V linear regulator. Same pinout applies to LM7812, LM7815, etc.
LM317
TO-220 · TO-92 · D2PAK
Adjustable regulator. Vout = 1.25 × (1 + R2/R1). Min load 10 mA recommended.
LM741
DIP-8 · SOIC-8
Classic single op-amp. Requires dual supply. Modern designs prefer LM358 or TL071.
LM358
DIP-8 · SOIC-8
Dual op-amp, single or dual supply (3 V – 32 V). Rail-to-rail output.
LM386
DIP-8
Audio power amplifier, 4 V – 12 V. Default gain 20×; 200× with 10 µF between pins 1 & 8.
74HC595
DIP-16 · SOIC-16
8-bit serial-in / parallel-out shift register with output latch. Daisy-chainable.
CD4017
DIP-16 · SOIC-16
Johnson decade counter. One output goes HIGH per clock pulse; resets after Q9.
L293D
DIP-16 · SOIC-16
Dual H-bridge, 600 mA per channel (1.2 A peak), up to 36 V motor supply. Built-in flyback diodes.
ATmega328P
DIP-28 (Arduino Uno)
Shown with Arduino Uno pin mapping. XTAL pins used by on-chip oscillator on standalone boards.