The component that gets the least attention and causes the most damage

When a wireless product has short range or drops connections, the blame usually lands on the radio chip or the firmware. In the overwhelming majority of cases the actual problem is the antenna and the environment around it. An excellent radio with a badly implemented antenna is a bad product; a modest radio with a well-implemented antenna works fine. And unlike the chip, an antenna is not a part you buy and forget — its performance depends entirely on the copper, plastic, metal, and human hand surrounding it.

Your three options

Chip antenna

A small ceramic part soldered to the board. Cheap, compact, and utterly dependent on the layout around it: it needs the copper keepout area the manufacturer specifies, a ground plane of a particular size, and a defined feed geometry. The default choice for small products, and the one most often ruined by ignoring the datasheet's reference layout.

PCB trace antenna

A shape etched directly in the board copper. Zero unit cost, genuinely good performance when there is room, and highly sensitive to every change in its surroundings. It also requires real tuning work, which means you need someone who can drive a vector network analyzer.

External or flexible antenna

A whip on a connector, or an adhesive flex antenna inside the enclosure fed by a thin coaxial cable. The best performance and the freedom to place radiating structure away from noise and metal, at the cost of a part, a connector, cable routing, and assembly labor.

The shortcut most products should take: a pre-certified radio module with an integrated, already-tuned antenna. It removes an entire class of RF risk and simplifies certification enormously — one of the tradeoffs we discuss in how to choose a microcontroller and in ESP32 vs STM32. Even then, the environment rules below remain entirely your responsibility.

The golden rules of the environment

  • Metal is the enemy. A metal enclosure blocks transmission almost completely. A wireless product in an aluminum housing needs a plastic RF window or an external antenna — there is no clever workaround. Inside the product, the battery, display, shielding cans, and cable bundles all shadow the antenna if they sit in front of it.
  • Edges beat centers. Put the antenna at the edge of the board, at the high point of the enclosure, and as far as possible from switching regulators, the display flex, and USB circuitry.
  • Respect the keepout and the ground plane. The specified copper-free zone is not a suggestion, and a ground plane that is too small detunes the antenna and kills efficiency.
  • The user's hand is part of the design. Human tissue absorbs RF energy. In a wearable or handheld, antenna placement has to account for how people actually hold the thing — information that comes from real testing, not from assumptions.
  • The enclosure changes the tuning. An antenna tuned in open air behaves differently inside plastic. Final matching-network tuning happens on the assembled product, in the production version of the housing, with production materials — not on a bare board on the bench.

Coordinate with industrial design before it is too late

The antenna belongs on the industrial design table, not only the electronics table. Three coordination points recur in every project:

  • The RF window. An area of the enclosure that stays clean plastic, at controlled thickness, with no ribs or bosses, directly over the antenna. The designer needs to know about it before the form language is locked.
  • Paints and finishes. Metallic paints, chrome effects, and some soft-touch coatings contain conductive particles that attenuate RF badly. A metallic finish over the antenna quietly halves your range and nobody understands why. This is a core CMF decision, not a cosmetic afterthought.
  • Metal logos and decorative trim. A metallized badge in the wrong place is an RF shield with a brand on it.

That half-hour conversation at concept stage saves an entire enclosure revision — and enclosure revisions are expensive, as anyone who has been through an engineering change order can confirm.

Certification consequences you should plan for

The antenna directly determines radiated power, and radiated power is what regulators limit. Under an FCC modular approval, the module is certified with a specific antenna type and gain; substituting a different antenna can invalidate that approval and force retesting as a new intentional radiator. That is a strong argument for locking the antenna choice early rather than treating it as a late optimization. Budget for it alongside the rest of your compliance spend — see FCC certification for electronic products and EMC testing cost. Note also that a poor antenna often shows up first as an emissions failure rather than a range complaint, because a badly matched feed radiates from the wrong places.

How to test without a chamber

Long before you book accredited testing you can learn a great deal cheaply:

  • Log signal strength at fixed distances in several directions, always with the same reference receiver.
  • Compare antenna positions and matching values on the same prototype, one variable at a time.
  • Test the worst case deliberately — in a hand, in a pocket, against the body, behind a wall, inside a car.
  • Compare a bare board against the same board in its enclosure. The delta tells you how much the housing is costing you.

A few decibels gained at this stage translates into a large real-world range difference — the gap between a product that works in one room and a product that works throughout the house. Budget board spins for it; low-volume PCB prototypes are cheap compared to a failed launch. More related material sits in our electronics development hub.

Get the RF layer right the first time

Projects House designs wireless products with the antenna, the enclosure, and the certification path treated as one problem — module selection, keepout and ground plane layout, RF window coordination with industrial design, and final tuning on the assembled product. If your device has range problems, or you are designing one and want to avoid them, describe it through our contact form and we will tell you where the risk is.