Building a Compact 2.4 GHz RF Pre-Amplifier: Parts List, Schematics, and Calibration Tips

A tiny boost stage at 2.4 GHz can turn a shaky wireless link into a smooth, reliable connection. Whether you’re tweaking a home‑brew Wi‑Fi repeater or trying to get a better signal from a Bluetooth sensor, a well‑designed pre‑amp is the secret sauce. In this post I’ll walk you through the exact parts I use, sketch a simple schematic, and share the calibration steps that saved me hours of trial‑and‑error in my garage lab.

Why a 2.4 GHz Pre‑Amp Matters Today

The 2.4 GHz ISM band is crowded—Wi‑Fi, Bluetooth, Zigbee, even some cordless phones all fight for airtime. In a typical house the signal can bounce off walls, lose power through drywall, and arrive at the receiver at a few‑dBm or less. Most receivers expect at least –30 dBm to decode cleanly, so a 10‑15 dB gain boost can be the difference between a dropped packet and a steady stream. A compact pre‑amp also lets you place the boost right at the antenna, cutting cable loss before it ever happens.

Parts List – Keep It Simple, Keep It Small

Below is the exact bill of materials I use for a board that fits in a 30 mm × 20 mm envelope. All parts are readily available from major distributors and cost under $15 total.

  • Transistor: Qorvo TGA‑2855 (MMIC, 2.4 GHz, 20 dB gain, low noise). It’s a little chip that does the heavy lifting without needing external bias networks.
  • Bias Resistors: 10 kΩ and 1 kΩ thin‑film resistors (1 % tolerance). They set the gate voltage for the MMIC.
  • RF Capacitors: Two 100 pF, 0402 surface‑mount capacitors for DC blocking. They block any DC from reaching the antenna while letting the RF pass.
  • Inductor: 4.7 nH, 0402 chip inductor for input matching. A tiny coil helps match the 50 Ω source to the transistor’s input impedance.
  • Power Supply: 3.3 V LDO regulator (e.g., MCP1700) with a 10 µF ceramic decoupling cap. The MMIC likes a clean, low‑noise supply.
  • Connector: U.FL SMA jack for the antenna side, and a standard SMA plug for the board input. The U.FL saves space.
  • PCB: 4‑layer FR‑4, 0.8 mm thickness, with a ground plane on layers 2 and 4. A solid ground plane keeps the high‑frequency currents tidy.
  • Optional: Small ferrite bead (600 Ω at 100 MHz) on the supply line to further suppress noise.

All of these components fit comfortably on a 1 × 1 inch board. If you prefer a larger footprint, you can swap the 0402 parts for 0603 for easier hand‑soldering.

Core Circuit Blocks – What Happens Inside

Input Matching Network

The antenna and the MMIC both speak “50 Ω”, but the transistor’s input isn’t a perfect 50 Ω at 2.4 GHz. A simple L‑network—one series inductor (the 4.7 nH) followed by a shunt capacitor (100 pF)—transforms the source impedance to the transistor’s optimal point. Think of it as a tiny translator that makes sure the signal arrives without a hitch.

Biasing the MMIC

The TGA‑2855 needs a small DC voltage on its gate to turn on. A voltage divider made from the 10 kΩ and 1 kΩ resistors, fed from the 3.3 V rail, gives about 0.3 V at the gate—right where the data sheet says the gain peaks. A 10 µF decoupling capacitor sits right next to the MMIC to smooth out any ripple from the regulator.

Output Matching

On the output side we simply use a 100 pF capacitor to block DC and let the RF flow to the SMA connector. Because the MMIC’s output is already close to 50 Ω, no extra inductors are needed for a basic design. If you need a tighter VSWR (Voltage Standing Wave Ratio), a small series resistor (≈ 2 Ω) can be added to damp any reflections.

Grounding and Layout Tips

At 2.4 GHz even a millimeter of stray trace can act like an inductor. Keep the RF path as short as possible, and route the ground plane directly under the signal line. I like to place the MMIC in the center of the board, with the input and output pads on opposite edges. This symmetry reduces unwanted coupling and makes the board look tidy—something my wife appreciates when I’m soldering on the kitchen table.

Putting the Board Together – A Quick Walkthrough

  1. Print the Gerber files (I use KiCad, but Eagle works fine). The board outline is a simple rectangle with two mounting holes.
  2. Place the MMIC first. Its pins are tiny, so a fine‑tip soldering iron (≈ 25 W) and a pair of tweezers are your best friends.
  3. Add the passive components in the order of the schematic: inductor, capacitors, resistors. The 0402 parts are tiny, but a little bit of flux and a steady hand make them stick.
  4. Solder the connectors last. The U.FL jack has a small metal shield; make sure the shield contacts the ground plane before you solder the pins.
  5. Inspect under a magnifier for any solder bridges. A short between the gate and ground will kill the gain, so double‑check those bias lines.
  6. Apply a gentle heat‑shrink over the supply line if you added a ferrite bead. It keeps the layout neat and protects the bead from mechanical stress.

Calibration Made Simple

Once the board is assembled, you need to verify that the gain is where you expect it and that the input match is acceptable. Here’s the routine I follow with a modest bench‑top VNA (Vector Network Analyzer) and a power meter.

  1. Power‑up the regulator and let the board settle for a minute. The MMIC’s bias current should be around 10 mA; you can measure it with a small multimeter in series with the supply.
  2. Connect the VNA to the SMA input and the U.FL output (use a short coax adapter). Perform a S11 sweep (reflection) from 2.3 GHz to 2.5 GHz. Aim for an S11 below –10 dB across the band; that means the input is well matched.
  3. Measure the gain (S21). With the same sweep, look at the transmission parameter. You should see a flat 18‑20 dB boost. If the gain dips, check the bias voltage—sometimes a small drift can pull the MMIC out of its sweet spot.
  4. Fine‑tune with a trimmer. If you added a small 0 Ω trimmer resistor in the bias network, you can adjust it while watching the gain. A 0.1 V change in gate voltage can swing the gain by a couple of dB.
  5. Verify noise performance. Using a power meter, feed a known –30 dBm signal into the input and measure the output. The difference should be close to the measured gain; any extra loss points to a mismatch or a faulty component.

A quick tip: keep the VNA’s output power low (–10 dBm) to avoid over‑driving the MMIC. The TGA‑2855 is robust, but it’s better to be gentle during testing.

A Little Anecdote

The first time I built this pre‑amp, I soldered the bias resistors upside‑down. The board powered up, the LED on my test rig blinked, but the gain was a sad –2 dB. After a half‑hour of head‑scratching, I realized the gate was stuck at 0 V—essentially the transistor was off. Flipping the resistors restored the proper bias and the gain jumped to 19 dB. That moment reminded me why I keep a small “debug checklist” on my bench: power, bias, match, gain. It’s a habit that saves a lot of coffee.

Final Thoughts

A compact 2.4 GHz pre‑amplifier doesn’t have to be a mystery. With a single MMIC, a few passive parts, and a clean layout, you can add 15‑20 dB of gain right at the antenna. The parts list stays cheap, the schematic stays simple, and the calibration steps are straightforward with a basic VNA. Whether you’re boosting a DIY Wi‑Fi bridge, a Bluetooth beacon, or a hobbyist RF sensor, this little board can be the quiet hero that makes your signal sing.

Reactions
Do you have any feedback or ideas on how we can improve this page?