If you need high gain and low noise at microwave frequencies, the HBT (Heterojunction Bipolar Transistor) is your default active device. Unlike a standard homojunction BJT, an HBT uses different semiconductor materials for the emitter and base—typically Silicon-Germanium (SiGe) on a Silicon substrate, or Indium Gallium Phosphide (InGaP) on Gallium Arsenide (GaAs). This bandgap engineering allows heavy base doping, which drastically reduces base resistance and thermal noise while maintaining high current gain.
For sub-6 GHz Low Noise Amplifiers (LNAs), select a SiGe HBT. For high-power RF transmission (cellular base stations, radar), select an InGaP/GaAs HBT. Below is the practical bench and design data you need to bias, test, and deploy these devices without burning them up.
HBT Symbol, Pinout, and Physical Layout
On a schematic, the HBT uses the exact same symbol as a standard NPN or PNP bipolar junction transistor. The pins are designated as Base (B), Collector (C), and Emitter (E). However, the physical packaging for RF HBTs is almost exclusively surface-mount to minimize parasitic lead inductance.
The most common package you will encounter on the bench is the SOT-343 (also known as SC-70-4). It features four pins, with the emitter tied to two pads for better grounding and thermal dissipation. The standard pinout for a SOT-343 HBT (like the Infineon BFP650) is:
- Pin 1: Base
- Pin 2: Emitter
- Pin 3: Collector
- Pin 4: Emitter (internally bonded to Pin 2)
Operation Regions and Junction Voltages
Because the emitter and base are made of different materials, the forward voltage drop ($V_{BE}$) of an HBT is distinctly different from a standard silicon BJT. A standard Si BJT turns on around 0.6V to 0.65V. A SiGe HBT typically requires 0.75V to 0.85V, while a GaAs HBT requires 1.1V to 1.3V. This is the most common trap for engineers copying bias networks from older silicon designs.
| Region | Base-Emitter Voltage ($V_{BE}$) | Collector-Emitter Voltage ($V_{CE}$) | Collector Current ($I_C$) | Primary RF Application |
|---|---|---|---|---|
| Cutoff | < 0.5V (SiGe) / < 0.9V (GaAs) | > 0V | ~0 A (Leakage only) | RF Switches, Class C PAs |
| Forward Active | 0.75V - 0.85V (SiGe) 1.1V - 1.3V (GaAs) |
> 0.5V (Typ 2V - 5V) | $I_C = \beta \times I_B$ | LNAs, Class A/B PAs, Oscillators |
| Saturation | > 0.85V (SiGe) | < 0.3V | Limited by external load | Digital logic (rare in RF) |
| Reverse Active | Reverse biased | < 0V | Very low ($\beta_{rev} \approx 1$) | Avoid (Breakdown risk) |
In RF design, you almost exclusively operate the HBT in the Forward Active region. For LNAs, you bias the device at a specific collector current ($I_C$) that minimizes the noise figure (often much lower than the current that yields maximum gain). For Power Amplifiers (PAs), you bias closer to the maximum rated $I_C$ to handle large signal swings.
Safe Default Part Numbers and Ratings
When prototyping an RF front-end, do not waste time sourcing exotic bare-die foundry parts. These three SMD HBTs are industry workhorses, widely available from distributors like Mouser and Digi-Key, and have extensive application note support.
| Part Number | Manufacturer | Material | $f_T$ (Transition Freq) | Noise Figure (NF) | Max $V_{CE}$ / $I_C$ | Best Use Case |
|---|---|---|---|---|---|---|
| BFP650 | Infineon | SiGe | 45 GHz | 0.9 dB @ 2 GHz | 4.5V / 150mA | Sub-6 GHz LNAs, VCOs |
| BFU725F | NXP | SiGe | 25 GHz | 1.1 dB @ 2.4 GHz | 5.0V / 100mA | ISM band LNAs, GPS |
| TQP3M9009 | Qorvo | InGaP/GaAs | 20 GHz | N/A (Power part) | 5.5V / 400mA | PA Drivers, Gain Blocks |
For 90% of hobbyist and commercial IoT Wi-Fi/Bluetooth (2.4 GHz) receiver front-ends, the Infineon BFP650 or NXP BFU725F are the safest defaults. They are forgiving to layout parasitics and offer excellent stability.
Application Circuit: 2.4 GHz Low Noise Amplifier
Let's design a complete, stable 2.4 GHz LNA using the Infineon BFP650 SiGe HBT. Our design goals are $V_{CC} = 3.3V$, $I_C = 20mA$ (the optimal current for minimum noise figure on this die), and unconditional stability.
DC Bias Network Calculation
We will use a resistive voltage divider on the base with an emitter degeneration resistor for DC feedback. This prevents thermal runaway, a common failure mode in HBTs.
- Set Base Voltage ($V_B$): Choose $V_B$ to be roughly half of $V_{CC}$ for maximum symmetrical output swing. $V_B = 1.65V$.
- Calculate Emitter Resistor ($R_E$): The SiGe $V_{BE}$ is approximately 0.8V. Therefore, $V_E = V_B - V_{BE} = 1.65V - 0.8V = 0.85V$. To get $I_C \approx I_E = 20mA$, $R_E = 0.85V / 0.02A = 42.5\Omega$. Select standard value: 43\Omega.
- Calculate Base Divider ($R_1, R_2$): The base current $I_B = I_C / \beta$. The BFP650 has a typical $\beta$ of 150. $I_B = 20mA / 150 = 133\mu A$. To make the divider stiff (at least 10x $I_B$), target a divider current of 1.5mA. Total resistance $= 3.3V / 1.5mA = 2.2k\Omega$. Select $R_1 = 1.1k\Omega$ and $R_2 = 1.1k\Omega$.
RF Matching and Stability Components
- DC Blocks: Place 100pF C0G/NP0 ceramic capacitors in series with the RF Input and RF Output to block DC from the 50-ohm source and load.
- Collector Choke: Place a 10nH high-Q RF inductor between $V_{CC}$ and the Collector pin to supply DC current without shorting the RF signal to ground.
- Emitter Degeneration (Crucial): Place a 0.5nH inductor (or a short, narrow PCB trace acting as an inductor) between the Emitter pins and the RF ground plane. This series inductive feedback lowers the gain slightly but dramatically improves input return loss (S11) and guarantees unconditional stability, preventing the HBT from oscillating at high frequencies.
- Base Isolation: Place a 10-ohm resistor in series with the base, right at the pin, to dampen any parasitic resonance from the PCB traces.
Failure Modes and Multimeter Testing
HBTs are robust against some faults but highly vulnerable to others. Understanding how they fail dictates how you test them on the bench.
Common Failure Modes
- Thermal Runaway: As the HBT die heats up, its $V_{BE}$ requirement drops. If the bias network lacks emitter degeneration ($R_E$), the transistor draws more current, gets hotter, drops $V_{BE}$ further, and draws even more current until it melts. Fix: Always use DC feedback.
- ESD Damage: The base-emitter junction in an HBT is incredibly thin to maximize $f_T$. A static shock of just a few hundred volts can punch through the depletion region, creating a dead short. Fix: Use grounded wrist straps and ESD-safe mats when handling SOT-343 parts.
- Secondary Breakdown: Occurs when high $V_{CE}$ and high $I_C$ are applied simultaneously, causing localized hot spots on the die. Keep the operating point within the Safe Operating Area (SOA) curve in the datasheet.
Testing an HBT with a Digital Multimeter (DMM)
You can verify if an HBT is dead or alive using the Diode Test setting on a standard DMM. This is where knowing the material system pays off.
- Set your DMM to Diode Test mode.
- Place the Red probe on the Base and the Black probe on the Emitter.
- Read the forward voltage drop:
- If it reads 0.75V to 0.85V, you have a healthy SiGe HBT.
- If it reads 1.10V to 1.30V, you have a healthy GaAs HBT.
- If it reads 0.00V (Short) or OL (Open), the device is destroyed.
- If it reads 0.55V to 0.65V, you are actually testing a standard Silicon BJT, not an HBT.
- Reverse the probes (Black on Base, Red on Emitter). It should read OL (Open Loop). If it reads a voltage, the junction is leaky and the part is trash.
- Repeat the process between the Base and Collector. The Base-Collector junction is usually a homojunction (e.g., GaAs/GaAs), so it will typically read like a standard diode (~0.6V to 0.8V depending on the material).
HBT vs. LDMOS and GaN FETs
While HBTs dominate the low-noise and sub-6 GHz space, they aren't the only RF game in town. Here is how they stack up against the primary alternatives for RF power and switching.
| Feature | SiGe / GaAs HBT | LDMOS FET | GaN HEMT |
|---|---|---|---|
| Best Application | LNAs, VCOs, Sub-6G PAs | Cellular Base Station PAs (Sub-3G) | High-Power Radar, 5G mmWave, SatCom |
| Noise Figure | Excellent (< 1.0 dB) | Poor (Not used for LNAs) | Good (1.5 - 2.5 dB) |
| Power Density | Low to Medium | Medium | Extremely High |
| Bias Complexity | Moderate (Requires temp compensation) | Simple (Voltage driven gate) | Complex (Requires dual-polarity or precise sequencing) |
| Typical Cost (SMD) | $0.20 - $1.50 | $2.00 - $15.00 | $5.00 - $50.00+ |
Choose the HBT when you are designing the receive chain (LNA) or a low-power transmit driver where phase noise and minimal thermal noise are critical. Choose GaN when you need to push 50+ Watts of RF power at microwave frequencies, and choose LDMOS for cost-effective, high-power macrocell base station amplifiers below 3 GHz.
For deeper theoretical background on heterojunction bandgap engineering, the Microwaves101 HBT Encyclopedia provides excellent visual breakdowns of the energy bands. For practical layout and matching network guidelines, refer to the EverythingRF HBT community guides and always anchor your design to the manufacturer's S-parameter (.s2p) files.






