GPS frequency refers to the specific microwave radio carrier waves—primarily the L1 band at 1575.42 MHz—transmitted by navigation satellites to deliver positioning and timing data to Earth-based receivers. If you are designing a custom PCB, integrating a module like the u-blox NEO-M9N, or debugging a drone's navigation stack, understanding this RF carrier is the difference between a satellite lock in 30 seconds and a module that never achieves a fix. Before going further, we must clear up the most common bench mistake: confusing the RF carrier frequency (1575.42 MHz) with the navigation update rate (typically 1 Hz to 10 Hz) or the UART baud rate (usually 9600 bps). The carrier frequency is the physical radio wave flying through the vacuum of space and atmosphere; the update rate is simply how often the microcontroller spits out an NMEA sentence over serial.

Bench Warning: Never route a 1.5 GHz GPS RF trace parallel to a digital clock line or an ESP32 Wi-Fi antenna feed. The 1.5 GHz carrier is exceptionally weak by the time it reaches Earth (around -130 dBm), and harmonic interference from 2.4 GHz Wi-Fi will easily desensitize your front-end Low Noise Amplifier (LNA).

The Core GNSS Frequency Bands (Spec Sheet)

While "GPS" technically refers only to the US-owned Navstar constellation, modern receivers are multi-constellation (GNSS). They listen to overlapping frequencies from Galileo, BeiDou, and GLONASS. The official GPS.gov signal specifications detail these allocations, but for hardware design, you need to know the exact center frequencies and their corresponding wavelengths in a vacuum to size your passive components and antennas correctly.

Band Name Center Frequency Wavelength (Air) Primary Application
GPS L1 / Galileo E1 1575.42 MHz 190.3 mm Standard civilian positioning (BPSK/C-A code)
GPS L2 1227.60 MHz 244.2 mm Ionospheric delay correction, RTK precision
GPS L5 1176.45 MHz 254.8 mm Safety-of-life, aviation, high-multipath rejection
BeiDou B1I 1561.098 MHz 192.0 mm Chinese regional/global civilian service
GLONASS L1 1602.00 MHz* 187.1 mm* Russian FDMA system (frequency varies by satellite)

*Note: GLONASS uses Frequency Division Multiple Access (FDMA), meaning each satellite transmits on a slightly different frequency within a band, unlike the CDMA used by GPS/Galileo.

What GPS Frequency Changes in Your Circuit

At 1.5 GHz, your PCB traces are no longer just conductive paths; they are transmission lines where impedance, phase shift, and dielectric losses dominate. The specific GPS frequency dictates your antenna geometry, your ground plane requirements, and your RF filter selection.

Worked Numeric Example: Sizing a Passive Antenna Ground Plane

Suppose you are designing a compact IoT asset tracker and want to use a passive L1 chip antenna (like the Abracon AIGP series) to save costs. Passive antennas rely on the PCB's copper ground plane to act as a reflective dipole half.

1. Calculate Wavelength: The speed of light $c \approx 299,792,458$ m/s. For the L1 frequency ($f = 1,575,420,000$ Hz), the wavelength in free space is $\lambda = c / f = 0.1903$ meters, or 190.3 mm.
2. Determine Minimum Ground Plane: A standard rule of thumb for a passive monopole or inverted-F antenna at this frequency is a minimum ground plane radius of $\lambda/4$.
3. The Math: $190.3 \text{ mm} / 4 = $ 47.5 mm.

The Result: If you design a $30 \text{ mm} \times 30 \text{ mm}$ PCB and place a passive L1 antenna on it, your ground plane is physically too small to support the 190.3 mm wave. The antenna's resonant frequency will shift upward, and your gain will tank by 3 to 5 dBi. To fix this on a small board, you must abandon the passive chip antenna and switch to an active ceramic patch antenna, which utilizes a high-dielectric ceramic material ($\epsilon_r \approx 10$) to shrink the required physical wavelength, allowing a $25 \text{ mm} \times 25 \text{ mm}$ patch to resonate perfectly at 1575.42 MHz.

Beyond the antenna, the 1.5 GHz frequency demands strict 50-ohm impedance control on your RF feedline. On a standard 1.6mm thick FR4 board (dielectric constant $\epsilon_r \approx 4.4$) with 1 oz copper, achieving a 50-ohm microstrip requires a trace width of approximately 2.8 mm to 3.0 mm. If you route a standard 0.2mm signal trace to your GPS module's RF_IN pin, the impedance mismatch will cause severe signal reflection (high VSWR), effectively blinding the receiver.

Where You Meet This in Practice

You will interact with the physical realities of the 1575.42 MHz carrier wave in three primary scenarios when building or debugging embedded hardware:

  • SAW Filter Selection: The L1 band sits dangerously close to cellular LTE Band 3 (1800 MHz) and Wi-Fi/Bluetooth (2.4 GHz). In a mixed-signal board, you meet this in practice by placing a Surface Acoustic Wave (SAW) filter—such as the TDK B39212 series—directly before the LNA. These filters are tuned with a center frequency of exactly 1575 MHz and a narrow 20 MHz passband, aggressively rejecting out-of-band Wi-Fi noise that would otherwise cause intermodulation distortion in the receiver's front end.
  • Active Antenna DC Biasing: Most external GPS pucks (like those with SMA connectors) contain an active LNA. This LNA requires power, which is usually fed directly up the RF coaxial cable. On your PCB, you must create a bias-tee circuit: a 10 µH inductor to pass 3.3V DC to the RF trace, and a 10 nF blocking capacitor in series with the module's RF_IN pin to prevent that DC voltage from frying the sensitive internal mixer of the GPS IC.
  • RF Shielding and Enclosures: Because the 190 mm wavelength can easily penetrate plastics but reflects off metal, you must avoid placing the GPS patch antenna directly under carbon fiber panels or metalized enclosures. If a metal chassis is mandatory, you must route the antenna to an external SMA or U.FL connector to clear the Faraday cage.

Troubleshooting and Common Confusions (FAQ)

Q: My GPS module is configured for a 10 Hz update rate, but it still takes 3 minutes to get a fix. Is the frequency wrong?
A: You are confusing the serial data update rate with the RF Time-To-First-Fix (TTFF). A 10 Hz update rate just means the module outputs an NMEA string every 100 milliseconds once it already has a lock. TTFF is governed by the RF front-end sensitivity, the quality of your 1575.42 MHz antenna tuning, and whether you are providing Assisted-GPS (A-GPS) ephemeris data over I2C/UART to bypass the slow 50 bps satellite data download.

Q: Can I use a standard 2.4 GHz Wi-Fi PCB trace antenna for GPS to save space?
A: No. While 1.5 GHz and 2.4 GHz are both in the UHF/SHF microwave range, an antenna tuned for 2.4 GHz (wavelength ~125 mm) will present a terrible Voltage Standing Wave Ratio (VSWR) at 1575.42 MHz (wavelength ~190 mm). The impedance mismatch will reflect the already weak -130 dBm satellite signal right back into the sky. Always use an antenna explicitly tuned for the GNSS L1 band.

Q: Why do high-end RTK receivers use L2 and L5 frequencies in addition to L1?
A: The ionosphere delays GPS signals, and this delay is frequency-dependent. By measuring the exact same pseudorange data on two different frequencies (e.g., L1 at 1575.42 MHz and L2 at 1227.60 MHz), the receiver's baseband processor can mathematically calculate and cancel out the ionospheric delay. This dual-frequency comparison is what allows RTK (Real-Time Kinematic) systems to achieve centimeter-level accuracy, whereas single-frequency L1 receivers are physically limited to roughly 2-3 meters of error.