WiFi PCB and Bluetooth PCB: What Changes in the Layout

Wireless products look similar on the schematic but behave very differently on the board. A WiFi PCB works in a wide channel with high throughput and strict emission limits, while a Bluetooth PCB works in a narrow band at much lower power. The layout consequences follow from those differences rather than from the protocol itself.

Frequency Bands and What They Change

WiFi operates at 2.4 GHz and 5 GHz, sometimes with a 6 GHz band, and each band has its own wavelength and therefore its own antenna geometry. Bluetooth shares the 2.4 GHz band, which means the two radios coexist in the same product and interfere with each other when they transmit simultaneously.

Shorter wavelengths make the layout less forgiving. At 2.4 GHz a quarter wavelength is about three centimetres in air, so a trace or a stub of a few millimetres is already a significant fraction of a wavelength and behaves as a component rather than as a wire.

Module Versus Chip-Down Design

The first decision is whether to use a certified module or to place the radio chip directly on the board. A module contains the radio, the matching network, the crystal and often an antenna, and it arrives with regulatory certification already granted, which removes an entire test campaign from the schedule.

A chip-down design is smaller and cheaper at volume, and it gives full control over the antenna and the front end. The price is that the designer now owns the RF layout, the matching network, the certification and every layout mistake along the way.

<img src="https://www.gopcba.com/wp-content/uploads/2025/08/27.png" alt="WiFi and Bluetooth antenna keep-out areas on a wireless PCB” />

Antenna Keep-Out and Ground Plane Requirements

The antenna needs a region free of copper, components and enclosure metal. A chip antenna, a printed inverted F antenna and a wire antenna each have their own keep-out shape, and the manufacturer’s drawing is the minimum rather than a target.

A ground plane is equally important. It acts as the counterpoise for the antenna, so its size and position affect the tuning and the radiation pattern. Cutting the plane under the antenna area, or placing the antenna at the edge of a very small plane, degrades performance in ways that are difficult to correct later.

Matching Networks and Transmission Lines

Between the radio and the antenna sits a matching network, usually a pi or T arrangement of small components. The traces connecting them are transmission lines, and their impedance must match the system impedance, typically 50 ohms, or the network will not behave as designed.

Keeping those traces short, on a single layer, with a continuous reference plane beneath them is the standard approach. Each component should be placed so that its ground side connects directly to the plane through a via, rather than through a stub of trace that adds inductance at the frequency of interest.

Matching network and transmission line between radio and antenna

Coexistence Between WiFi and Bluetooth

When both radios share the 2.4 GHz band, coexistence is managed by the protocol stack, but the hardware can make that job easier or harder. Physical separation between the two front ends reduces the coupling that occurs when one transmits while the other listens.

Filtering and isolation follow from placement. Keeping the two antenna regions apart, avoiding shared ground paths between the front ends and providing adequate decoupling on each supply rail all reduce the desensitisation that appears as reduced range or dropped connections.

Current Consumption and Power Integrity

Wireless transmissions are bursty. Current demand jumps from a few milliamps in receive mode to hundreds of milliamps during a transmit burst, and the supply must respond without drooping below the radio’s minimum operating voltage.

That transient is a power integrity problem, and it is solved with local capacitance close to the radio, a low-impedance supply path and, where the budget allows, a dedicated regulator. Sharing a supply with a switching load that has its own transients is a common cause of intermittent wireless failure.

Grounding Strategy in Wireless Layout

A single continuous ground plane is generally the correct choice, with the radio section placed so that its return currents do not share copper with high-current switching circuits. Via stitching around the radio area helps contain fields and provides a low-impedance reference.

Where a split is used between digital and RF regions, no signal may cross it and the two must meet at one point. The general principles are covered in the EMI suppression design principles, and the routing conventions for RF nets are described in the guidance on high-frequency trace routing.

Testing and Compliance

Wireless products need radiated testing, which means the final enclosure and the final antenna configuration rather than an open board on a bench. A design that passes conducted testing can still fail radiated testing once the housing is fitted, and the failure is usually traceable to the antenna environment.

Pre-compliance testing with a spectrum analyser and a near-field probe identifies the worst offenders early, and it is far cheaper than a failed certification run. Where the product also contains a processor core board, the layout conventions in AIoT core board design are a useful reference for the digital side.

Battery Powered Wireless Products

When the product runs from a battery, the transmit burst becomes the defining constraint. The instantaneous current draw can be hundreds of milliamps even though the average is a few milliamps, and the battery and its protection circuit must deliver that transient without collapsing.

Layout responds with short, wide supply traces from the battery connector to the radio, a capacitor bank close to the radio supply pins and a ground return that does not pass through any other high-current circuit. A thin supply trace shared with a display backlight will produce resets during transmission that are difficult to diagnose because they never occur on the bench supply.

Sleep current matters in the other direction. Leakage paths through contamination, coating defects or a poorly chosen pull-up resistor can exceed the entire sleep budget, so high-impedance nets should be short and protected, and current measurement should be part of the first prototype build.

Common Layout Mistakes in Wireless Designs

Three mistakes account for a large share of poor wireless performance. The first is a keep-out that is respected on the copper layers but not in the enclosure, so a metal screw or a display frame sits close to the antenna. The second is a matching network placed on a long trace, which adds inductance that the network was never designed for.

The third is a ground plane that is fragmented under the radio section in the name of isolation. A plane with slots forces return currents to detour, which raises the impedance of the very reference the radio depends on. Continuity, with careful placement, is almost always the better answer.

FAQ

Should I use a module or a chip-down radio? A module shortens development and removes certification risk, which suits most products. Chip-down becomes attractive at high volume or when the enclosure leaves no room for a module.

Can the antenna be placed inside a metal enclosure? Not with any useful performance. Metal near the antenna detunes it and absorbs the radiated energy, so the antenna must be placed in a plastic or otherwise transparent region with the keep-out respected.

Why does my wireless link drop during motor operation? Motor switching produces broadband noise that raises the receiver noise floor. Improving the supply filtering to the radio and separating the return paths of the two circuits is usually more effective than changing the antenna.

Leave A Comment