Great follow-up question — the impedance situation in the SX125x is a bit counterintuitive if you’re coming from a pure RF systems background.
The short answer: 200 Ω is the LNA’s differential input impedance, not the RF port impedance. The reference design PCB has an external matching network that transforms 50 Ω (antenna/SMA) to ~200 Ω (LNA input).
What SX125x_LNA_ZIN = 1 actually controls
This register bit selects the LNA input network configuration inside the SX125x. When set to 1 (200 Ω), the LNA’s internal bias and matching network is configured for a higher source impedance. When set to 0 (50 Ω), the on-chip input expects a lower source impedance directly.
Why 200 Ω and not 50 Ω directly?
This is a common CMOS LNA design trade-off. A higher input impedance allows the LNA to achieve a better noise figure for a given power consumption. If you look at the SX125x reference schematic, you’ll see:
- The SMA/U.FL connector feeds into a 50 Ω microstrip trace
- An LC matching network or balun on the PCB transforms 50 Ω to ~200 Ω differential
- This feeds directly into the SX125x RF_IN pins
The PCB matching network handles the impedance transformation — so from the antenna’s perspective, it sees 50 Ω, and the LNA sees the high-impedance source it was designed for. No mismatch anywhere in the chain when properly implemented.
Is there a risk of impedance mismatch?
Only if you bypass the reference matching network. Standard gateway boards (RAK, Dragino, Seeed, etc.) all follow the reference design — the matching is already done on the PCB. Your 50 Ω external test equipment connects to the SMA port cleanly, and the PCB does the rest.
Should you change SX125x_LNA_ZIN?
Almost certainly no. If your board uses the standard reference matching for 200 Ω (virtually all commercial gateways), keep it at 1. Flipping it to 0 would actually cause a mismatch and degrade sensitivity by a few dB, because the on-chip network would then expect a 50 Ω source but instead see the ~200 Ω that the PCB matching network presents.
The only reason to change it is if you’re designing your own PCB with a custom RF front-end and a matching network specifically engineered for 50 Ω direct drive into the chip — a significant RF undertaking well outside normal gateway work.
Bottom line
Leave SX125x_LNA_ZIN = 1 alone. Your external 50 Ω test equipment sees proper 50 Ω at the SMA port because the PCB handles the transformation. No stress on your RF source, no mismatch issue.